From owner-svn-ports-head@FreeBSD.ORG Tue Oct 22 21:30:16 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 41D35767; Tue, 22 Oct 2013 21:30:16 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 13A8029FE; Tue, 22 Oct 2013 21:30:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9MLUF4c056758; Tue, 22 Oct 2013 21:30:15 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9MLUF8u056754; Tue, 22 Oct 2013 21:30:15 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201310222130.r9MLUF8u056754@svn.freebsd.org> From: Emanuel Haupt Date: Tue, 22 Oct 2013 21:30:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331326 - in head/dns: dnswall nslint vizone zonenotify 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.14 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: Tue, 22 Oct 2013 21:30:16 -0000 Author: ehaupt Date: Tue Oct 22 21:30:14 2013 New Revision: 331326 URL: http://svnweb.freebsd.org/changeset/ports/331326 Log: Support staging Modified: head/dns/dnswall/Makefile head/dns/nslint/Makefile head/dns/vizone/Makefile head/dns/zonenotify/Makefile Modified: head/dns/dnswall/Makefile ============================================================================== --- head/dns/dnswall/Makefile Tue Oct 22 21:15:14 2013 (r331325) +++ head/dns/dnswall/Makefile Tue Oct 22 21:30:14 2013 (r331326) @@ -25,7 +25,6 @@ AUTOTOOLSFILES= aclocal.m4 OPTIONS_DEFINE= DOCS -NO_STAGE= yes .include post-patch: Modified: head/dns/nslint/Makefile ============================================================================== --- head/dns/nslint/Makefile Tue Oct 22 21:15:14 2013 (r331325) +++ head/dns/nslint/Makefile Tue Oct 22 21:30:14 2013 (r331326) @@ -19,15 +19,13 @@ INSTALL_TARGET= install BOOTFILE?= /etc/namedb/named.boot CONFFILE?= /etc/namedb/named.conf -MAN8= nslint.8 -PLIST_FILES= bin/nslint +PLIST_FILES= bin/nslint man/man8/nslint.8.gz -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^\ \{4\}V_CCOPT/d' ${WRKSRC}/configure @@${REINPLACE_CMD} -e 's|/etc/named.boot|${BOOTFILE}|; \ s|/etc/named.conf|${CONFFILE}|' \ ${WRKSRC}/${PORTNAME}.c \ - ${WRKSRC}/${MAN8} + ${WRKSRC}/${PORTNAME}.8 .include Modified: head/dns/vizone/Makefile ============================================================================== --- head/dns/vizone/Makefile Tue Oct 22 21:15:14 2013 (r331325) +++ head/dns/vizone/Makefile Tue Oct 22 21:30:14 2013 (r331326) @@ -18,14 +18,13 @@ SHEBANG_FILES= updserial PORTEXAMPLES= example.tld PLIST_FILES= bin/vizone bin/updserial -NO_STAGE= yes do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/updserial ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/updserial ${STAGEDIR}${PREFIX}/bin .if !defined(NOPORTEXAMPLES) - ${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/example.tld ${EXAMPLESDIR} + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/example.tld ${STAGEDIR}${EXAMPLESDIR} .endif .include Modified: head/dns/zonenotify/Makefile ============================================================================== --- head/dns/zonenotify/Makefile Tue Oct 22 21:15:14 2013 (r331325) +++ head/dns/zonenotify/Makefile Tue Oct 22 21:30:14 2013 (r331326) @@ -13,9 +13,8 @@ COMMENT= DNS notify sender written in C PLIST_FILES= bin/zonenotify WRKSRC= ${WRKDIR}/${PORTNAME} -NO_STAGE= yes post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \ + @${REINPLACE_CMD} -e 's|/usr/local|${STAGEDIR}${PREFIX}|' \ ${WRKSRC}/Makefile do-build: