diff options
106 files changed, 212 insertions, 0 deletions
diff --git a/archivers/p5-Archive-Extract/Makefile b/archivers/p5-Archive-Extract/Makefile index 8fbf7e13ca52..eae7b90c4d3e 100644 --- a/archivers/p5-Archive-Extract/Makefile +++ b/archivers/p5-Archive-Extract/Makefile @@ -17,6 +17,8 @@ COMMENT= A generic archive extracting mechanism RUN_DEPENDS= p5-IPC-Cmd>=0.42:${PORTSDIR}/devel/p5-IPC-Cmd BUILD_DEPENDS= ${RUN_DEPENDS} +MAKE_JOBS_SAFE= yes + MAN3= Archive::Extract.3 PERL_CONFIGURE= yes diff --git a/archivers/ruby-zip/Makefile b/archivers/ruby-zip/Makefile index 3a2ff93781c7..d7489791234f 100644 --- a/archivers/ruby-zip/Makefile +++ b/archivers/ruby-zip/Makefile @@ -18,6 +18,8 @@ DIST_SUBDIR= ruby MAINTAINER= pgollucci@FreeBSD.org COMMENT= A Ruby module for reading and writing zip files +MAKE_JOBS_SAFE= yes + USE_RUBY= yes USE_RUBY_FEATURES= zlib diff --git a/astro/p5-Astro-ADS/Makefile b/astro/p5-Astro-ADS/Makefile index fb67f64e3cca..9d3becd42c0b 100644 --- a/astro/p5-Astro-ADS/Makefile +++ b/astro/p5-Astro-ADS/Makefile @@ -19,6 +19,8 @@ COMMENT= An OO Perl interface to the ADS abstract service BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww +MAKE_JOBS_SAFE= yes + PERL_CONFIGURE= yes MAN1= adsquery.1 diff --git a/astro/p5-Astro-DSS/Makefile b/astro/p5-Astro-DSS/Makefile index 3678d47d175d..9ec7d23f1cf5 100644 --- a/astro/p5-Astro-DSS/Makefile +++ b/astro/p5-Astro-DSS/Makefile @@ -19,6 +19,8 @@ COMMENT= An OO interface to the 1st and 2nd Digital Sky Surveys BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww +MAKE_JOBS_SAFE= yes + PERL_CONFIGURE= yes MAN3= Astro::DSS.3 diff --git a/astro/p5-Astro-FITS-Header/Makefile b/astro/p5-Astro-FITS-Header/Makefile index 8d64be9e78f3..e18b7a7895c2 100644 --- a/astro/p5-Astro-FITS-Header/Makefile +++ b/astro/p5-Astro-FITS-Header/Makefile @@ -16,6 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= pgollucci@FreeBSD.org COMMENT= Object Orientated interface to FITS HDUs +MAKE_JOBS_SAFE= yes + PERL_CONFIGURE= yes MAN3= Astro::FITS::Header.3 \ diff --git a/astro/p5-Astro-SIMBAD/Makefile b/astro/p5-Astro-SIMBAD/Makefile index a583341fcbe5..9d9b1c16c644 100644 --- a/astro/p5-Astro-SIMBAD/Makefile +++ b/astro/p5-Astro-SIMBAD/Makefile @@ -19,6 +19,8 @@ COMMENT= An OO Perl interface to the SIMBAD astronomical database BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww +MAKE_JOBS_SAFE= yes + PERL_CONFIGURE= yes MAN3= Astro::SIMBAD.3 \ diff --git a/astro/p5-Astro-SunTime/Makefile b/astro/p5-Astro-SunTime/Makefile index 7ad493f74a57..efa47cf689a7 100644 --- a/astro/p5-Astro-SunTime/Makefile +++ b/astro/p5-Astro-SunTime/Makefile @@ -18,6 +18,8 @@ COMMENT= Perl interface to calculate sunrise/sunset times BUILD_DEPENDS= ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules RUN_DEPENDS= ${BUILD_DEPENDS} +MAKE_JOBS_SAFE= yes + PERL_CONFIGURE= yes .include <bsd.port.mk> diff --git a/astro/p5-Geo-METAR/Makefile b/astro/p5-Geo-METAR/Makefile index f68ba6abffaa..e526e64d6f21 100644 --- a/astro/p5-Geo-METAR/Makefile +++ b/astro/p5-Geo-METAR/Makefile @@ -15,6 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= pgollucci@FreeBSD.org COMMENT= A perl module that processes METAR information from NOAA sources +MAKE_JOBS_SAFE= yes + PERL_CONFIGURE= yes MAN3= Geo::METAR.3 diff --git a/audio/timidity++-slang/Makefile b/audio/timidity++-slang/Makefile index 9e1440888c4c..5ddfe05992b0 100644 --- a/audio/timidity++-slang/Makefile +++ b/audio/timidity++-slang/Makefile @@ -10,6 +10,8 @@ PKGNAMESUFFIX= -slang MAINTAINER= pgollucci@FreeBSD.org COMMENT= Slang interface for TiMidity++ +MAKE_JOBS_SAFE= yes + MASTERDIR= ${.CURDIR}/../../audio/timidity++ PLIST_FILES= ${TIMID_LIBDIR}/interface_s.so diff --git a/benchmarks/ttcp/Makefile b/benchmarks/ttcp/Makefile index 63bb95aa8c3a..ac221b0b735c 100644 --- a/benchmarks/ttcp/Makefile +++ b/benchmarks/ttcp/Makefile @@ -15,6 +15,8 @@ EXTRACT_ONLY= #none MAINTAINER= pgollucci@FreeBSD.org COMMENT= Benchmarking tool for analysing TCP and UDP performance +MAKE_JOBS_SAFE= yes + NO_WRKSUBDIR= yes DIST_SUBDIR= ${PORTNAME} MAN1= ttcp.1 diff --git a/biology/lamarc/Makefile b/biology/lamarc/Makefile index 117dc2cb13fe..01fcc82ec450 100644 --- a/biology/lamarc/Makefile +++ b/biology/lamarc/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .src.tar.gz MAINTAINER= pgollucci@FreeBSD.org COMMENT= A package of programs for computing population parameters +MAKE_JOBS_SAFE= yes + USE_GNOME= gnometarget GNU_CONFIGURE= yes diff --git a/biology/p5-AcePerl/Makefile b/biology/p5-AcePerl/Makefile index d9a63d32d749..d54dea48a4a9 100644 --- a/biology/p5-AcePerl/Makefile +++ b/biology/p5-AcePerl/Makefile @@ -20,6 +20,8 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Dig ${SITE_PERL}/Cache/Cache.pm:${PORTSDIR}/devel/p5-Cache-Cache BUILD_DEPENDS= ${RUN_DEPENDS} +MAKE_JOBS_SAFE= yes + PERL_CONFIGURE= yes MAN1= ace.pl.1 diff --git a/databases/gnatsweb4/Makefile b/databases/gnatsweb4/Makefile index 0ad66357d96b..92996dcc7e8c 100644 --- a/databases/gnatsweb4/Makefile +++ b/databases/gnatsweb4/Makefile @@ -16,6 +16,8 @@ COMMENT= Gnatsweb, a GNATS web interface RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 +MAKE_JOBS_SAFE= yes + USE_APACHE= 2.0+ USE_PERL5_RUN= yes diff --git a/databases/p5-ApacheDBILogConfig/Makefile b/databases/p5-ApacheDBILogConfig/Makefile index edeef1e63de1..1d28ed336991 100644 --- a/databases/p5-ApacheDBILogConfig/Makefile +++ b/databases/p5-ApacheDBILogConfig/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= ${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI \ ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl RUN_DEPENDS= ${BUILD_DEPENDS} +MAKE_JOBS_SAFE= yes + PERL_CONFIGURE= yes MAN3= Apache::DBILogConfig.3 diff --git a/databases/p5-ApacheDBILogger/Makefile b/databases/p5-ApacheDBILogger/Makefile index 79185d996c89..77f2a70f80db 100644 --- a/databases/p5-ApacheDBILogger/Makefile +++ b/databases/p5-ApacheDBILogger/Makefile @@ -17,6 +17,8 @@ COMMENT= A module that tracks what's being transferred in a DBI database BUILD_DEPENDS= ${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI \ ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl +MAKE_JOBS_SAFE= yes + PERL_CONFIGURE= yes MAN3= Apache::DBILogger.3 diff --git a/databases/p5-DBIx-Browse/Makefile b/databases/p5-DBIx-Browse/Makefile index d02a0aa2d1e9..1dd4b9ad9d33 100644 --- a/databases/p5-DBIx-Browse/Makefile +++ b/databases/p5-DBIx-Browse/Makefile @@ -17,6 +17,8 @@ COMMENT= DBIx::Browse - Perl extension to browse tables BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +MAKE_JOBS_SAFE= yes + PERL_CONFIGURE= yes MAN3= DBIx::Browse::CGI.3 \ diff --git a/databases/p5-DBIx-Tree/Makefile b/databases/p5-DBIx-Tree/Makefile index 802ee8d44833..809fa89ec2f2 100644 --- a/databases/p5-DBIx-Tree/Makefile +++ b/databases/p5-DBIx-Tree/Makefile @@ -17,6 +17,8 @@ COMMENT= Perl module for generating a tree from a self-referential table BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +MAKE_JOBS_SAFE= yes + PERL_CONFIGURE= yes MAN3= DBIx::Tree.3 diff --git a/databases/p5-GDBM/Makefile b/databases/p5-GDBM/Makefile index 47370d3010c3..928e5c736d04 100644 --- a/databases/p5-GDBM/Makefile +++ b/databases/p5-GDBM/Makefile @@ -20,6 +20,8 @@ COMMENT= GNU Data Base Manager (gdbm) interface LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm +MAKE_JOBS_SAFE= yes + USE_BZIP2= yes PERL_CONFIGURE= 5.8.0+ EXTRACT_AFTER_ARGS= | ${TAR} -xf - ${DISTNAME}/ext/GDBM_File diff --git a/databases/tokyocabinet/Makefile b/databases/tokyocabinet/Makefile index 0b2571cffffb..e396fee71e12 100644 --- a/databases/tokyocabinet/Makefile +++ b/databases/tokyocabinet/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= SF MAINTAINER= pgollucci@FreeBSD.org COMMENT= A modern implementation of DBM +MAKE_JOBS_SAFE= yes + CONFIGURE_ARGS= --enable-off64 GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/devel/apr/Makefile b/devel/apr/Makefile index 5fdf04581f80..7c2791c078f1 100644 --- a/devel/apr/Makefile +++ b/devel/apr/Makefile @@ -17,6 +17,8 @@ COMMENT= Apache Portability Library LIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2 +MAKE_JOBS_SAFE= yes + OPTIONS= THREADS "Enable Threads in apr" on \ IPV6 "Enable IPV6 Support in apr" off \ GDBM "Enable GNU dbm support in apr-util" on \ diff --git a/devel/apr0/Makefile b/devel/apr0/Makefile index 5fdf04581f80..7c2791c078f1 100644 --- a/devel/apr0/Makefile +++ b/devel/apr0/Makefile @@ -17,6 +17,8 @@ COMMENT= Apache Portability Library LIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2 +MAKE_JOBS_SAFE= yes + OPTIONS= THREADS "Enable Threads in apr" on \ IPV6 "Enable IPV6 Support in apr" off \ GDBM "Enable GNU dbm support in apr-util" on \ diff --git a/devel/apr1/Makefile b/devel/apr1/Makefile index 5fdf04581f80..7c2791c078f1 100644 --- a/devel/apr1/Makefile +++ b/devel/apr1/Makefile @@ -17,6 +17,8 @@ COMMENT= Apache Portability Library LIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2 +MAKE_JOBS_SAFE= yes + OPTIONS= THREADS "Enable Threads in apr" on \ IPV6 "Enable IPV6 Support in apr" off \ GDBM "Enable GNU dbm support in apr-util" on \ diff --git a/devel/apr2/Makefile b/devel/apr2/Makefile index 5fdf04581f80..7c2791c078f1 100644 --- a/devel/apr2/Makefile +++ b/devel/apr2/Makefile @@ -17,6 +17,8 @@ COMMENT= Apache Portability Library LIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2 +MAKE_JOBS_SAFE= yes + OPTIONS= THREADS "Enable Threads in apr" on \ IPV6 "Enable IPV6 Support in apr" off \ GDBM "Enable GNU dbm support in apr-util" on \ diff --git a/devel/ctags/Makefile b/devel/ctags/Makefile index 6019735c6d92..23645fd866d1 100644 --- a/devel/ctags/Makefile +++ b/devel/ctags/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= SF MAINTAINER= pgollucci@FreeBSD.org COMMENT= A feature-filled tagfile generator for vi and emacs clones +MAKE_JOBS_SAFE= yes + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-macro-patterns --with-readlib diff --git a/devel/cvs2svn/Makefile b/devel/cvs2svn/Makefile index 6ef4f8098867..43c297106591 100644 --- a/devel/cvs2svn/Makefile +++ b/devel/cvs2svn/Makefile @@ -33,6 +33,8 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/svn:${PORTSDIR}/devel/py-subversion .if defined(WITH_GIT) RUN_DEPENDS+= ${LOCALBASE}/bin/git:${PORTSDIR}/devel/git + +MAKE_JOBS_SAFE= yes .endif MAN1= cvs2svn.1 diff --git a/devel/gaul/Makefile b/devel/gaul/Makefile index c6d52cb9aba2..a149175fe69f 100644 --- a/devel/gaul/Makefile +++ b/devel/gaul/Makefile @@ -18,6 +18,8 @@ COMMENT= Genetic Algorithm Utility Library LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2 +MAKE_JOBS_SAFE= yes + USE_AUTOTOOLS= automake:19 libtool:15 USE_BZIP2= yes USE_GMAKE= yes diff --git a/devel/newt/Makefile b/devel/newt/Makefile index 9172322d60ba..302990251dd0 100644 --- a/devel/newt/Makefile +++ b/devel/newt/Makefile @@ -42,6 +42,8 @@ PLIST_SUB+= PYTHONOPT="@comment " .if defined(WITH_TCL) TCLSUFFIX= -${TCL_NODOT} LIB_DEPENDS+= ${TCL_NODOT}:${PORTSDIR}/lang/${TCL_NODOT} + +MAKE_JOBS_SAFE= yes MAKE_ENV+= WITH_TCL=yes PLIST_SUB+= TCLOPT="" .else diff --git a/devel/p5-B-Size/Makefile b/devel/p5-B-Size/Makefile index d66d7aef4248..f2e8489657ff 100644 --- a/devel/p5-B-Size/Makefile +++ b/devel/p5-B-Size/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= pgollucci@FreeBSD.org COMMENT= Tools to measure size of Perl OPs and [SAV]Vs +MAKE_JOBS_SAFE= yes + PERL_CONFIGURE= yes MAN3= B::Size.3 B::TerseSize.3 diff --git a/devel/p5-FreezeThaw/Makefile b/devel/p5-FreezeThaw/Makefile index 0b6cf85a0a06..bc0b0a33f82b 100644 --- a/devel/p5-FreezeThaw/Makefile +++ b/devel/p5-FreezeThaw/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= pgollucci@FreeBSD.org COMMENT= A module for converting Perl structures to strings and back +MAKE_JOBS_SAFE= yes + PERL_CONFIGURE= YES MAN3= FreezeThaw.3 diff --git a/devel/p5-IPC-Run-SafeHandles/Makefile b/devel/p5-IPC-Run-SafeHandles/Makefile index 551b7268e470..9240fcb7c270 100644 --- a/devel/p5-IPC-Run-SafeHandles/Makefile +++ b/devel/p5-IPC-Run-SafeHandles/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= pgollucci@FreeBSD.org COMMENT= IPC::Run::SafeHandles - Safe guarding for IPC::Run(3) +MAKE_JOBS_SAFE= yes + PERL_CONFIGURE= yes MAN3= IPC::Run::SafeHandles.3 diff --git a/devel/p5-Tie-IxHash/Makefile b/devel/p5-Tie-IxHash/Makefile index 143bec19605c..7c4f70953d98 100644 --- a/devel/p5-Tie-IxHash/Makefile +++ b/devel/p5-Tie-IxHash/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= pgollucci@FreeBSD.org COMMENT= Perl module implementing ordered in-memory associative arrays +MAKE_JOBS_SAFE= yes + PERL_CONFIGURE= yes MAN3= Tie::IxHash.3 diff --git a/devel/py-epsilon/Makefile b/devel/py-epsilon/Makefile index fa2aa44509fb..266a1ecd60fe 100644 --- a/devel/py-epsilon/Makefile +++ b/devel/py-epsilon/Makefile @@ -18,6 +18,8 @@ COMMENT= Epsilon is a set of Python utility modules used by DivMod projects RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:${PORTSDIR}/security/py-openssl +MAKE_JOBS_SAFE= yes + USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Epsilon diff --git a/devel/ruby-slang/Makefile b/devel/ruby-slang/Makefile index 4d75be3058c4..cd90923d5995 100644 --- a/devel/ruby-slang/Makefile +++ b/devel/ruby-slang/Makefile @@ -18,6 +18,8 @@ COMMENT= S-Lang extension module for Ruby LIB_DEPENDS= slang.2:${PORTSDIR}/japanese/libslang +MAKE_JOBS_SAFE= yes + USE_RUBY= yes USE_RUBY_EXTCONF= yes diff --git a/devel/scons/Makefile b/devel/scons/Makefile index ea267cbb9adc..9ed7f839f5b6 100644 --- a/devel/scons/Makefile +++ b/devel/scons/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= SF MAINTAINER= pgollucci@FreeBSD.org COMMENT= A build tool alternative to make +MAKE_JOBS_SAFE= yes + .if !defined (NO_INSTALL_MANPAGES) MAN1= scons.1 sconsign.1 scons-time.1 .endif diff --git a/devel/viewvc/Makefile b/devel/viewvc/Makefile index c7b153d31225..31a16ae252d5 100644 --- a/devel/viewvc/Makefile +++ b/devel/viewvc/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://viewvc.tigris.org/files/documents/3330/44050/ MAINTAINER= pgollucci@FreeBSD.org COMMENT= Web-based Version Control Repository Browsing +MAKE_JOBS_SAFE= yes + OPTIONS= SUBVERSION "use svn binding" on \ APACHE2 "use Apache as webserver" on \ LIGHTTPD "use Lighttp as webserver" off \ diff --git a/dns/checkdns/Makefile b/dns/checkdns/Makefile index 3d4e31f0fbee..27c3a64f65a0 100644 --- a/dns/checkdns/Makefile +++ b/dns/checkdns/Makefile @@ -15,6 +15,8 @@ MASTER_SITES= http://www.enderunix.org/checkdns/ \ MAINTAINER= pgollucci@FreeBSD.org COMMENT= A domain name server analysis and reporting tool +MAKE_JOBS_SAFE= yes + SUB_FILES= pkg-message PORTDOCS= AUTHORS COPYING ChangeLog INSTALL README THANKS TODO diff --git a/editors/gnuserv/Makefile b/editors/gnuserv/Makefile index b01d918e2b8e..0f873b3918b5 100644 --- a/editors/gnuserv/Makefile +++ b/editors/gnuserv/Makefile @@ -15,6 +15,8 @@ PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER= pgollucci@FreeBSD.org COMMENT= A standalone release of gnuserv for GNU Emacs +MAKE_JOBS_SAFE= yes + GNU_CONFIGURE= yes BINSUFFIX?= -emacs diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 1fbd2cceed25..6161becfadfc 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -104,6 +104,8 @@ WITH_DIALOGS= --with-dialogs=athena WITH_WIDGETS= --with-widgets=athena .if defined(WITH_XAW3D) LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d + +MAKE_JOBS_SAFE= yes CONFIGURE_ARGS+= --with-athena=3d .endif .endif diff --git a/games/netspades/Makefile b/games/netspades/Makefile index fc3b1e7e4de6..ea256619b663 100644 --- a/games/netspades/Makefile +++ b/games/netspades/Makefile @@ -16,6 +16,8 @@ COMMENT= Very popular card game for 1-4 players over a network LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2 +MAKE_JOBS_SAFE= yes + GNU_CONFIGURE= yes USE_GNOME= gtk12 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/graphics/p5-GD-TextUtil/Makefile b/graphics/p5-GD-TextUtil/Makefile index c12cf7c308ab..d0ddb9292539 100644 --- a/graphics/p5-GD-TextUtil/Makefile +++ b/graphics/p5-GD-TextUtil/Makefile @@ -18,6 +18,8 @@ COMMENT= Text utilities for use with GD drawing package RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD +MAKE_JOBS_SAFE= yes + PERL_CONFIGURE= YES MAN3= GD::Text.3 GD::Text::Wrap.3 GD::Text::Align.3 diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index 55bc83ca8c29..77265b01d1a5 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -17,6 +17,8 @@ COMMENT= A perl5 interface to Gd Graphics Library version2 LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd +MAKE_JOBS_SAFE= yes + PERL_CONFIGURE= yes CONFIGURE_ARGS= -options "JPEG,FT,XPM,GIF,PNG" \ -lib_gd_path ${LOCALBASE} -lib_ft_path} \ diff --git a/graphics/p5-GraphViz-Traverse/Makefile b/graphics/p5-GraphViz-Traverse/Makefile index 8ed3d423346b..869c040f98fc 100644 --- a/graphics/p5-GraphViz-Traverse/Makefile +++ b/graphics/p5-GraphViz-Traverse/Makefile @@ -18,6 +18,8 @@ COMMENT= Build a GraphViz object via callback traversal BUILD_DEPENDS= ${SITE_PERL}/GraphViz.pm:${PORTSDIR}/graphics/p5-GraphViz RUN_DEPENDS= ${BUILD_DEPENDS} +MAKE_JOBS_SAFE= yes + MAN3= GraphViz::Traverse.3 GraphViz::Traverse::Filesystem.3 PERL_CONFIGURE= yes diff --git a/japanese/jed/Makefile b/japanese/jed/Makefile index cd8a5e477bc6..6b7a0f7e6aad 100644 --- a/japanese/jed/Makefile +++ b/japanese/jed/Makefile @@ -47,6 +47,8 @@ CONFIGURE_ARGS+= --with-canna=no .else CONFIGURE_ARGS+= --with-canna=yes LIB_DEPENDS+= canna.1:${PORTSDIR}/japanese/canna-lib + +MAKE_JOBS_SAFE= yes .endif .if defined(WITHOUT_X11) diff --git a/japanese/ruby-slang/Makefile b/japanese/ruby-slang/Makefile index 1b8c186ed096..a4fc874644d2 100644 --- a/japanese/ruby-slang/Makefile +++ b/japanese/ruby-slang/Makefile @@ -12,6 +12,8 @@ CATEGORIES= japanese MAINTAINER= pgollucci@FreeBSD.org COMMENT= S-Lang-jp extension module for Ruby +MAKE_JOBS_SAFE= yes + WITH_JAPANESE= yes .include "${MASTERDIR}/Makefile" diff --git a/japanese/timidity++-slang/Makefile b/japanese/timidity++-slang/Makefile index 83bfb2f82346..1c2f2309ec29 100644 --- a/japanese/timidity++-slang/Makefile +++ b/japanese/timidity++-slang/Makefile @@ -12,6 +12,8 @@ CATEGORIES= japanese MAINTAINER= pgollucci@FreeBSD.org COMMENT= Slang interface for TiMidity++ with Japanese support +MAKE_JOBS_SAFE= yes + MASTERDIR= ${.CURDIR}/../../audio/timidity++ JAPANESE= yes diff --git a/lang/harbour/Makefile b/lang/harbour/Makefile index a3a13f600d98..29adeb839fbd 100644 --- a/lang/harbour/Makefile +++ b/lang/harbour/Makefile @@ -17,6 +17,8 @@ COMMENT= An open source Clipper-compatible compiler LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2 BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash +MAKE_JOBS_SAFE= yes + USE_BISON= build USE_GMAKE= yes diff --git a/lang/p5-Error/Makefile b/lang/p5-Error/Makefile index 6b56e024e421..ee33c0c19b53 100644 --- a/lang/p5-Error/Makefile +++ b/lang/p5-Error/Makefile @@ -22,6 +22,8 @@ MAN3= Error.3 Error::Simple.3 .if ${PERL_LEVEL} < 500703 RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils + +MAKE_JOBS_SAFE= yes .endif .include <bsd.port.post.mk> diff --git a/mail/milter-greylist-devel/Makefile b/mail/milter-greylist-devel/Makefile index 7cd03a4dda02..4ba2d0be0e65 100644 --- a/mail/milter-greylist-devel/Makefile +++ b/mail/milter-greylist-devel/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= pgollucci@FreeBSD.org COMMENT= Easy-to-use greylist milter for sendmail (development) +MAKE_JOBS_SAFE= yes + MAN5= greylist.conf.5 MAN8= milter-greylist.8 diff --git a/mail/p5-Clamd/Makefile b/mail/p5-Clamd/Makefile index e6f515c8692b..d17f6e6afc29 100644 --- a/mail/p5-Clamd/Makefile +++ b/mail/p5-Clamd/Makefile @@ -19,6 +19,8 @@ COMMENT= Clamd - Connect to a local clamd service and send commands RUN_DEPENDS= clamd:${PORTSDIR}/security/clamav BUILD_DEPENDS= ${RUN_DEPENDS} +MAKE_JOBS_SAFE= yes + MAN3= Clamd.3 PERL_CONFIGURE= yes diff --git a/mail/p5-Mail-Audit-Attach/Makefile b/mail/p5-Mail-Audit-Attach/Makefile index 210cf5ed590c..817c4e49e8bd 100644 --- a/mail/p5-Mail-Audit-Attach/Makefile +++ b/mail/p5-Mail-Audit-Attach/Makefile @@ -22,6 +22,8 @@ BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/Mail/Header.pm:${PORTSDIR}/mail/p5-Mail-Tools RUN_DEPENDS= ${BUILD_DEPENDS} +MAKE_JOBS_SAFE= yes + MAN3= Mail::Audit::Attach.3 PERL_CONFIGURE= yes diff --git a/mail/p5-Mail-IMAPTalk/Makefile b/mail/p5-Mail-IMAPTalk/Makefile index 4df4395d646c..6208f6a7e91c 100644 --- a/mail/p5-Mail-IMAPTalk/Makefile +++ b/mail/p5-Mail-IMAPTalk/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= pgollucci@FreeBSD.org COMMENT= IMAP client interface with lots of features +MAKE_JOBS_SAFE= yes + MAN3= Mail::IMAPTalk.3 PERL_CONFIGURE= yes diff --git a/mail/p5-Mail-Sendmail/Makefile b/mail/p5-Mail-Sendmail/Makefile index 23cf1e8f9ac0..2739c19dae65 100644 --- a/mail/p5-Mail-Sendmail/Makefile +++ b/mail/p5-Mail-Sendmail/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= pgollucci@FreeBSD.org COMMENT= Perl module implementing a simple, platform-independent mailer +MAKE_JOBS_SAFE= yes + PERL_CONFIGURE= yes MAN3= Mail::Sendmail.3 diff --git a/mail/p5-qpsmtpd/Makefile b/mail/p5-qpsmtpd/Makefile index a5eea7fb71f5..ef9a7b0429a0 100644 --- a/mail/p5-qpsmtpd/Makefile +++ b/mail/p5-qpsmtpd/Makefile @@ -18,6 +18,8 @@ COMMENT= A flexible SMTP daemon written in Perl and featuring a plugin API RUN_DEPENDS= spamd:${PORTSDIR}/mail/p5-Mail-SpamAssassin \ mod_perl2>=0:${PORTSDIR}/www/mod_perl2 +MAKE_JOBS_SAFE= yes + WRKSRC= ${WRKDIR}/${DISTNAME} PERL_CONFIGURE= yes diff --git a/mail/renattach/Makefile b/mail/renattach/Makefile index fdcef1e1764e..c8ef4cadd510 100644 --- a/mail/renattach/Makefile +++ b/mail/renattach/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.pc-tools.net/files/unix/ MAINTAINER= pgollucci@FreeBSD.org COMMENT= Rename or remove certain attachments or kill entire messages +MAKE_JOBS_SAFE= yes + GNU_CONFIGURE= yes MAN1= renattach.1 diff --git a/misc/pdmenu/Makefile b/misc/pdmenu/Makefile index 377729409079..fb80d626693a 100644 --- a/misc/pdmenu/Makefile +++ b/misc/pdmenu/Makefile @@ -15,6 +15,8 @@ COMMENT= A simple console menu program LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2 +MAKE_JOBS_SAFE= yes + WRKSRC= ${WRKDIR}/${PORTNAME} USE_GNOME= gnometarget diff --git a/net-im/jwchat/Makefile b/net-im/jwchat/Makefile index a0cf85b54997..97be916cbdd9 100644 --- a/net-im/jwchat/Makefile +++ b/net-im/jwchat/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S,.b,beta,} MAINTAINER= pgollucci@FreeBSD.org COMMENT= Full featured, web-based Jabber client +MAKE_JOBS_SAFE= yes + USE_APACHE= 1.3 NO_BUILD= yes diff --git a/net-mgmt/p5-Nagios-Plugins-Memcached/Makefile b/net-mgmt/p5-Nagios-Plugins-Memcached/Makefile index 536ad33b6b3c..390815aa3782 100644 --- a/net-mgmt/p5-Nagios-Plugins-Memcached/Makefile +++ b/net-mgmt/p5-Nagios-Plugins-Memcached/Makefile @@ -22,6 +22,8 @@ BUILD_DEPENDS+= ${SITE_PERL}/Nagios/Plugin.pm:${PORTSDIR}/net-mgmt/p5-Nagios-Plu ${SITE_PERL}/Carp/Clan.pm:${PORTSDIR}/devel/p5-Carp-Clan RUN_DEPENDS+= ${BUILD_DEPENDS} +MAKE_JOBS_SAFE= yes + MAN3= Nagios::Plugins::Memcached.3 PORTDOCS= Changes README diff --git a/net/astfax/Makefile b/net/astfax/Makefile index fb8019ee1df6..d3f11c3f22af 100644 --- a/net/astfax/Makefile +++ b/net/astfax/Makefile @@ -18,6 +18,8 @@ LIB_DEPENDS= spandsp.0:${PORTSDIR}/comms/spandsp BUILD_DEPENDS= ${LOCALBASE}/lib/libeps.a:${PORTSDIR}/mail/eps RUN_DEPENDS= ${LOCALBASE}/sbin/asterisk:${PORTSDIR}/net/asterisk +MAKE_JOBS_SAFE= yes + PORTDOCS= README testfax.eml testfax.tif MAKE_ENV+= DEFS="${CFLAGS}" diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile index b434b4d6b3b2..96c7a0000310 100644 --- a/net/tcptrace/Makefile +++ b/net/tcptrace/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.tcptrace.org/download/ MAINTAINER= pgollucci@FreeBSD.org COMMENT= A TCP dump file analysis tool +MAKE_JOBS_SAFE= yes + GNU_CONFIGURE= yes ALL_TARGET= tcptrace diff --git a/net/vde2/Makefile b/net/vde2/Makefile index 3b28f8a3fa50..c91b7ea1739d 100644 --- a/net/vde2/Makefile +++ b/net/vde2/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= vde MAINTAINER= pgollucci@FreeBSD.org COMMENT= User-mode virtual ethernet infrastructure +MAKE_JOBS_SAFE= yes + CONFLICTS= vde-[0-9]* USE_GMAKE= yes diff --git a/security/openscep/Makefile b/security/openscep/Makefile index c98da5c9bc94..5f2ce3a48624 100644 --- a/security/openscep/Makefile +++ b/security/openscep/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://openscep.othello.ch/download/ MAINTAINER= pgollucci@FreeBSD.org COMMENT= Open source scep server +MAKE_JOBS_SAFE= yes + USE_AUTOTOOLS= libtool:15 USE_OPENSSL= yes USE_OPENLDAP= yes diff --git a/security/p5-Authen-Simple-DBI/Makefile b/security/p5-Authen-Simple-DBI/Makefile index faa8ef20a126..a188c7945670 100644 --- a/security/p5-Authen-Simple-DBI/Makefile +++ b/security/p5-Authen-Simple-DBI/Makefile @@ -18,6 +18,8 @@ BUILD_DEPENDS= ${SITE_PERL}/Authen/Simple.pm:${PORTSDIR}/security/p5-Authen-Simp ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS= ${BUILD_DEPENDS} +MAKE_JOBS_SAFE= yes + MAN3= Authen::Simple::DBI.3 PERL_MODBUILD= 5.8.0+ diff --git a/security/p5-Authen-Simple-HTTP/Makefile b/security/p5-Authen-Simple-HTTP/Makefile index 3883ca889974..e81ee3ad5e69 100644 --- a/security/p5-Authen-Simple-HTTP/Makefile +++ b/security/p5-Authen-Simple-HTTP/Makefile @@ -18,6 +18,8 @@ BUILD_DEPENDS= ${SITE_PERL}/Authen/Simple.pm:${PORTSDIR}/security/p5-Authen-Simp ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} +MAKE_JOBS_SAFE= yes + MAN3= Authen::Simple::HTTP.3 PERL_MODBUILD= 5.8.0+ diff --git a/security/p5-Authen-Simple-Passwd/Makefile b/security/p5-Authen-Simple-Passwd/Makefile index 52f432da33ee..15e4d60839e9 100644 --- a/security/p5-Authen-Simple-Passwd/Makefile +++ b/security/p5-Authen-Simple-Passwd/Makefile @@ -17,6 +17,8 @@ COMMENT= Simple Passwd authentication BUILD_DEPENDS= ${SITE_PERL}/Authen/Simple.pm:${PORTSDIR}/security/p5-Authen-Simple RUN_DEPENDS= ${BUILD_DEPENDS} +MAKE_JOBS_SAFE= yes + MAN3= Authen::Simple::Passwd.3 PERL_MODBUILD= 5.8.0+ diff --git a/security/p5-Authen-Simple-SSH/Makefile b/security/p5-Authen-Simple-SSH/Makefile index 6a49fc7bc6df..0a4db497eae2 100644 --- a/security/p5-Authen-Simple-SSH/Makefile +++ b/security/p5-Authen-Simple-SSH/Makefile @@ -18,6 +18,8 @@ BUILD_DEPENDS= ${SITE_PERL}/Authen/Simple.pm:${PORTSDIR}/security/p5-Authen-Simp ${SITE_PERL}/Net/SSH/Perl.pm:${PORTSDIR}/net/p5-Net-SSH-Perl RUN_DEPENDS= ${BUILD_DEPENDS} +MAKE_JOBS_SAFE= yes + MAN3= Authen::Simple::SSH.3 PERL_MODBUILD= 5.8.0+ diff --git a/security/py-fail2ban/Makefile b/security/py-fail2ban/Makefile index a662d80884eb..c132ee957450 100644 --- a/security/py-fail2ban/Makefile +++ b/security/py-fail2ban/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= pgollucci@FreeBSD.org COMMENT= scans log files and bans IP that makes too many password failures. +MAKE_JOBS_SAFE= yes + USE_BZIP2= yes USE_PYTHON= yes diff --git a/sysutils/apachetop/Makefile b/sysutils/apachetop/Makefile index 2fe29095d344..0b360a8a2a45 100644 --- a/sysutils/apachetop/Makefile +++ b/sysutils/apachetop/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://www.webta.org/apachetop/ MAINTAINER= pgollucci@FreeBSD.org COMMENT= Apache RealTime log stats +MAKE_JOBS_SAFE= yes + USE_AUTOTOOLS= autoconf:262:env GNU_CONFIGURE= yes diff --git a/sysutils/slmon/Makefile b/sysutils/slmon/Makefile index 78009bf2f7b2..c942cf4f34ba 100644 --- a/sysutils/slmon/Makefile +++ b/sysutils/slmon/Makefile @@ -18,6 +18,8 @@ COMMENT= S-Lang System Monitor LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \ slang.2:${PORTSDIR}/devel/libslang2 +MAKE_JOBS_SAFE= yes + USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" 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 diff --git a/www/aria/Makefile b/www/aria/Makefile index 82fcfda653d3..e4f33be2aa88 100644 --- a/www/aria/Makefile +++ b/www/aria/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= SF/aria-rpm MAINTAINER= pgollucci@FreeBSD.org COMMENT= Yet another download tool +MAKE_JOBS_SAFE= yes + USE_BZIP2= yes .if !defined(WITHOUT_NLS) USE_GETTEXT= yes diff --git a/www/mod_perl/Makefile b/www/mod_perl/Makefile index a4c482967522..a30261fa4483 100644 --- a/www/mod_perl/Makefile +++ b/www/mod_perl/Makefile @@ -17,6 +17,8 @@ COMMENT= Embeds a Perl interpreter in the Apache server BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} +MAKE_JOBS_SAFE= yes + PORTSCOUT= limit:^1 USE_APACHE= 1.3 diff --git a/www/mod_perl2/Makefile b/www/mod_perl2/Makefile index 75f0929db34b..64fc4cb4f413 100644 --- a/www/mod_perl2/Makefile +++ b/www/mod_perl2/Makefile @@ -20,6 +20,8 @@ COMMENT= Embeds a Perl interpreter in the Apache2 server BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/BSD/Resource.pm:${PORTSDIR}/devel/p5-BSD-Resource RUN_DEPENDS= ${BUILD_DEPENDS} +MAKE_JOBS_SAFE= yes + SUB_FILES= pkg-message SUB_LIST= APACHEMODDIR=${APACHEMODDIR} USE_APACHE= 2.0+ diff --git a/www/mod_python3/Makefile b/www/mod_python3/Makefile index b802d7afc6ad..2e45ccc6fd46 100644 --- a/www/mod_python3/Makefile +++ b/www/mod_python3/Makefile @@ -16,6 +16,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= pgollucci@FreeBSD.org COMMENT= Apache module that embeds the Python interpreter within the server +MAKE_JOBS_SAFE= yes + USE_APACHE= 2.0+ USE_PYTHON= yes diff --git a/www/mod_roaming2/Makefile b/www/mod_roaming2/Makefile index 2f3f6d6ab6da..08fefecbdc1d 100644 --- a/www/mod_roaming2/Makefile +++ b/www/mod_roaming2/Makefile @@ -17,6 +17,8 @@ DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} MAINTAINER= pgollucci@FreeBSD.org COMMENT= An Apache module that works as a Netscape Roaming Access server +MAKE_JOBS_SAFE= yes + USE_APACHE= 2.0+ AP_FAST_BUILD= yes AP_GENPLIST= yes diff --git a/www/p5-Apache-AddHostPath/Makefile b/www/p5-Apache-AddHostPath/Makefile index 77e68c90ec12..d8fb8e297ebf 100644 --- a/www/p5-Apache-AddHostPath/Makefile +++ b/www/p5-Apache-AddHostPath/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= pgollucci@FreeBSD.org COMMENT= Perl interface for transforming a requested URI based on host/port +MAKE_JOBS_SAFE= yes + PERL_CONFIGURE= yes MAN3= Apache::AddHostPath.3 diff --git a/www/p5-Apache-Archive/Makefile b/www/p5-Apache-Archive/Makefile index 4749ce8f5c72..bbf447028eca 100644 --- a/www/p5-Apache-Archive/Makefile +++ b/www/p5-Apache-Archive/Makefile @@ -17,6 +17,8 @@ COMMENT= Perl module that creates a menu to allow perusal of tarball contents BUILD_DEPENDS= ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar RUN_DEPENDS= ${BUILD_DEPENDS} +MAKE_JOBS_SAFE= yes + PERL_CONFIGURE= yes MAN3= Apache::Archive.3 diff --git a/www/p5-Apache-AuthenCache/Makefile b/www/p5-Apache-AuthenCache/Makefile index bd0f12bf4293..523f23e78870 100644 --- a/www/p5-Apache-AuthenCache/Makefile +++ b/www/p5-Apache-AuthenCache/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/Object.pm:${PORTSDIR}/devel/p5-Tim ${SITE_PERL}/IPC/Cache.pm:${PORTSDIR}/devel/p5-IPC-Cache RUN_DEPENDS= ${BUILD_DEPENDS} +MAKE_JOBS_SAFE= yes + .if defined(WITH_APACHE2) IGNORE= this module is only for www/mod_perl .else diff --git a/www/p5-Apache-AutoIndex/Makefile b/www/p5-Apache-AutoIndex/Makefile index fd1137188a90..e0d9279211cd 100644 --- a/www/p5-Apache-AutoIndex/Makefile +++ b/www/p5-Apache-AutoIndex/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache/src.pm:${PORTSDIR}/www/mod_perl ${SITE_PERL}/${PERL_ARCH}/Apache/Language.pm:${PORTSDIR}/www/p5-Apache-Language \ ${SITE_PERL}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser +MAKE_JOBS_SAFE= yes + PERL_CONFIGURE= yes MAN3= Apache::AutoIndex.3 diff --git a/www/p5-Apache-CompressClientFixup/Makefile b/www/p5-Apache-CompressClientFixup/Makefile index cb22a5ae8f86..46c97f1ba593 100644 --- a/www/p5-Apache-CompressClientFixup/Makefile +++ b/www/p5-Apache-CompressClientFixup/Makefile @@ -17,6 +17,8 @@ COMMENT= Perl extension for Apache-1.3.X to avoid gzip compression for known bug BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache/Constants.pm:${PORTSDIR}/www/mod_perl RUN_DEPENDS= ${BUILD_DEPENDS} +MAKE_JOBS_SAFE= yes + PERL_CONFIGURE= yes MAN3= Apache::CompressClientFixup.3 diff --git a/www/p5-Apache-ConfigParser/Makefile b/www/p5-Apache-ConfigParser/Makefile index 58b10999ac10..08cc67a4158f 100644 --- a/www/p5-Apache-ConfigParser/Makefile +++ b/www/p5-Apache-ConfigParser/Makefile @@ -17,6 +17,8 @@ COMMENT= Load Apache configuration files BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/FnMatch.pm:${PORTSDIR}/devel/p5-File-FnMatch \ ${SITE_PERL}/Tree/DAG_Node.pm:${PORTSDIR}/devel/p5-Tree-DAG_Node +MAKE_JOBS_SAFE= yes + MAN3= Apache::ConfigParser.3 Apache::ConfigParser::Directive.3 PERL_CONFIGURE= yes diff --git a/www/p5-Apache-DB/Makefile b/www/p5-Apache-DB/Makefile index 52d272a264ef..3a3f070b0c33 100644 --- a/www/p5-Apache-DB/Makefile +++ b/www/p5-Apache-DB/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= pgollucci@FreeBSD.org COMMENT= Debugging and profiling tools for mod_perl +MAKE_JOBS_SAFE= yes + PERL_CONFIGURE= yes MAN3= Apache::DB.3 Apache::DProf.3 Apache::perl5db.3 \ diff --git a/www/p5-Apache-DBI-mp1/Makefile b/www/p5-Apache-DBI-mp1/Makefile index 5c6a4a2ec931..b483956e3692 100644 --- a/www/p5-Apache-DBI-mp1/Makefile +++ b/www/p5-Apache-DBI-mp1/Makefile @@ -10,6 +10,8 @@ PKGNAMESUFFIX= -mp1 COMMENT= DBI persistent connection, authentication and authorization (mp1) +MAKE_JOBS_SAFE= yes + MASTERDIR= ${.CURDIR}/../p5-Apache-DBI .if defined(WITH_MODPERL2) || defined(WITHOUT_MODPERL) diff --git a/www/p5-Apache-DBI-mp2/Makefile b/www/p5-Apache-DBI-mp2/Makefile index 698373d77e89..9ab74d71c596 100644 --- a/www/p5-Apache-DBI-mp2/Makefile +++ b/www/p5-Apache-DBI-mp2/Makefile @@ -10,6 +10,8 @@ PKGNAMESUFFIX= -mp2 COMMENT= DBI persistent connection, authentication and authorization (mp2) +MAKE_JOBS_SAFE= yes + MASTERDIR= ${.CURDIR}/../p5-Apache-DBI .if defined(WITH_MODPERL) || defined(WITHOUT_MODPERL2) diff --git a/www/p5-Apache-DBI/Makefile b/www/p5-Apache-DBI/Makefile index 99160492ef70..ee75fd653a83 100644 --- a/www/p5-Apache-DBI/Makefile +++ b/www/p5-Apache-DBI/Makefile @@ -20,6 +20,8 @@ SLAVEDIRS= www/p5-Apache-DBI-mp1 www/p5-Apache-DBI-mp2 BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +MAKE_JOBS_SAFE= yes + MAN3= Apache::DBI.3 Apache::AuthDBI.3 PERL_CONFIGURE= yes diff --git a/www/p5-Apache-Language/Makefile b/www/p5-Apache-Language/Makefile index 761d622f386c..3c338593b2ab 100644 --- a/www/p5-Apache-Language/Makefile +++ b/www/p5-Apache-Language/Makefile @@ -17,6 +17,8 @@ COMMENT= A perl module that provides language-aware object hashes BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache/src.pm:${PORTSDIR}/www/mod_perl \ ${SITE_PERL}/I18N/LangTags.pm:${PORTSDIR}/misc/p5-I18N-LangTags +MAKE_JOBS_SAFE= yes + PERL_CONFIGURE= yes MAN3= Apache::Language.3 Apache::Language::Constants.3 \ diff --git a/www/p5-Apache-Reload/Makefile b/www/p5-Apache-Reload/Makefile index 4bd6d972d548..892e81f91bb9 100644 --- a/www/p5-Apache-Reload/Makefile +++ b/www/p5-Apache-Reload/Makefile @@ -15,6 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= pgollucci@FreeBSD.org COMMENT= Reload changed modules +MAKE_JOBS_SAFE= yes + PERL_CONFIGURE= yes MAN3= Apache2::Reload.3 Apache::Reload.3 diff --git a/www/p5-Apache-Session/Makefile b/www/p5-Apache-Session/Makefile index e5138299452c..68aa5eccae55 100644 --- a/www/p5-Apache-Session/Makefile +++ b/www/p5-Apache-Session/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= pgollucci@FreeBSD.org COMMENT= A persistence framework for session data +MAKE_JOBS_SAFE= yes + PERL_CONFIGURE= yes MAN3= Apache::Session.3 \ diff --git a/www/p5-Apache-Test/Makefile b/www/p5-Apache-Test/Makefile index 2ec5d17d20f9..c87c55ca69d6 100644 --- a/www/p5-Apache-Test/Makefile +++ b/www/p5-Apache-Test/Makefile @@ -15,6 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= pgollucci@FreeBSD.org COMMENT= Test.pm wrapper with helpers for testing Apache +MAKE_JOBS_SAFE= yes + ## XXX: Need to fix this, www/mod_perl2 currently @2.0.3 contains A-T 1.29, ## XXX: but ## XXX: A-T has released 1.30 diff --git a/www/p5-ApacheBench/Makefile b/www/p5-ApacheBench/Makefile index 162c107cb754..6e214212e836 100644 --- a/www/p5-ApacheBench/Makefile +++ b/www/p5-ApacheBench/Makefile @@ -15,6 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= pgollucci@FreeBSD.org COMMENT= Perl module for HTTP benchmarking +MAKE_JOBS_SAFE= yes + PERL_CONFIGURE= yes MAN3= HTTPD::Bench::ApacheBench.3 diff --git a/www/p5-AxKit/Makefile b/www/p5-AxKit/Makefile index 829d795a73d2..fba6947d72c1 100644 --- a/www/p5-AxKit/Makefile +++ b/www/p5-AxKit/Makefile @@ -31,6 +31,8 @@ BUILD_DEPENDS= \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} +MAKE_JOBS_SAFE= yes + MAN3= \ Apache::AxKit::DirHandler.3 \ Apache::AxKit::Language.3 \ diff --git a/www/p5-HTML-Scrubber/Makefile b/www/p5-HTML-Scrubber/Makefile index 19d1566864fd..37f6f3eaa72b 100644 --- a/www/p5-HTML-Scrubber/Makefile +++ b/www/p5-HTML-Scrubber/Makefile @@ -17,6 +17,8 @@ COMMENT= Perl extension for scrubbing/sanitizing html BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser +MAKE_JOBS_SAFE= yes + PERL_CONFIGURE= yes MAN3= HTML::Scrubber.3 diff --git a/www/p5-HTTP-Size/Makefile b/www/p5-HTTP-Size/Makefile index d028ddf5312d..39d58a432527 100644 --- a/www/p5-HTTP-Size/Makefile +++ b/www/p5-HTTP-Size/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= p5-libwww>0:${PORTSDIR}/www/p5-libwww \ p5-HTML-SimpleLinkExtor>0:${PORTSDIR}/www/p5-HTML-SimpleLinkExtor RUN_DEPENDS= ${BUILD_DEPENDS} +MAKE_JOBS_SAFE= yes + MAN3= HTTP::Size.3 PERL_CONFIGURE= yes diff --git a/www/p5-MasonX-WebApp/Makefile b/www/p5-MasonX-WebApp/Makefile index f75d620d54a1..672ee79ea3ed 100644 --- a/www/p5-MasonX-WebApp/Makefile +++ b/www/p5-MasonX-WebApp/Makefile @@ -26,6 +26,8 @@ BUILD_DEPENDS= ${RUN_DEPENDS} BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 .else BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl + +MAKE_JOBS_SAFE= yes .endif PERL_MODBUILD= yes diff --git a/www/p5-Maypole/Makefile b/www/p5-Maypole/Makefile index baa115e0efef..575be561aa54 100644 --- a/www/p5-Maypole/Makefile +++ b/www/p5-Maypole/Makefile @@ -39,6 +39,8 @@ BUILD_DEPENDS= p5-CGI-Simple>0:${PORTSDIR}/www/p5-CGI-Simple \ p5-libwww>0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} +MAKE_JOBS_SAFE= yes + OPTIONS= MODPERL "mod_perl support" on \ MODPERL2 "mod_perl2 support" off diff --git a/www/ruby-cruisecontrolrb/Makefile b/www/ruby-cruisecontrolrb/Makefile index bc5f8591c51a..e07ceb084d2b 100644 --- a/www/ruby-cruisecontrolrb/Makefile +++ b/www/ruby-cruisecontrolrb/Makefile @@ -18,6 +18,8 @@ COMMENT= Continuous Integration Server For Rails Applications RUN_DEPENDS= rubygem-mongrel>=1.0.1:${PORTSDIR}/www/rubygem-mongrel \ svn:${PORTSDIR}/devel/subversion +MAKE_JOBS_SAFE= yes + USE_RC_SUBR= cruisecontrolrb NO_BUILD= yes diff --git a/www/serf/Makefile b/www/serf/Makefile index 0657a9100b48..8c8f79caaccb 100644 --- a/www/serf/Makefile +++ b/www/serf/Makefile @@ -17,6 +17,8 @@ COMMENT= Serf HTTP client library LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr +MAKE_JOBS_SAFE= yes + PROJECTHOST= serf USE_BZIP2= yes USE_GMAKE= yes diff --git a/www/smb2www/Makefile b/www/smb2www/Makefile index 8dbdf13f33de..a554f5a1e1ce 100644 --- a/www/smb2www/Makefile +++ b/www/smb2www/Makefile @@ -19,6 +19,8 @@ COMMENT= Windows Network client that is accessible through a web browser RUN_DEPENDS= smbclient:${PORTSDIR}/net/samba3 \ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 +MAKE_JOBS_SAFE= yes + USE_APACHE= 1.3 USE_PERL5= yes NO_BUILD= yes diff --git a/www/webglimpse/Makefile b/www/webglimpse/Makefile index 8cbf0ea64cb1..f13f910c996e 100644 --- a/www/webglimpse/Makefile +++ b/www/webglimpse/Makefile @@ -17,6 +17,8 @@ COMMENT= WWW interface to Glimpse search engine RUN_DEPENDS= glimpse:${PORTSDIR}/textproc/glimpse +MAKE_JOBS_SAFE= yes + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.edu USE_PERL5= yes diff --git a/www/wsdlpull/Makefile b/www/wsdlpull/Makefile index 58b82bc702ac..884defa0c6ad 100644 --- a/www/wsdlpull/Makefile +++ b/www/wsdlpull/Makefile @@ -16,6 +16,8 @@ COMMENT= C++ WSDL Parser LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl +MAKE_JOBS_SAFE= yes + USE_GNOME= gnometarget USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/www/wwwstat/Makefile b/www/wwwstat/Makefile index e4e99984b629..d1e658f90889 100644 --- a/www/wwwstat/Makefile +++ b/www/wwwstat/Makefile @@ -19,6 +19,8 @@ PATCHFILES= patch-2.01.txt MAINTAINER= pgollucci@FreeBSD.org COMMENT= Webserver logfile analysis package +MAKE_JOBS_SAFE= yes + USE_APACHE= 1.3+ USE_PERL5= yes MAKE_ENV+= PERL5=${PERL5} diff --git a/x11-fonts/freefont-ttf/Makefile b/x11-fonts/freefont-ttf/Makefile index f6f6ee2c9b2c..d86e665d6202 100644 --- a/x11-fonts/freefont-ttf/Makefile +++ b/x11-fonts/freefont-ttf/Makefile @@ -17,6 +17,8 @@ COMMENT= Free UCS Outline Fonts BUILD_DEPENDS= mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale \ mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir +MAKE_JOBS_SAFE= yes + WRKSRC= ${WRKDIR}/freefont-${PORTVERSION} INSTALLDIR= ${PREFIX}/lib/X11/fonts/${PORTNAME} |