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 /dns | |
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 'dns')
-rw-r--r-- | dns/checkdns/Makefile | 1 | ||||
-rw-r--r-- | dns/dlint/Makefile | 1 | ||||
-rw-r--r-- | dns/dns2tcp/Makefile | 1 | ||||
-rw-r--r-- | dns/dnsmasq-devel/Makefile | 1 | ||||
-rw-r--r-- | dns/dnsmasq/Makefile | 1 | ||||
-rw-r--r-- | dns/fastresolve/Makefile | 1 | ||||
-rw-r--r-- | dns/gdnsd/Makefile | 1 | ||||
-rw-r--r-- | dns/hesiod/Makefile | 1 | ||||
-rw-r--r-- | dns/knot/Makefile | 1 | ||||
-rw-r--r-- | dns/opendd/Makefile | 1 | ||||
-rw-r--r-- | dns/udns/Makefile | 1 | ||||
-rw-r--r-- | dns/zkt/Makefile | 1 |
12 files changed, 0 insertions, 12 deletions
diff --git a/dns/checkdns/Makefile b/dns/checkdns/Makefile index 4d1e94988b4e..19876b06ec17 100644 --- a/dns/checkdns/Makefile +++ b/dns/checkdns/Makefile @@ -15,7 +15,6 @@ MASTER_SITES= http://www.enderunix.org/checkdns/ \ MAINTAINER= m.tsatsenko@gmail.com COMMENT= A domain name server analysis and reporting tool -MAKE_JOBS_SAFE= yes SUB_FILES= pkg-message diff --git a/dns/dlint/Makefile b/dns/dlint/Makefile index aac86f49b5d1..7d8f9d8a22c1 100644 --- a/dns/dlint/Makefile +++ b/dns/dlint/Makefile @@ -17,7 +17,6 @@ MAINTAINER= jlaffaye@FreeBSD.org COMMENT= Lint for DNS zones (Domain Name Server zone verification utility) NO_BUILD= yes -MAKE_JOBS_SAFE= yes MAN8= dlint.8 do-configure: diff --git a/dns/dns2tcp/Makefile b/dns/dns2tcp/Makefile index 400b1f516094..dbcc96062b9a 100644 --- a/dns/dns2tcp/Makefile +++ b/dns/dns2tcp/Makefile @@ -14,7 +14,6 @@ MAINTAINER= sbz@FreeBSD.org COMMENT= Dns2tcp is a tool for relaying TCP connections over DNS GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes PLIST_FILES= bin/dns2tcpc bin/dns2tcpd MAN1= dns2tcpc.1 dns2tcpd.1 diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index 14e4d8d47925..c9dd64fce80b 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -23,7 +23,6 @@ PORTDOCS= CHANGELOG CHANGELOG.archive FAQ doc.html setup.html SUB_FILES= pkg-message USE_XZ= yes -MAKE_JOBS_SAFE= yes CFLAGS+= -Wall -Wno-unused-value MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX="${PREFIX}" COPTS="${CFLAGS}" LIBS="${LDFLAGS}" RPM_OPT_FLAGS="${CPPFLAGS}" diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index f2850ff960ea..0a5a4e0ec3a9 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -23,7 +23,6 @@ PORTDOCS= CHANGELOG CHANGELOG.archive FAQ doc.html setup.html SUB_FILES= pkg-message USE_XZ= yes -MAKE_JOBS_SAFE= yes CFLAGS+= -Wall -Wno-unused-value MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX="${PREFIX}" COPTS="${CFLAGS}" LIBS="${LDFLAGS}" RPM_OPT_FLAGS="${CPPFLAGS}" diff --git a/dns/fastresolve/Makefile b/dns/fastresolve/Makefile index acdb13d2a257..43f877018812 100644 --- a/dns/fastresolve/Makefile +++ b/dns/fastresolve/Makefile @@ -19,7 +19,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= perl5 USE_BZIP2= yes GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes CONFIGURE_ENV= PERL=${PERL} LDFLAGS+= -L${LOCALBASE}/lib CXXFLAGS+= -I${LOCALBASE}/include diff --git a/dns/gdnsd/Makefile b/dns/gdnsd/Makefile index 597d586e9dee..b8164be5469e 100644 --- a/dns/gdnsd/Makefile +++ b/dns/gdnsd/Makefile @@ -19,7 +19,6 @@ LICENSE= GPLv3 OPTIONS_DEFINE= GEOIP GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes MAN1= gdnsd_geoip_test.1 diff --git a/dns/hesiod/Makefile b/dns/hesiod/Makefile index 6865531e8c5e..c04954856e21 100644 --- a/dns/hesiod/Makefile +++ b/dns/hesiod/Makefile @@ -18,7 +18,6 @@ USES= pathfix USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --disable-silent-rules USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/dns/knot/Makefile b/dns/knot/Makefile index ec0e7f58e462..93ab3e0262ab 100644 --- a/dns/knot/Makefile +++ b/dns/knot/Makefile @@ -17,7 +17,6 @@ BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison \ flex>=2.5.35_1:${PORTSDIR}/textproc/flex LIB_DEPENDS= urcu:${PORTSDIR}/sysutils/liburcu -MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes diff --git a/dns/opendd/Makefile b/dns/opendd/Makefile index 9f15778a538b..d0cf24dcaf95 100644 --- a/dns/opendd/Makefile +++ b/dns/opendd/Makefile @@ -15,7 +15,6 @@ OPTIONS_DEFINE= OPENSSL RCNG DOCS OPTIONS_DEFAULT= OPENSSL RCNG RCNG_DESC= Install RC_NG script -MAKE_JOBS_SAFE= yes PORTDOCS= COPYING COPYRIGHT README PLIST_FILES= sbin/${PORTNAME} \ "@unexec if cmp -s %D/%%ETCDIR%%/${PORTNAME}.conf %D/%%ETCDIR%%/${PORTNAME}.conf.default; then ${RM} -f %D/%%ETCDIR%%/${PORTNAME}.conf; fi " \ diff --git a/dns/udns/Makefile b/dns/udns/Makefile index c5006d5b176f..885b49f881ed 100644 --- a/dns/udns/Makefile +++ b/dns/udns/Makefile @@ -10,7 +10,6 @@ MAINTAINER= mm@FreeBSD.org COMMENT= DNS resolver library with sync and async queries HAS_CONFIGURE= yes -MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes OPTIONS_DEFINE= IPV6 DOCS diff --git a/dns/zkt/Makefile b/dns/zkt/Makefile index 82cb421b4100..4ca952a9de91 100644 --- a/dns/zkt/Makefile +++ b/dns/zkt/Makefile @@ -27,7 +27,6 @@ MAN8= dnssec-zkt.8 \ zkt-signer.8 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-configpath=${DIR_NAMED_CONF} -MAKE_JOBS_SAFE= yes .include <bsd.port.pre.mk> |