Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2014 15:21:20 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
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
Message-ID:  <201402021521.s12FLK8f000498@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 
 .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 <bsd.port.mk>

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 <bsd.port.mk>



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