Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jan 2015 15:22:49 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376540 - head/dns/bind910
Message-ID:  <201501081522.t08FMnNv031604@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501081522.t08FMnNv031604>