Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Oct 2014 15:08:58 +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: r371360 - in head/dns: bind-tools bind910
Message-ID:  <201410221508.s9MF8whq004153@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Oct 22 15:08:58 2014
New Revision: 371360
URL: https://svnweb.freebsd.org/changeset/ports/371360
QAT: https://qat.redports.org/buildarchive/r371360/

Log:
  Don't install named rc script with bind-tools.
  
  Sponsored by:	Absolight

Modified:
  head/dns/bind-tools/Makefile
  head/dns/bind910/Makefile

Modified: head/dns/bind-tools/Makefile
==============================================================================
--- head/dns/bind-tools/Makefile	Wed Oct 22 14:13:40 2014	(r371359)
+++ head/dns/bind-tools/Makefile	Wed Oct 22 15:08:58 2014	(r371360)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	1
+PORTREVISION=	2
 PKGNAMESUFFIX=	-tools
 
 COMMENT=	Command line tools from BIND: dig, host, and nslookup

Modified: head/dns/bind910/Makefile
==============================================================================
--- head/dns/bind910/Makefile	Wed Oct 22 14:13:40 2014	(r371359)
+++ head/dns/bind910/Makefile	Wed Oct 22 15:08:58 2014	(r371360)
@@ -169,8 +169,10 @@ CONFIGURE_ARGS+=	--disable-threads
 PKGINSTALL=	${NONEXISTENT}
 PLIST_SUB+=	NOBASE="" BASE="@comment "
 SUB_LIST+=	NOBASE="" BASE="@comment "
+.if !defined(BIND_TOOLS_SLAVE)
 USE_RC_SUBR+=	named
 SUB_FILES+=	named.conf
+.endif # !defined(BIND_TOOLS_SLAVE)
 .if ${PORT_OPTIONS:MGOST}
 WITH_OPENSSL_PORT=yes
 .endif



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