pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/bind9 Automatically include pthread variables. Bum...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e84557e6064c
branches:  trunk
changeset: 529900:e84557e6064c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jun 12 14:08:37 2007 +0000

description:
Automatically include pthread variables. Bump revision as it might
change some of the binaries.

diffstat:

 net/bind9/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 2e906512ebea -r e84557e6064c net/bind9/Makefile
--- a/net/bind9/Makefile        Tue Jun 12 14:03:27 2007 +0000
+++ b/net/bind9/Makefile        Tue Jun 12 14:08:37 2007 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.88 2007/05/02 08:12:37 cjs Exp $
+# $NetBSD: Makefile,v 1.89 2007/06/12 14:08:37 joerg Exp $
 
 DISTNAME=      bind-${BIND_VERSION}
 CATEGORIES=    net
+PKGREVISION=   1
 MASTER_SITES=  ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -35,6 +36,7 @@
 PKG_HOME.${BIND_USER}= ${BIND_DIR}
 
 PTHREAD_OPTS+= native
+PTHREAD_AUTO_VARS=     yes
 
 FILES_SUBST+=  BIND_GROUP=${BIND_GROUP:Q} BIND_USER=${BIND_USER:Q} PAX=${PAX:Q}
 MESSAGE_SUBST+=        BIND_DIR=${BIND_DIR} BIND_USER=${BIND_USER}



Home | Main Index | Thread Index | Old Index