1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Remove last vestiges of MAKE_JOBS_SAFE knob

Approved by:	portmgr (bapt)
This commit is contained in:
Alex Kozlov 2013-09-20 10:54:22 +00:00
parent e2382938b6
commit 97e5e7dc3d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327683
13 changed files with 0 additions and 21 deletions

View File

@ -295,8 +295,6 @@ CXXFLAGS+= ${QSCIFLAGS} ${QTFLAGS}
.include <bsd.port.pre.mk>
#MAKE_JOBS_SAFE= yes
.if ${SAL_MODULE} == "kernel"
post-patch:
. if ${PYTHON_REL} > 260

View File

@ -87,11 +87,9 @@ CONFIGURE_ENV+= NOCOLOR=yes
MAKE_ENV+= NOCOLOR=yes
.if !defined(DISABLE_MAKE_JOBS) && !defined(MAKE_JOBS_UNSAFE)
.if defined(MAKE_JOBS_SAFE) || defined(FORCE_MAKE_JOBS)
CONFIGURE_ARGS+= --jobs=${MAKE_JOBS_NUMBER}
_MAKE_JOBS= --jobs=${MAKE_JOBS_NUMBER}
.endif
.endif
USE_PYTHON_RUN= yes
PLIST_FILES+= include/pyldb.h \

View File

@ -54,11 +54,9 @@ CONFIGURE_ENV+= NOCOLOR=yes
MAKE_ENV+= NOCOLOR=yes
.if !defined(DISABLE_MAKE_JOBS) && !defined(MAKE_JOBS_UNSAFE)
.if defined(MAKE_JOBS_SAFE) || defined(FORCE_MAKE_JOBS)
CONFIGURE_ARGS+= --jobs=${MAKE_JOBS_NUMBER}
_MAKE_JOBS= --jobs=${MAKE_JOBS_NUMBER}
.endif
.endif
.if ${PORT_OPTIONS:MPYTHON}
USE_PYTHON_RUN= yes

View File

@ -12,7 +12,6 @@ DIST_SUBDIR= subversion18
MASTER_SITE_SUBDIR= subversion/:main \
lev/:book
MAKE_JOBS_SAFE= yes
USE_BZIP2= yes
USE_AUTOTOOLS= libtool
USE_KDE4= # Used below if KWallet support is enabled

View File

@ -11,7 +11,6 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:main
DIST_SUBDIR= subversion
EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
MAKE_JOBS_SAFE= yes
USE_BZIP2= yes
USE_AUTOTOOLS= libtool
USE_KDE4= # Used below if KWallet support is enabled

View File

@ -12,7 +12,6 @@ DIST_SUBDIR= subversion17
MASTER_SITE_SUBDIR= subversion/:main \
lev/:book
MAKE_JOBS_SAFE= yes
USE_BZIP2= yes
USE_AUTOTOOLS= libtool
USE_KDE4= # Used below if KWallet support is enabled

View File

@ -48,11 +48,9 @@ CONFIGURE_ENV+= NOCOLOR=yes
MAKE_ENV+= NOCOLOR=yes
.if !defined(DISABLE_MAKE_JOBS) && !defined(MAKE_JOBS_UNSAFE)
.if defined(MAKE_JOBS_SAFE) || defined(FORCE_MAKE_JOBS)
CONFIGURE_ARGS+= --jobs=${MAKE_JOBS_NUMBER}
_MAKE_JOBS= --jobs=${MAKE_JOBS_NUMBER}
.endif
.endif
.if ${PORT_OPTIONS:MPYTHON}
USE_PYTHON_RUN= yes

View File

@ -51,11 +51,9 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
CONFIGURE_ARGS+= --bundled-libraries=!talloc
.if !defined(DISABLE_MAKE_JOBS) && !defined(MAKE_JOBS_UNSAFE)
.if defined(MAKE_JOBS_SAFE) || defined(FORCE_MAKE_JOBS)
CONFIGURE_ARGS+= --jobs=${MAKE_JOBS_NUMBER}
_MAKE_JOBS= --jobs=${MAKE_JOBS_NUMBER}
.endif
.endif
.if ${PORT_OPTIONS:MPYTHON}
USE_PYTHON_RUN= yes

View File

@ -117,7 +117,6 @@ USE_BZIP2= yes
USES+= cmake
USE_KDE4+= automoc4 kdehier kdeprefix kdelibs
USE_QT4+= qmake_build moc_build rcc_build uic_build
MAKE_JOBS_SAFE= yes
WRKSRC?= ${WRKDIR}/${DISTNAME}/extra/${PORTNAME}

View File

@ -11,7 +11,6 @@ USE_BZIP2= yes
USES= gmake iconv perl5
USE_PERL5= build
ALL_TARGET= default
MAKE_JOBS_SAFE= yes
SNAPSHOT= 20130412
GCC_BRANCH= 4.6

View File

@ -47,5 +47,3 @@ CONFIGURE_ARGS= --cc="${CC}" \
WANT_GNOME= yes
WANT_SDL= yes
MAKE_JOBS_SAFE= yes

View File

@ -25,7 +25,6 @@ USE_BZIP2= yes
USES= pathfix gmake pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
#MAKE_JOBS_SAFE= yes
CXXFLAGS+= -I${LOCALBASE}/include
CPPFLAGS+= -I${LOCALBASE}/include

View File

@ -16,7 +16,6 @@ LICENSE= GPLv3
CONFLICTS?= *samba3[2-6]-3.*
SAMBA4_BASENAME= samba
SAMBA4_PORTNAME= ${SAMBA4_BASENAME}4
SAMBA4_VERSION= 4.0.8
@ -388,11 +387,9 @@ CONFIGURE_ENV+= NOCOLOR=yes
MAKE_ENV+= NOCOLOR=yes
.if !defined(DISABLE_MAKE_JOBS) && !defined(MAKE_JOBS_UNSAFE)
.if defined(MAKE_JOBS_SAFE) || defined(FORCE_MAKE_JOBS)
CONFIGURE_ARGS+= --jobs=${MAKE_JOBS_NUMBER}
_MAKE_JOBS+= --jobs=${MAKE_JOBS_NUMBER}
.endif
.endif
MAN1+= dbwrap_tool.1 findsmb.1 gentest.1 locktest.1 \
log2pcap.1 masktest.1 ndrdump.1 nmblookup.1 \