svn commit: r376540 - head/dns/bind910

Mathieu Arnold mat at FreeBSD.org
Thu Jan 8 15:22:50 UTC 2015


Author: mat
Date: Thu Jan  8 15:22:49 2015
New Revision: 376540
URL: https://svnweb.freebsd.org/changeset/ports/376540
QAT: https://qat.redports.org/buildarchive/r376540/

Log:
  Fix a few problems bind-tools by not overwritting what's defined in it in
  bind910's Makefile.
  
  Sponsored by:	Absolight

Modified:
  head/dns/bind910/Makefile

Modified: head/dns/bind910/Makefile
==============================================================================
--- head/dns/bind910/Makefile	Thu Jan  8 15:21:27 2015	(r376539)
+++ head/dns/bind910/Makefile	Thu Jan  8 15:22:49 2015	(r376540)
@@ -4,7 +4,7 @@ PORTNAME=	bind
 PORTVERSION=	${ISCVERSION:S/-P/P/}
 .if defined(BIND_TOOLS_SLAVE)
 # dns/bind-tools here
-PORTREVISION=	0
+PORTREVISION=	1
 .else
 # dns/bind910 here
 PORTREVISION=	1
@@ -15,7 +15,7 @@ PKGNAMESUFFIX?=	910
 DISTNAME=	${PORTNAME}-${ISCVERSION}
 
 MAINTAINER=	mat at FreeBSD.org
-COMMENT=	BIND DNS suite with updated DNSSEC and DNS64
+COMMENT?=	BIND DNS suite with updated DNSSEC and DNS64
 
 LICENSE=	ISCL
 
@@ -35,7 +35,7 @@ CPE_UPDATE=	${ISCVERSION:C/.*-//:tl}
 LIB_DEPENDS=	libxml2.so:${PORTSDIR}/textproc/libxml2
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--localstatedir=/var --disable-linux-caps \
+CONFIGURE_ARGS+=	--localstatedir=/var --disable-linux-caps \
 		--disable-symtable \
 		--with-randomdev=/dev/random \
 		--with-libxml2=${LOCALBASE}
@@ -43,7 +43,9 @@ ETCDIR=		${PREFIX}/etc/namedb
 
 CONFLICTS+=	bind9*-9.[456789].* bind9*-sdb-9.[456789].*
 
+.if !defined(BIND_TOOLS_SLAVE)
 SUB_FILES=	pkg-message
+.endif
 
 OPTIONS_DEFAULT=	IPV6 SSL THREADS SIGCHASE IDN GSSAPI_NONE
 OPTIONS_DEFINE=		IDN LARGE_FILE GOST PYTHON \


More information about the svn-ports-all mailing list