diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-05-16 14:27:56 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-05-16 14:27:56 +0800 |
commit | 42f60009e6e536dfbaca7a23a2a8db2f53c4299a (patch) | |
tree | f1419af8c8665908a2992e8623e8bd3b909f82e2 /textproc | |
parent | 6dff11762fa92b9484828593ef9a2d77a55dae21 (diff) | |
download | freebsd-ports-gnome-42f60009e6e536dfbaca7a23a2a8db2f53c4299a.tar.gz freebsd-ports-gnome-42f60009e6e536dfbaca7a23a2a8db2f53c4299a.tar.zst freebsd-ports-gnome-42f60009e6e536dfbaca7a23a2a8db2f53c4299a.zip |
- Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Apache-XBEL/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-CSS-Squish/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-DocSet/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-Filter-Simple/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-HTML-RewriteAttributes/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-Text-ParseWords/Makefile | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/textproc/p5-Apache-XBEL/Makefile b/textproc/p5-Apache-XBEL/Makefile index 3750c5b8dea0..61ce1055a1ce 100644 --- a/textproc/p5-Apache-XBEL/Makefile +++ b/textproc/p5-Apache-XBEL/Makefile @@ -22,6 +22,8 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache.pm:${PORTSDIR}/www/mod_perl \ ${SITE_PERL}/Memoize.pm:${PORTSDIR}/devel/p5-Memoize RUN_DEPENDS= ${BUILD_DEPENDS} +MAKE_JOBS_SAFE= yes + PERL_CONFIGURE= yes MAN3= Apache::XBEL.3 diff --git a/textproc/p5-CSS-Squish/Makefile b/textproc/p5-CSS-Squish/Makefile index 61f1d79d24f7..9fe876fca71c 100644 --- a/textproc/p5-CSS-Squish/Makefile +++ b/textproc/p5-CSS-Squish/Makefile @@ -16,6 +16,8 @@ COMMENT= Compact many CSS files into one big file BUILD_DEPENDS= p5-Test-LongString>0:${PORTSDIR}/devel/p5-Test-LongString +MAKE_JOBS_SAFE= yes + MAN3= CSS::Squish.3 PERL_CONFIGURE= yes diff --git a/textproc/p5-DocSet/Makefile b/textproc/p5-DocSet/Makefile index ac0c82f36e11..576ea4dd92b6 100644 --- a/textproc/p5-DocSet/Makefile +++ b/textproc/p5-DocSet/Makefile @@ -18,6 +18,8 @@ COMMENT= Dcumentation projects builder in HTML, PS and PDF formats BUILD_DEPENDS= ${SITE_PERL}/Pod/POM.pm:${PORTSDIR}/textproc/p5-Pod-POM \ ${SITE_PERL}/${PERL_ARCH}/Template/Toolkit.pod:${PORTSDIR}/www/p5-Template-Toolkit +MAKE_JOBS_SAFE= yes + MAN1= docset_build.1 MAN3= DocSet.3 \ diff --git a/textproc/p5-Filter-Simple/Makefile b/textproc/p5-Filter-Simple/Makefile index 5839a44718b7..67122c8963da 100644 --- a/textproc/p5-Filter-Simple/Makefile +++ b/textproc/p5-Filter-Simple/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= pgollucci@FreeBSD.org COMMENT= Simplified source filtering +MAKE_JOBS_SAFE= yes + PERL_CONFIGURE= yes MAN3= Filter::Simple.3 diff --git a/textproc/p5-HTML-RewriteAttributes/Makefile b/textproc/p5-HTML-RewriteAttributes/Makefile index 23bebc744554..8177020c4ab5 100644 --- a/textproc/p5-HTML-RewriteAttributes/Makefile +++ b/textproc/p5-HTML-RewriteAttributes/Makefile @@ -13,6 +13,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= pgollucci@FreeBSD.org COMMENT= Simple yet powerful HTML attribute rewriting +MAKE_JOBS_SAFE= yes + MAN3= HTML::RewriteAttributes::Resources.3 \ HTML::RewriteAttributes::Links.3 \ HTML::RewriteAttributes.3 diff --git a/textproc/p5-Text-ParseWords/Makefile b/textproc/p5-Text-ParseWords/Makefile index bc8e3c1d2e4d..b3d78f3fec7a 100644 --- a/textproc/p5-Text-ParseWords/Makefile +++ b/textproc/p5-Text-ParseWords/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= pgollucci@FreeBSD.org COMMENT= parse text into an array of tokens or array of arrays +MAKE_JOBS_SAFE= yes + USE_ZIP= yes PERL_CONFIGURE= yes |