From owner-svn-ports-head@FreeBSD.ORG Sun Feb 2 15:21:21 2014 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 ESMTPS id D2E60919; Sun, 2 Feb 2014 15:21:21 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B3E461487; Sun, 2 Feb 2014 15:21:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s12FLLow000502; Sun, 2 Feb 2014 15:21:21 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s12FLK8f000498; Sun, 2 Feb 2014 15:21:20 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402021521.s12FLK8f000498@svn.freebsd.org> From: Martin Wilke Date: Sun, 2 Feb 2014 15:21:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342317 - in head: graphics/icoutils lang/pcc multimedia/clive multimedia/grake 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.17 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: Sun, 02 Feb 2014 15:21:22 -0000 Author: miwi Date: Sun Feb 2 15:21:20 2014 New Revision: 342317 URL: http://svnweb.freebsd.org/changeset/ports/342317 QAT: https://qat.redports.org/buildarchive/r342317/ Log: - Stage support Modified: head/graphics/icoutils/Makefile head/lang/pcc/Makefile head/multimedia/clive/Makefile head/multimedia/grake/Makefile Modified: head/graphics/icoutils/Makefile ============================================================================== --- head/graphics/icoutils/Makefile Sun Feb 2 15:20:48 2014 (r342316) +++ head/graphics/icoutils/Makefile Sun Feb 2 15:21:20 2014 (r342317) @@ -25,11 +25,11 @@ CONFIGURE_ARGS= --disable-nls CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= icotool.1 wrestool.1 PLIST_FILES= bin/icotool \ - bin/wrestool + bin/wrestool \ + man/man1/icotool.1.gz \ + man/man1/wrestool.1.gz -NO_STAGE= yes .include .if ${PORT_OPTIONS:MRESSCRIPTS} Modified: head/lang/pcc/Makefile ============================================================================== --- head/lang/pcc/Makefile Sun Feb 2 15:20:48 2014 (r342316) +++ head/lang/pcc/Makefile Sun Feb 2 15:21:20 2014 (r342317) @@ -18,11 +18,12 @@ USES= gmake GNU_CONFIGURE= yes CONFIGURE_ENV= YACC=${YACC} -MAN1= ccom.1 cpp.1 pcc.1 -PLIST_FILES= bin/pcc libexec/ccom libexec/cpp +PLIST_FILES= bin/pcc libexec/ccom libexec/cpp \ + man/man1/ccom.1.gz man/man1/cpp.1.gz \ + man/man1/pcc.1.gz # Fix -jX builds: use -C switch instead of cd'ing and add missing dependency -NO_STAGE= yes + post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E \ 's/cd (.+)(;| &&) (\$$[{(]MAKE[})][^$$]*)( \$$\(MFLAGS\))?/\3 -C \1/' Modified: head/multimedia/clive/Makefile ============================================================================== --- head/multimedia/clive/Makefile Sun Feb 2 15:20:48 2014 (r342316) +++ head/multimedia/clive/Makefile Sun Feb 2 15:21:20 2014 (r342317) @@ -24,10 +24,9 @@ CONFLICTS= py*-clive-[0-1]* ljclive-[0-9 USES= perl5 USE_PERL5= configure -MAN1= clive.1 PLIST_FILES= bin/clive \ - %%SITE_PERL%%/%%PERL_ARCH%%/auto/clive/.packlist + %%SITE_PERL%%/%%PERL_ARCH%%/auto/clive/.packlist \ + man/man1/clive.1.gz PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/clive -NO_STAGE= yes .include Modified: head/multimedia/grake/Makefile ============================================================================== --- head/multimedia/grake/Makefile Sun Feb 2 15:20:48 2014 (r342316) +++ head/multimedia/grake/Makefile Sun Feb 2 15:21:20 2014 (r342317) @@ -23,9 +23,8 @@ TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR} USES= perl5 USE_PERL5= configure -MAN1= grake.1 PLIST_DIRS= ${SITE_PERL_REL}/${PERL_ARCH}/auto/grake -PLIST_FILES= bin/grake ${SITE_PERL_REL}/${PERL_ARCH}/auto/grake/.packlist +PLIST_FILES= bin/grake ${SITE_PERL_REL}/${PERL_ARCH}/auto/grake/.packlist \ + man/man1/grake.1.gz -NO_STAGE= yes .include