pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/bind9 Disable threading on sparc and sparc64
details: https://anonhg.NetBSD.org/pkgsrc/rev/45676cb701bf
branches: trunk
changeset: 521831:45676cb701bf
user: hubertf <hubertf%pkgsrc.org@localhost>
date: Thu Nov 23 22:19:38 2006 +0000
description:
Disable threading on sparc and sparc64
sparc64 tested successfully by Volkmar Seifert <vs%nifelheim.info@localhost>
OK'd by (and sparc included per suggestion of) martin@
diffstat:
net/bind9/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 4712e3e07f9f -r 45676cb701bf net/bind9/Makefile
--- a/net/bind9/Makefile Thu Nov 23 18:43:34 2006 +0000
+++ b/net/bind9/Makefile Thu Nov 23 22:19:38 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.83 2006/11/05 15:49:22 seb Exp $
+# $NetBSD: Makefile,v 1.84 2006/11/23 22:19:38 hubertf Exp $
DISTNAME= bind-${BIND_VERSION}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/
@@ -74,6 +74,8 @@
.if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "none") || \
!empty(MACHINE_PLATFORM:MNetBSD-*-vax) || \
+ !empty(MACHINE_PLATFORM:MNetBSD-*-sparc) || \
+ !empty(MACHINE_PLATFORM:MNetBSD-*-sparc64) || \
!empty(MACHINE_PLATFORM:MNetBSD-*-m68k)
CONFIGURE_ARGS+= --disable-threads
.else
Home |
Main Index |
Thread Index |
Old Index