diff options
author | mat <mat@FreeBSD.org> | 2016-10-04 22:37:34 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-10-04 22:37:34 +0800 |
commit | 1fd0e8e92c563e5e1f2b725e44a10174dd444bbb (patch) | |
tree | eba403d8d029df0ef49da2e19e29965c3dbf3777 /dns | |
parent | 6d323683f31ae85b56653178584426e769398198 (diff) | |
download | freebsd-ports-gnome-1fd0e8e92c563e5e1f2b725e44a10174dd444bbb.tar.gz freebsd-ports-gnome-1fd0e8e92c563e5e1f2b725e44a10174dd444bbb.tar.zst freebsd-ports-gnome-1fd0e8e92c563e5e1f2b725e44a10174dd444bbb.zip |
Remarke MAKE_JOBS_UNSAFE everywhere.
Sponsored by: Absolight
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind9-devel/Makefile | 5 | ||||
-rw-r--r-- | dns/bind910/Makefile | 5 | ||||
-rw-r--r-- | dns/bind911/Makefile | 5 | ||||
-rw-r--r-- | dns/bind99/Makefile | 6 |
4 files changed, 5 insertions, 16 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index 541abcf6381c..5501fcf7f5c1 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -233,15 +233,12 @@ SUB_LIST+= NOBASE="@comment " BASE="" PKGDEINSTALL= ${PKGINSTALL} +MAKE_JOBS_UNSAFE= yes PORTDOCS= * .include <bsd.port.pre.mk> -.if ${OSVERSION} <= 1000000 -MAKE_JOBS_UNSAFE= yes -.endif - .if ( ${PORT_OPTIONS:MGOST} || ${PORT_OPTIONS:MGOST_ASN1} ) && ${SSL_DEFAULT} == base BROKEN= OpenSSL from the base system does not support GOST, add \ DEFAULT_VERSIONS+=ssl=openssl to your /etc/make.conf and rebuild everything \ diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile index cde596102c3d..509a754361ca 100644 --- a/dns/bind910/Makefile +++ b/dns/bind910/Makefile @@ -220,15 +220,12 @@ SUB_LIST+= NOBASE="@comment " BASE="" PKGDEINSTALL= ${PKGINSTALL} +MAKE_JOBS_UNSAFE= yes PORTDOCS= * .include <bsd.port.pre.mk> -.if ${OSVERSION} <= 1000000 -MAKE_JOBS_UNSAFE= yes -.endif - .if ( ${PORT_OPTIONS:MGOST} || ${PORT_OPTIONS:MGOST_ASN1} ) && ${SSL_DEFAULT} == base BROKEN= OpenSSL from the base system does not support GOST, add \ DEFAULT_VERSIONS+=ssl=openssl to your /etc/make.conf and rebuild everything \ diff --git a/dns/bind911/Makefile b/dns/bind911/Makefile index 2164bfa479f1..607976bfbc52 100644 --- a/dns/bind911/Makefile +++ b/dns/bind911/Makefile @@ -231,15 +231,12 @@ SUB_LIST+= NOBASE="@comment " BASE="" PKGDEINSTALL= ${PKGINSTALL} +MAKE_JOBS_UNSAFE= yes PORTDOCS= * .include <bsd.port.pre.mk> -.if ${OSVERSION} <= 1000000 -MAKE_JOBS_UNSAFE= yes -.endif - .if ( ${PORT_OPTIONS:MGOST} || ${PORT_OPTIONS:MGOST_ASN1} ) && ${SSL_DEFAULT} == base BROKEN= OpenSSL from the base system does not support GOST, add \ DEFAULT_VERSIONS+=ssl=openssl to your /etc/make.conf and rebuild everything \ diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index 28ac8d26d7bc..b31e3060ff83 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -186,14 +186,12 @@ SUB_LIST+= NOBASE="@comment " BASE="" PKGDEINSTALL= ${PKGINSTALL} +MAKE_JOBS_UNSAFE= yes + PORTDOCS= * .include <bsd.port.pre.mk> -.if ${OSVERSION} <= 1000000 -MAKE_JOBS_UNSAFE= yes -.endif - .if ( ${PORT_OPTIONS:MGOST} ) && ${SSL_DEFAULT} == base BROKEN= OpenSSL from the base system does not support GOST, add \ DEFAULT_VERSIONS+=ssl=openssl to your /etc/make.conf and rebuild everything \ |