From owner-svn-ports-head@FreeBSD.ORG Wed Oct 22 15:08:59 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 734F7D94; Wed, 22 Oct 2014 15:08:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F7966A7; Wed, 22 Oct 2014 15:08:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9MF8x15004155; Wed, 22 Oct 2014 15:08:59 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9MF8whq004153; Wed, 22 Oct 2014 15:08:58 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201410221508.s9MF8whq004153@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 22 Oct 2014 15:08:58 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2014 15:08:59 -0000 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