From owner-svn-ports-head@FreeBSD.ORG Mon Sep 23 22:06:35 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 78BA4743; Mon, 23 Sep 2013 22:06:35 +0000 (UTC) (envelope-from bapt@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 4E0972D67; Mon, 23 Sep 2013 22:06:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8NM6Zdi001353; Mon, 23 Sep 2013 22:06:35 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8NM6YSp001351; Mon, 23 Sep 2013 22:06:34 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309232206.r8NM6YSp001351@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 23 Sep 2013 22:06:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328072 - head/devel/autoconf 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: Mon, 23 Sep 2013 22:06:35 -0000 Author: bapt Date: Mon Sep 23 22:06:34 2013 New Revision: 328072 URL: http://svnweb.freebsd.org/changeset/ports/328072 Log: Support staging Modified: head/devel/autoconf/Makefile head/devel/autoconf/pkg-plist Modified: head/devel/autoconf/Makefile ============================================================================== --- head/devel/autoconf/Makefile Mon Sep 23 22:03:42 2013 (r328071) +++ head/devel/autoconf/Makefile Mon Sep 23 22:06:34 2013 (r328072) @@ -19,8 +19,7 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ BUILD_VERSION= 2.69 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} USE_XZ= yes -USE_GMAKE= yes -USES= perl5 +USES= gmake perl5 INFO= autoconf GNU_CONFIGURE= yes @@ -32,10 +31,6 @@ GENERIC_TOOLS= config.guess config.sub e GENERIC_LINKS= autoconf autoheader autom4te autoreconf autoscan autoupdate \ ifnames -MAN1_PAGES= ${GENERIC_LINKS} config.guess config.sub -MAN1= ${MAN1_PAGES:S/$/-${BUILD_VERSION}.1/g} - -NO_STAGE= yes post-patch: @(cd ${WRKSRC}/man && \ for file in *.[1x]; do \ @@ -48,7 +43,7 @@ post-patch: post-install: .for FILE in ${GENERIC_TOOLS} - @${INSTALL_SCRIPT} ${WRKSRC}/build-aux/${FILE} ${PREFIX}/share/autoconf-${BUILD_VERSION} + @${INSTALL_SCRIPT} ${WRKSRC}/build-aux/${FILE} ${STAGEDIR}${PREFIX}/share/autoconf-${BUILD_VERSION} .endfor .include Modified: head/devel/autoconf/pkg-plist ============================================================================== --- head/devel/autoconf/pkg-plist Mon Sep 23 22:03:42 2013 (r328071) +++ head/devel/autoconf/pkg-plist Mon Sep 23 22:06:34 2013 (r328072) @@ -5,6 +5,15 @@ bin/autoreconf-%%BUILD_VERSION%% bin/autoscan-%%BUILD_VERSION%% bin/autoupdate-%%BUILD_VERSION%% bin/ifnames-%%BUILD_VERSION%% +man/man1/autoconf-2.69.1.gz +man/man1/autoheader-2.69.1.gz +man/man1/autom4te-2.69.1.gz +man/man1/autoreconf-2.69.1.gz +man/man1/autoscan-2.69.1.gz +man/man1/autoupdate-2.69.1.gz +man/man1/config.guess-2.69.1.gz +man/man1/config.sub-2.69.1.gz +man/man1/ifnames-2.69.1.gz share/autoconf-%%BUILD_VERSION%%/Autom4te/C4che.pm share/autoconf-%%BUILD_VERSION%%/Autom4te/ChannelDefs.pm share/autoconf-%%BUILD_VERSION%%/Autom4te/Channels.pm