diff options
author | ak <ak@FreeBSD.org> | 2013-08-15 06:35:50 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-08-15 06:35:50 +0800 |
commit | 472387c1864e149c8de23f290e91793ad7fbf8ca (patch) | |
tree | e9aa43bc0924dc359b2756757c2c0994f118aa35 /ftp | |
parent | f2d5090c7c455bef6c3cbb6ddcb5bc50b3fe334b (diff) | |
download | freebsd-ports-gnome-472387c1864e149c8de23f290e91793ad7fbf8ca.tar.gz freebsd-ports-gnome-472387c1864e149c8de23f290e91793ad7fbf8ca.tar.zst freebsd-ports-gnome-472387c1864e149c8de23f290e91793ad7fbf8ca.zip |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/bareftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/curl/Makefile | 1 | ||||
-rw-r--r-- | ftp/filezilla/Makefile | 1 | ||||
-rw-r--r-- | ftp/ftpmirror/Makefile | 1 | ||||
-rw-r--r-- | ftp/hsftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/lftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/ncftp2/Makefile | 1 | ||||
-rw-r--r-- | ftp/pure-ftpd/Makefile | 1 | ||||
-rw-r--r-- | ftp/quftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/scythia/Makefile | 1 | ||||
-rw-r--r-- | ftp/twoftpd/Makefile | 1 | ||||
-rw-r--r-- | ftp/wget/Makefile | 1 | ||||
-rw-r--r-- | ftp/wxdfast/Makefile | 1 | ||||
-rw-r--r-- | ftp/wzdftpd/Makefile | 1 | ||||
-rw-r--r-- | ftp/yafc/Makefile | 1 |
15 files changed, 0 insertions, 15 deletions
diff --git a/ftp/bareftp/Makefile b/ftp/bareftp/Makefile index b4eacde2241c..fb32d95f503c 100644 --- a/ftp/bareftp/Makefile +++ b/ftp/bareftp/Makefile @@ -22,7 +22,6 @@ USE_GMAKE= yes USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes MAN1= bareftp.1 diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index dfa22b84fcc8..8ec9a49d9d5e 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -33,7 +33,6 @@ CONFIGURE_ARGS+=--disable-threaded-resolver --disable-werror \ --without-axtls CONFIGURE_ENV= LOCALBASE="${LOCALBASE}" GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes USE_PERL5_BUILD=yes USE_XZ= yes USES= pathfix diff --git a/ftp/filezilla/Makefile b/ftp/filezilla/Makefile index 0f322ffb2f14..6c28aaa135a1 100644 --- a/ftp/filezilla/Makefile +++ b/ftp/filezilla/Makefile @@ -21,7 +21,6 @@ LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \ idn:${PORTSDIR}/dns/libidn \ tinyxml:${PORTSDIR}/textproc/tinyxml -MAKE_JOBS_SAFE= yes INSTALLS_ICONS= yes USE_BZIP2= yes diff --git a/ftp/ftpmirror/Makefile b/ftp/ftpmirror/Makefile index e0f2da9378b7..2da0d715718d 100644 --- a/ftp/ftpmirror/Makefile +++ b/ftp/ftpmirror/Makefile @@ -16,7 +16,6 @@ OPTIONS_DEFINE= DOCS USE_PERL5= yes GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes USES= shebangfix SHEBANG_FILES= ftpmirror rotate diff --git a/ftp/hsftp/Makefile b/ftp/hsftp/Makefile index 4419d68d760e..f3a6df31a056 100644 --- a/ftp/hsftp/Makefile +++ b/ftp/hsftp/Makefile @@ -20,7 +20,6 @@ READLINE_DESC= Enable readline support GNU_CONFIGURE= yes MAKEFILE= makefile -MAKE_JOBS_SAFE= yes MAN1= hsftp.1 PLIST_FILES= bin/hsftp diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index c77841617bba..77a1d0670119 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -28,7 +28,6 @@ GNU_CONFIGURE= yes # but is missing the required POSIX_FADV_* macros CONFIGURE_ENV= i_cv_posix_fallocate_works=no \ LIBS="-L${LOCALBASE}/lib" -MAKE_JOBS_SAFE= yes PORTDOCS= AUTHORS BUGS ChangeLog FAQ FEATURES INSTALL \ MIRRORS NEWS README README.debug-levels README.modules \ diff --git a/ftp/ncftp2/Makefile b/ftp/ncftp2/Makefile index 461c5e712ebd..a613a7109dcb 100644 --- a/ftp/ncftp2/Makefile +++ b/ftp/ncftp2/Makefile @@ -19,7 +19,6 @@ READLINE_DESC= Enable readline support USES= ncurses GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_func_getmaxyx=yes -MAKE_JOBS_SAFE= yes MAN1= ncftp2.1 PLIST_FILES= bin/${LATEST_LINK} diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile index 53c6910f84a4..6a926e5a624c 100644 --- a/ftp/pure-ftpd/Makefile +++ b/ftp/pure-ftpd/Makefile @@ -17,7 +17,6 @@ USE_BZIP2= yes USE_PERL5_RUN= yes USE_RC_SUBR= pure-ftpd GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --with-everything \ --with-paranoidmsg \ --sysconfdir=${PREFIX}/etc \ diff --git a/ftp/quftp/Makefile b/ftp/quftp/Makefile index eec348d6c4be..d542a434743f 100644 --- a/ftp/quftp/Makefile +++ b/ftp/quftp/Makefile @@ -14,7 +14,6 @@ LICENSE= GPLv2 USES= ncurses readline GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes CPPFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} diff --git a/ftp/scythia/Makefile b/ftp/scythia/Makefile index abfab1f61271..c26f8bbec8d3 100644 --- a/ftp/scythia/Makefile +++ b/ftp/scythia/Makefile @@ -18,7 +18,6 @@ COMMENT= Small ftp client unpretentious based on Qt4 USE_QT4= gui network corelib qmake_build uic_build moc_build rcc_build INSTALLS_ICONS= yes -MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME} .if defined(NOPORTDOCS) diff --git a/ftp/twoftpd/Makefile b/ftp/twoftpd/Makefile index 4e6f056e9225..77c21f0fce15 100644 --- a/ftp/twoftpd/Makefile +++ b/ftp/twoftpd/Makefile @@ -16,7 +16,6 @@ LIB_DEPENDS= cvm-v2client:${PORTSDIR}/security/cvm OPTIONS_DEFINE= DOCS -MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index c18f09a3629a..51ddf1ccacac 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -16,7 +16,6 @@ USE_XZ= yes USE_GMAKE= yes USE_PERL5_BUILD=yes GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes OPTIONS_RADIO= SSL OPTIONS_RADIO_SSL=GNUTLS OPENSSL diff --git a/ftp/wxdfast/Makefile b/ftp/wxdfast/Makefile index 8ca06581783e..049a7085f918 100644 --- a/ftp/wxdfast/Makefile +++ b/ftp/wxdfast/Makefile @@ -24,7 +24,6 @@ ACLOCAL_ARGS= -I ${LOCALBASE}/share/locale AUTOMAKE_ARGS= --add-missing --copy --force-missing --foreign LIBTOOLIZE_ARGS=--copy --force CONFIGURE_ENV= WXRC="${WXRC_CMD}" -MAKE_JOBS_SAFE= yes MAN1= wxdfast.1 diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile index 9768578de99e..62d3c78bcec6 100644 --- a/ftp/wzdftpd/Makefile +++ b/ftp/wzdftpd/Makefile @@ -25,7 +25,6 @@ ACLOCAL_ARGS= -I m4 -I ac-helpers AUTOMAKE_ARGS= --add-missing --copy CONFIGURE_ARGS= --sysconfdir=${ETCDIR} --without-pam --disable-bonjour USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes USE_RC_SUBR= wzdftpd diff --git a/ftp/yafc/Makefile b/ftp/yafc/Makefile index c76c519d7fe8..dad16c441a4c 100644 --- a/ftp/yafc/Makefile +++ b/ftp/yafc/Makefile @@ -21,7 +21,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_ipv6=yes CONFIGURE_ARGS= --with-socks=no --with-socks5=no --with-krb4=no \ --with-krb5=no --with-openssl=${OPENSSLBASE} -MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |