pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net
Module Name: pkgsrc
Committed By: jklos
Date: Thu Sep 13 02:57:43 UTC 2018
Modified Files:
pkgsrc/net/bind910: Makefile
pkgsrc/net/bind911: Makefile
pkgsrc/net/bind912: Makefile
pkgsrc/net/bind99: Makefile
Log Message:
Disable atomic operations on VAX and m68k in addition to mipsel so BIND
compiles on these architectures.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/net/bind910/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/bind911/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/bind912/Makefile
cvs rdiff -u -r1.77 -r1.78 pkgsrc/net/bind99/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/bind910/Makefile
diff -u pkgsrc/net/bind910/Makefile:1.44 pkgsrc/net/bind910/Makefile:1.45
--- pkgsrc/net/bind910/Makefile:1.44 Wed Aug 22 09:45:51 2018
+++ pkgsrc/net/bind910/Makefile Thu Sep 13 02:57:43 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2018/08/22 09:45:51 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2018/09/13 02:57:43 jklos Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
@@ -34,7 +34,9 @@ CONFIGURE_ARGS+= --localstatedir=${VARBA
CONFIGURE_ARGS+= --disable-openssl-version-check
CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
CONFIGURE_ARGS+= --with-python=no
-.if ${MACHINE_PLATFORM:MNetBSD-*-mipsel} != ""
+.if !empty(MACHINE_PLATFORM:MNetBSD-*-m68k) || \
+ !empty(MACHINE_PLATFORM:MNetBSD-*-mipsel) || \
+ !empty(MACHINE_PLATFORM:MNetBSD-*-vax)
CONFIGURE_ARGS+= --disable-atomic
.endif
.if ${MACHINE_PLATFORM:MNetBSD-*-powerpc} != ""
Index: pkgsrc/net/bind911/Makefile
diff -u pkgsrc/net/bind911/Makefile:1.1 pkgsrc/net/bind911/Makefile:1.2
--- pkgsrc/net/bind911/Makefile:1.1 Sun Sep 9 13:11:38 2018
+++ pkgsrc/net/bind911/Makefile Thu Sep 13 02:57:43 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/09/09 13:11:38 taca Exp $
+# $NetBSD: Makefile,v 1.2 2018/09/13 02:57:43 jklos Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
@@ -32,7 +32,9 @@ CONFIGURE_ARGS+= --localstatedir=${VARBA
CONFIGURE_ARGS+= --disable-openssl-version-check
CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
CONFIGURE_ARGS+= --with-python=no
-.if ${MACHINE_PLATFORM:MNetBSD-*-mipsel} != ""
+.if !empty(MACHINE_PLATFORM:MNetBSD-*-m68k) || \
+ !empty(MACHINE_PLATFORM:MNetBSD-*-mipsel) || \
+ !empty(MACHINE_PLATFORM:MNetBSD-*-vax)
CONFIGURE_ARGS+= --disable-atomic
.endif
.if ${MACHINE_PLATFORM:MNetBSD-*-powerpc} != ""
Index: pkgsrc/net/bind912/Makefile
diff -u pkgsrc/net/bind912/Makefile:1.1 pkgsrc/net/bind912/Makefile:1.2
--- pkgsrc/net/bind912/Makefile:1.1 Sun Sep 9 13:16:01 2018
+++ pkgsrc/net/bind912/Makefile Thu Sep 13 02:57:43 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/09/09 13:16:01 taca Exp $
+# $NetBSD: Makefile,v 1.2 2018/09/13 02:57:43 jklos Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
@@ -34,7 +34,9 @@ CONFIGURE_ARGS+= --localstatedir=${VARBA
CONFIGURE_ARGS+= --disable-openssl-version-check
CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
CONFIGURE_ARGS+= --with-python=no
-.if ${MACHINE_PLATFORM:MNetBSD-*-mipsel} != ""
+.if !empty(MACHINE_PLATFORM:MNetBSD-*-m68k) || \
+ !empty(MACHINE_PLATFORM:MNetBSD-*-mipsel) || \
+ !empty(MACHINE_PLATFORM:MNetBSD-*-vax)
CONFIGURE_ARGS+= --disable-atomic
.endif
.if ${MACHINE_PLATFORM:MNetBSD-*-powerpc} != ""
Index: pkgsrc/net/bind99/Makefile
diff -u pkgsrc/net/bind99/Makefile:1.77 pkgsrc/net/bind99/Makefile:1.78
--- pkgsrc/net/bind99/Makefile:1.77 Wed Aug 22 09:45:51 2018
+++ pkgsrc/net/bind99/Makefile Thu Sep 13 02:57:43 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2018/08/22 09:45:51 wiz Exp $
+# $NetBSD: Makefile,v 1.78 2018/09/13 02:57:43 jklos Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
@@ -35,7 +35,9 @@ CONFIGURE_ARGS+= --disable-openssl-versi
CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
CONFIGURE_ARGS+= --with-gssapi=${KRB5BASE:Q}
CONFIGURE_ARGS+= --with-python=no
-.if ${MACHINE_PLATFORM:MNetBSD-*-mipsel} != ""
+.if !empty(MACHINE_PLATFORM:MNetBSD-*-m68k) || \
+ !empty(MACHINE_PLATFORM:MNetBSD-*-mipsel) || \
+ !empty(MACHINE_PLATFORM:MNetBSD-*-vax)
CONFIGURE_ARGS+= --disable-atomic
.endif
.if ${MACHINE_PLATFORM:MNetBSD-*-powerpc} != ""
Home |
Main Index |
Thread Index |
Old Index