pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2020Q4]: pkgsrc/net/bind911 Pullup ticket #6401 - requested by...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c98bbe61ac7
branches:  pkgsrc-2020Q4
changeset: 445831:5c98bbe61ac7
user:      spz <spz%pkgsrc.org@localhost>
date:      Sat Jan 30 07:43:16 2021 +0000

description:
Pullup ticket #6401 - requested by nia
net/bind911: build fix for i386

Revisions pulled up:
- net/bind911/Makefile                                          1.36
- net/bind916/Makefile                                          1.8

-------------------------------------------------------------------
   Module Name: pkgsrc
   Committed By:        nia
   Date:                Wed Jan 13 09:34:30 UTC 2021

   Modified Files:
        pkgsrc/net/bind911: Makefile
        pkgsrc/net/bind916: Makefile

   Log Message:
   bind: Disable atomic operations on i386 too.


   To generate a diff of this commit:
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/bind911/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/bind916/Makefile

diffstat:

 net/bind911/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 0ace878beb11 -r 5c98bbe61ac7 net/bind911/Makefile
--- a/net/bind911/Makefile      Sat Jan 30 06:23:35 2021 +0000
+++ b/net/bind911/Makefile      Sat Jan 30 07:43:16 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2020/12/19 14:44:15 taca Exp $
+# $NetBSD: Makefile,v 1.35.2.1 2021/01/30 07:43:16 spz Exp $
 
 DISTNAME=      bind-${BIND_VERSION}
 PKGNAME=       ${DISTNAME:S/-P/pl/}
@@ -36,7 +36,8 @@
 CONFIGURE_ARGS+=               --with-lmdb=no
 .if !empty(MACHINE_PLATFORM:MNetBSD-*-m68k) || \
     !empty(MACHINE_PLATFORM:MNetBSD-*-mipsel) || \
-    !empty(MACHINE_PLATFORM:MNetBSD-*-vax)
+    !empty(MACHINE_PLATFORM:MNetBSD-*-vax) || \
+    !empty(MACHINE_PLATFORM:MNetBSD-*-i386)
 CONFIGURE_ARGS+=               --disable-atomic
 .endif
 .if ${MACHINE_PLATFORM:MNetBSD-*-powerpc} != ""



Home | Main Index | Thread Index | Old Index