svn commit: r361482 - head/lang/parrot

Yen-Ming Lee leeym at FreeBSD.org
Thu Jul 10 18:59:35 UTC 2014


Author: leeym
Date: Thu Jul 10 18:59:34 2014
New Revision: 361482
URL: http://svnweb.freebsd.org/changeset/ports/361482
QAT: https://qat.redports.org/buildarchive/r361482/

Log:
  - support stage

Modified:
  head/lang/parrot/Makefile
  head/lang/parrot/pkg-plist

Modified: head/lang/parrot/Makefile
==============================================================================
--- head/lang/parrot/Makefile	Thu Jul 10 18:52:48 2014	(r361481)
+++ head/lang/parrot/Makefile	Thu Jul 10 18:59:34 2014	(r361482)
@@ -33,27 +33,14 @@ CONFIGURE_ARGS=	--cc=${CC} --ccflags="${
 CONFIGURE_SCRIPT=	Configure.pl
 INSTALL_TARGET=	install-dev
 MAKE_JOBS_UNSAFE=	yes
-USE_BZIP2=	yes
 USE_LDCONFIG=	yes
-USES=		bison gmake perl5
-
-MAN1=		ops2c.1 \
-		parrot.1 \
-		parrot-nqp.1 \
-		parrot-prove.1 \
-		parrot_config.1 \
-		parrot_nci_thunk_gen.1 \
-		parrotbug.1 \
-		pbc_to_exe.1 \
-		plumage.1 \
-		winxed.1
+USES=		bison gmake perl5 tar:bzip2
 
 PARROT_SHARE_DIR=	share/doc/${PORTNAME}/${PORTVERSION}
 PARROT_DOCS=		${PARROT_SHARE_DIR}
 PLIST_SUB+=	PARROT_VER="${PORTVERSION}" \
 		PARROT_DOCS="${PARROT_DOCS}"
 
-NO_STAGE=	yes
 .include "${.CURDIR}/Makefile.common"
 .include <bsd.port.pre.mk>
 

Modified: head/lang/parrot/pkg-plist
==============================================================================
--- head/lang/parrot/pkg-plist	Thu Jul 10 18:52:48 2014	(r361481)
+++ head/lang/parrot/pkg-plist	Thu Jul 10 18:59:34 2014	(r361482)
@@ -589,6 +589,16 @@ lib/parrot/%%PARROT_VER%%/tools/myconfig
 %%PARROT_DOCS%%/TODO
 %%DATADIR%%/%%PARROT_VER%%/MANIFEST
 %%DATADIR%%/%%PARROT_VER%%/MANIFEST.dev
+man/man1/ops2c.1.gz
+man/man1/parrot-nqp.1.gz
+man/man1/parrot-prove.1.gz
+man/man1/parrot.1.gz
+man/man1/parrot_config.1.gz
+man/man1/parrot_nci_thunk_gen.1.gz
+man/man1/parrotbug.1.gz
+man/man1/pbc_to_exe.1.gz
+man/man1/plumage.1.gz
+man/man1/winxed.1.gz
 src/parrot/%%PARROT_VER%%/config_lib.pir
 src/parrot/%%PARROT_VER%%/pmc/addrregistry.dump
 src/parrot/%%PARROT_VER%%/pmc/alarm.dump


More information about the svn-ports-all mailing list