pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/bind96 turn on inet6 by default if the platform su...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/010e135f59e7
branches:  trunk
changeset: 398763:010e135f59e7
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Sep 08 08:42:45 2009 +0000

description:
turn on inet6 by default if the platform supports it. Bump revision.

diffstat:

 net/bind96/Makefile   |  3 ++-
 net/bind96/options.mk |  6 +++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diffs (33 lines):

diff -r 221567ae735e -r 010e135f59e7 net/bind96/Makefile
--- a/net/bind96/Makefile       Tue Sep 08 08:40:26 2009 +0000
+++ b/net/bind96/Makefile       Tue Sep 08 08:42:45 2009 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2009/08/15 01:30:57 jklos Exp $
+# $NetBSD: Makefile,v 1.9 2009/09/08 08:42:45 tnn Exp $
 
 DISTNAME=      bind-${BIND_VERSION}
 PKGNAME=       ${DISTNAME:S/-P1/pl1/}
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \
                http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/
diff -r 221567ae735e -r 010e135f59e7 net/bind96/options.mk
--- a/net/bind96/options.mk     Tue Sep 08 08:40:26 2009 +0000
+++ b/net/bind96/options.mk     Tue Sep 08 08:42:45 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2009/07/26 09:07:58 obache Exp $
+# $NetBSD: options.mk,v 1.3 2009/09/08 08:42:45 tnn Exp $
 
 PKG_OPTIONS_VAR=        PKG_OPTIONS.bind96
 PKG_SUPPORTED_OPTIONS=  bind-dig-sigchase bind-xml-statistics-server
@@ -16,6 +16,10 @@
 PKG_SUGGESTED_OPTIONS+=        threads
 .endif
 
+.if empty(MISSING_FEATURES:Minet6)
+PKG_SUGGESTED_OPTIONS+=        inet6
+.endif
+
 .include "../../mk/bsd.options.mk"
 
 ###



Home | Main Index | Thread Index | Old Index