diff options
41 files changed, 48 insertions, 3 deletions
diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile index 8907a2f14e72..a11af22169f2 100644 --- a/archivers/arj/Makefile +++ b/archivers/arj/Makefile @@ -16,6 +16,7 @@ COMMENT= Open-source ARJ USE_AUTOTOOLS= autoconf:262 USE_GMAKE= yes +MAKE_JOBS_UNSAFE= yes CONFIGURE_WRKSRC= ${WRKSRC}/gnu CFLAGS+= -fPIC MAKEFILE= GNUmakefile diff --git a/archivers/sharutils/Makefile b/archivers/sharutils/Makefile index 071f6685fb62..0c33aaa7298b 100644 --- a/archivers/sharutils/Makefile +++ b/archivers/sharutils/Makefile @@ -17,6 +17,7 @@ COMMENT= Pack, send and unpack shell archives; synchronize via e-mail USE_PERL5= yes GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --program-prefix=g --disable-uucode INSTALL_TARGET= install install-man MAN1= gshar.1 gunshar.1 gcompress-dummy.1 diff --git a/archivers/szip/Makefile b/archivers/szip/Makefile index d3d1d6cf0a4a..156c1d6c43f5 100644 --- a/archivers/szip/Makefile +++ b/archivers/szip/Makefile @@ -17,6 +17,7 @@ MAINTAINER= garga@FreeBSD.org COMMENT= A fast compression utility USE_GMAKE= yes +MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR} diff --git a/audio/wmauda/Makefile b/audio/wmauda/Makefile index 2fd7605e1e91..35c424f68448 100644 --- a/audio/wmauda/Makefile +++ b/audio/wmauda/Makefile @@ -21,6 +21,7 @@ RUN_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious LIB_DEPENDS= mowgli.2:${PORTSDIR}/devel/libmowgli USE_GMAKE= yes +MAKE_JOBS_SAFE= yes USE_GNOME= gnomeprefix gtk20 CFLAGS= `pkg-config --cflags gtk+-2.0` MAKE_ENV= MANPAGE_DIR=${MAN1PREFIX}/man/man1 \ diff --git a/converters/tnef/Makefile b/converters/tnef/Makefile index 9d0eb74fadb4..22cf3b764329 100644 --- a/converters/tnef/Makefile +++ b/converters/tnef/Makefile @@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= garga@FreeBSD.org COMMENT= Unpack data in MS Outlook TNEF format -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes MAN1= tnef.1 PORTDOCS= AUTHORS NEWS README THANKS TODO diff --git a/devel/libslang2/Makefile b/devel/libslang2/Makefile index 27ec7852cdd4..464f0beddd24 100644 --- a/devel/libslang2/Makefile +++ b/devel/libslang2/Makefile @@ -22,6 +22,7 @@ CONFLICTS= libslang-1.*.j[0-9] USE_BZIP2= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes PLIST_SUB+= SHLIB_VERSION=${PORTVERSION} ALL_TARGET= all static diff --git a/devel/sysconftool/Makefile b/devel/sysconftool/Makefile index 062bf1479b4e..098c20c2a5d0 100644 --- a/devel/sysconftool/Makefile +++ b/devel/sysconftool/Makefile @@ -18,6 +18,7 @@ COMMENT= Helps to install application configuration files USE_BZIP2= yes USE_PERL5= yes HAS_CONFIGURE= yes +MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:262 diff --git a/editors/jed/Makefile b/editors/jed/Makefile index 5225b96c56f6..329f197e33b3 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -28,6 +28,7 @@ OPTIONS= X11 "Build xjed (depends of X11)" on USE_BZIP2= yes DIST_SUBDIR= jed GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes CONFIGURE_ENV+= JED_ROOT=${PREFIX}/lib/jed PORTDOCS= * diff --git a/editors/manedit/Makefile b/editors/manedit/Makefile index 579b6adb17f7..d05376c67a45 100644 --- a/editors/manedit/Makefile +++ b/editors/manedit/Makefile @@ -18,6 +18,7 @@ COMMENT= A UNIX manual page editor and viewer WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} USE_BZIP2= yes +MAKE_JOBS_SAFE= yes USE_GNOME= gtk12 MAKEFILE= Makefile.FreeBSD diff --git a/ftp/ftpmirror/Makefile b/ftp/ftpmirror/Makefile index 8af8d0a55193..ac31ad9d8e93 100644 --- a/ftp/ftpmirror/Makefile +++ b/ftp/ftpmirror/Makefile @@ -17,8 +17,9 @@ COMMENT= An utility to mirror directory hierarchy with FTP RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Socket6.pm:${PORTSDIR}/net/p5-Socket6 -USE_PERL5= YES -GNU_CONFIGURE= YES +USE_PERL5= yes +GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes CONFIGURE_ENV+= PERL="${PERL}" INSTALL_PROGRAM="${INSTALL_SCRIPT}" diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile index f2a5afdc7b29..04959bdfbaa4 100644 --- a/ftp/pure-ftpd/Makefile +++ b/ftp/pure-ftpd/Makefile @@ -30,6 +30,7 @@ USE_BZIP2= yes USE_PERL5_RUN= yes USE_RC_SUBR= pure-ftpd.sh GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --with-everything \ --with-paranoidmsg \ --with-virtualchroot \ diff --git a/lang/lua/Makefile b/lang/lua/Makefile index e41c387d1ee7..0c09837b988a 100644 --- a/lang/lua/Makefile +++ b/lang/lua/Makefile @@ -23,6 +23,7 @@ LUA_COMPS= # only define variables ALL_TARGET= freebsd USE_GNOME= pkgconfig USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes MAKE_ENV= LUA_SONAME="liblua-${LUA_VER}.so.${LUA_VER_SH}" MAN1= lua-${LUA_VER}.1 luac-${LUA_VER}.1 diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index d08fc0deba14..8cc4f76e5ffd 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -29,6 +29,7 @@ COMMENT= Mail delivery agent (MDA) with filtering abilities USE_BZIP2= yes USE_PERL5= yes GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-syslog=1 \ --enable-use-flock=1 \ diff --git a/mail/mb2md/Makefile b/mail/mb2md/Makefile index 988ffa0b3c0f..04c5683867b9 100644 --- a/mail/mb2md/Makefile +++ b/mail/mb2md/Makefile @@ -25,6 +25,7 @@ EXTRACT_AFTER_ARGS= > ${WRKDIR}/${PORTNAME} NO_WRKSUBDIR= yes NO_BUILD= yes USE_PERL5= yes +MAKE_JOBS_SAFE= yes PLIST_FILES= bin/mb2md diff --git a/mail/qmail-contrib/Makefile b/mail/qmail-contrib/Makefile index fd5c1cf3ac13..b512b9763ead 100644 --- a/mail/qmail-contrib/Makefile +++ b/mail/qmail-contrib/Makefile @@ -19,6 +19,7 @@ MAINTAINER= garga@FreeBSD.org COMMENT= Contributed programs for qmail USE_QMAIL_RUN= yes +MAKE_JOBS_SAFE= yes ALL_TARGET= it INSTALL_TARGET= setup diff --git a/mail/qmail-dk/Makefile b/mail/qmail-dk/Makefile index eafd4728d358..baa8bbd8174b 100644 --- a/mail/qmail-dk/Makefile +++ b/mail/qmail-dk/Makefile @@ -22,6 +22,7 @@ PATCH_SITES= ${MASTER_SITE_QMAIL} PATCHFILES= qmail-1.03-dk-0.54.patch USE_QMAIL= yes +MAKE_JOBS_SAFE= yes PREFIX?= ${QMAIL_PREFIX} WRKSRC= ${WRKDIR}/qmail-1.03 diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index bb586175932f..a01d8d4228b3 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -22,6 +22,8 @@ DIST_SUBDIR= qmail CONFLICTS?= qmail-ldap-[0-9]* qmail-mysql-[0-9]* qmail-spamcontrol-[0-9]* qmail-tls-[0-9]* CONFLICTS+= qmail-vida-[0-9]* +MAKE_JOBS_UNSAFE= yes + .if defined(SLAVE_LDAP) || \ defined(SLAVE_MYSQL) BARRIER_MAILDIRQUOTA_PATCH= yes diff --git a/mail/qmailanalog/Makefile b/mail/qmailanalog/Makefile index 9109f76c21cd..7a795be1a6a7 100644 --- a/mail/qmailanalog/Makefile +++ b/mail/qmailanalog/Makefile @@ -17,6 +17,7 @@ MAINTAINER= garga@FreeBSD.org COMMENT= A collection of tools to analyze qmail-send's activity USE_QMAIL_RUN= yes +MAKE_JOBS_SAFE= yes ALL_TARGET= it INSTALL_TARGET= setup diff --git a/mail/qmhandle/Makefile b/mail/qmhandle/Makefile index ec8151212d03..8f63f45f64b8 100644 --- a/mail/qmhandle/Makefile +++ b/mail/qmhandle/Makefile @@ -15,6 +15,7 @@ MAINTAINER= garga@FreeBSD.org COMMENT= Tool to view and manage a qmail queue USE_QMAIL_RUN= yes +MAKE_JOBS_SAFE= yes NO_BUILD= yes USE_PERL5= yes diff --git a/mail/queue-fix/Makefile b/mail/queue-fix/Makefile index 950aeb31418a..9677e3ffd4a2 100644 --- a/mail/queue-fix/Makefile +++ b/mail/queue-fix/Makefile @@ -17,6 +17,7 @@ MAINTAINER= garga@FreeBSD.org COMMENT= Repairs or generates a qmail queue structure USE_QMAIL_RUN= yes +MAKE_JOBS_SAFE= yes PREFIX?= ${QMAIL_PREFIX} diff --git a/mail/razor-agents/Makefile b/mail/razor-agents/Makefile index dace92afcc37..61c0594198c4 100644 --- a/mail/razor-agents/Makefile +++ b/mail/razor-agents/Makefile @@ -20,6 +20,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes MAKE_ARGS+= PERLPREFIX=${PREFIX} USE_BZIP2= yes diff --git a/mail/wbl/Makefile b/mail/wbl/Makefile index 1707b37d1abe..6518a70d84ac 100644 --- a/mail/wbl/Makefile +++ b/mail/wbl/Makefile @@ -17,6 +17,7 @@ USE_BZIP2= yes USE_PERL5_RUN= yes USE_QMAIL_RUN= yes NO_BUILD= yes +MAKE_JOBS_SAFE= yes PORTDOCS= CHANGELOG COPYING README PLIST_FILES= bin/wbl diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile index 1c2a99eec612..7941ff66c934 100644 --- a/mail/wmbiff/Makefile +++ b/mail/wmbiff/Makefile @@ -18,6 +18,7 @@ OPTIONS= GNUTLS "Support for SSL" off USE_XORG= xpm GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes MAN1= wmbiff.1 MAN5= wmbiffrc.5 diff --git a/math/slgrace/Makefile b/math/slgrace/Makefile index 841fa2dfec8b..242b89f0fd98 100644 --- a/math/slgrace/Makefile +++ b/math/slgrace/Makefile @@ -22,6 +22,7 @@ RUN_DEPENDS= grace:${PORTSDIR}/math/grace SLANG_VER= 2.1 GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes PORTDOCS= * PLIST_SUB= VERSION=${PORTVERSION} diff --git a/net-im/pidgin-hotkeys/Makefile b/net-im/pidgin-hotkeys/Makefile index f1ffefd70cf2..9c4645148b57 100644 --- a/net-im/pidgin-hotkeys/Makefile +++ b/net-im/pidgin-hotkeys/Makefile @@ -20,6 +20,7 @@ RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin USE_GNOME= pkgconfig gtk20 GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes PLIST_FILES= lib/pidgin/hotkeys.so \ lib/pidgin/hotkeys.la diff --git a/net/rinetd/Makefile b/net/rinetd/Makefile index c280de320006..36022db5767c 100644 --- a/net/rinetd/Makefile +++ b/net/rinetd/Makefile @@ -19,6 +19,8 @@ COMMENT= A simple TCP port redirector WRKSRC= ${WRKDIR}/rinetd/ +MAKE_JOBS_SAFE= yes + MAN8= rinetd.8 PORTDOCS= index.html PLIST_FILES= sbin/rinetd diff --git a/net/wmnd/Makefile b/net/wmnd/Makefile index 0784a5820169..d49d1a8ce24d 100644 --- a/net/wmnd/Makefile +++ b/net/wmnd/Makefile @@ -19,6 +19,7 @@ USE_GNOME= gnometarget USE_XORG= ice sm x11 xext xpm USE_GMAKE= yes GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --with-drivers="freebsd_sysctl" MAN1= wmnd.1 diff --git a/security/checkpassword/Makefile b/security/checkpassword/Makefile index 3a5db2dd2d8f..f30b606e2265 100644 --- a/security/checkpassword/Makefile +++ b/security/checkpassword/Makefile @@ -18,6 +18,8 @@ COMMENT= A simple password-checking interface ALL_TARGET= it INSTALL_TARGET= setup +MAKE_JOBS_SAFE= yes + PLIST_FILES= bin/checkpassword PORTDOCS= CHANGES FILES README SYSDEPS TARGETS TODO VERSION diff --git a/security/clamav-devel/Makefile b/security/clamav-devel/Makefile index 7626143196cd..68ee3fbcb9d8 100644 --- a/security/clamav-devel/Makefile +++ b/security/clamav-devel/Makefile @@ -29,6 +29,7 @@ OPTIONS= ARC "Enable arch archives support" On \ GNU_CONFIGURE= yes USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes USE_RC_SUBR= clamav-clamd clamav-freshclam CONF_FILES= clamd freshclam diff --git a/security/scanhill/Makefile b/security/scanhill/Makefile index c626cf20659f..1abbe9977bba 100644 --- a/security/scanhill/Makefile +++ b/security/scanhill/Makefile @@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes USE_ICONV= yes +MAKE_JOBS_SAFE= yes PORTDOCS= README.txt INSTALL.txt mysql.sql diff --git a/shells/psh/Makefile b/shells/psh/Makefile index 8f900df80da7..dd08354cd626 100644 --- a/shells/psh/Makefile +++ b/shells/psh/Makefile @@ -16,6 +16,7 @@ MAINTAINER= garga@FreeBSD.org COMMENT= New shell made entirely out of a Perl script PERL_CONFIGURE= yes +MAKE_JOBS_SAFE= yes SUB_FILES= pkg-install pkg-deinstall diff --git a/sysutils/ucspi-tcp/Makefile b/sysutils/ucspi-tcp/Makefile index d23f63ae4242..163f1692681c 100644 --- a/sysutils/ucspi-tcp/Makefile +++ b/sysutils/ucspi-tcp/Makefile @@ -24,6 +24,8 @@ OPTIONS= MAN "Install man(1) pages" on \ RBL2SMTPD "Don't drop connection, pass envvar to smtpd" off \ LIMITS "Implement per-connection and other limits" off +MAKE_JOBS_SAFE= yes + ALL_TARGET= prog install instcheck SCRIPTS_ENV= BINOWN="${BINOWN}" \ diff --git a/sysutils/wmcube-gdk/Makefile b/sysutils/wmcube-gdk/Makefile index 5d3e830493bb..d6076828ca0b 100644 --- a/sysutils/wmcube-gdk/Makefile +++ b/sysutils/wmcube-gdk/Makefile @@ -20,6 +20,7 @@ USE_XORG= xpm USE_GNOME= gtk12 MAKEFILE= Makefile.FREEBSD SUB_FILES= pkg-message +MAKE_JOBS_SAFE= yes DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} diff --git a/sysutils/wmcube/Makefile b/sysutils/wmcube/Makefile index 723193262e91..8ce6da9d353b 100644 --- a/sysutils/wmcube/Makefile +++ b/sysutils/wmcube/Makefile @@ -22,6 +22,7 @@ USE_XORG= xpm MAKEFILE= Makefile.FREEBSD PORTDOCS= CHANGES README TODO SUB_FILES= pkg-message +MAKE_JOBS_UNSAFE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/wmcube ${PREFIX}/bin diff --git a/textproc/cdiff/Makefile b/textproc/cdiff/Makefile index 17373bbdf869..ad2ab47ad101 100644 --- a/textproc/cdiff/Makefile +++ b/textproc/cdiff/Makefile @@ -19,6 +19,7 @@ COMMENT= Diff readability enhancher for color terminals NO_BUILD= yes NO_WRKSUBDIR= yes USE_PERL5= yes +MAKE_JOBS_SAFE= yes SRC= ${.CURDIR}/src diff --git a/www/dotproject/Makefile b/www/dotproject/Makefile index fd7aa584a0c6..569da409ee10 100644 --- a/www/dotproject/Makefile +++ b/www/dotproject/Makefile @@ -19,6 +19,7 @@ NO_BUILD= yes USE_PHP= gd mysql session zlib WANT_PHP_WEB= yes USE_APACHE= yes +MAKE_JOBS_SAFE= yes SUB_LIST+= DOTPROJECTDIR=${DOTPROJECTDIR} SUB_FILES= pkg-message diff --git a/www/sarg/Makefile b/www/sarg/Makefile index 82fefc21c103..02609e10f69a 100644 --- a/www/sarg/Makefile +++ b/www/sarg/Makefile @@ -19,6 +19,7 @@ OPTIONS= GD "Enable GD support" on USE_ICONV= yes USE_GETTEXT= yes GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CC=gcc CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/x11-clocks/wmclock/Makefile b/x11-clocks/wmclock/Makefile index 827b6d9941cf..6666de03daf2 100644 --- a/x11-clocks/wmclock/Makefile +++ b/x11-clocks/wmclock/Makefile @@ -20,6 +20,7 @@ MAINTAINER= garga@FreeBSD.org COMMENT= A dockable clock applet for Window Maker USE_IMAKE= yes +MAKE_JOBS_SAFE= yes USE_XORG= xpm MAN1= wmclock.1 PLIST_FILES= bin/wmclock diff --git a/x11-wm/wmakerconf/Makefile b/x11-wm/wmakerconf/Makefile index 810b90305431..b19ecb69568a 100644 --- a/x11-wm/wmakerconf/Makefile +++ b/x11-wm/wmakerconf/Makefile @@ -26,6 +26,7 @@ USE_PERL5= yes USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --with-wmakerdataprefix="${LOCALBASE}/share" \ --with-wmakeretcprefix="${LOCALBASE}/share" diff --git a/x11/gmrun/Makefile b/x11/gmrun/Makefile index 3901456f14da..0cef507fd19e 100644 --- a/x11/gmrun/Makefile +++ b/x11/gmrun/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_GNOME= gtk20 USE_GMAKE= yes GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-stlport diff --git a/x11/workrave/Makefile b/x11/workrave/Makefile index fe4139314c96..3d89cfc5d43f 100644 --- a/x11/workrave/Makefile +++ b/x11/workrave/Makefile @@ -19,6 +19,7 @@ OPTIONS= GNOME "Build with Gnome support" on \ USE_XORG= x11 xmu USE_GMAKE= yes +MAKE_JOBS_SAFE= yes USE_GNOME= gnomeprefix gnomehack intlhack gconf2 intltool GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" |