Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Oct 2014 11:21:24 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371002 - in head/textproc: opentoken templates_parser words xml_ez_out xmlada
Message-ID:  <201410161121.s9GBLO4R070650@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Thu Oct 16 11:21:24 2014
New Revision: 371002
URL: https://svnweb.freebsd.org/changeset/ports/371002
QAT: https://qat.redports.org/buildarchive/r371002/

Log:
  Remove @dirrm from five textproc ports (plus general cleanup)

Modified:
  head/textproc/opentoken/pkg-plist
  head/textproc/templates_parser/pkg-plist
  head/textproc/words/Makefile
  head/textproc/words/pkg-plist
  head/textproc/xml_ez_out/Makefile
  head/textproc/xml_ez_out/pkg-plist
  head/textproc/xmlada/Makefile
  head/textproc/xmlada/pkg-plist

Modified: head/textproc/opentoken/pkg-plist
==============================================================================
--- head/textproc/opentoken/pkg-plist	Thu Oct 16 11:16:52 2014	(r371001)
+++ head/textproc/opentoken/pkg-plist	Thu Oct 16 11:21:24 2014	(r371002)
@@ -166,6 +166,3 @@ lib/opentoken/opentoken-token-sequence.a
 lib/opentoken/opentoken-token-sequence_mixin.ali
 lib/opentoken/opentoken-token.ali
 lib/opentoken/opentoken.ali
-@dirrm lib/opentoken
-@dirrmtry lib/gnat
-@dirrm include/opentoken

Modified: head/textproc/templates_parser/pkg-plist
==============================================================================
--- head/textproc/templates_parser/pkg-plist	Thu Oct 16 11:16:52 2014	(r371001)
+++ head/textproc/templates_parser/pkg-plist	Thu Oct 16 11:21:24 2014	(r371002)
@@ -62,8 +62,3 @@ lib/templates_parser/templates_parser-xm
 lib/templates_parser/templates_parser.ali
 lib/templates_parser/templates_parser_tasking__standard_tasking.ali
 share/gpr/templates_parser.gpr
-@dirrm include/templates_parser
-@dirrm include/templates_parser.relocatable
-@dirrm lib/templates_parser
-@dirrm lib/templates_parser.relocatable
-@dirrmtry share/gpr

Modified: head/textproc/words/Makefile
==============================================================================
--- head/textproc/words/Makefile	Thu Oct 16 11:16:52 2014	(r371001)
+++ head/textproc/words/Makefile	Thu Oct 16 11:21:24 2014	(r371002)
@@ -20,7 +20,7 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg
 
 USES=		ada zip
 NO_WRKSUBDIR=	yes
-GNATMAKE=	env ${MAKE_ENV} gnatmake
+GNATMAKE=	${SETENV} ${MAKE_ENV} gnatmake
 
 OPTIONS_DEFINE=	DOCS
 

Modified: head/textproc/words/pkg-plist
==============================================================================
--- head/textproc/words/pkg-plist	Thu Oct 16 11:16:52 2014	(r371001)
+++ head/textproc/words/pkg-plist	Thu Oct 16 11:21:24 2014	(r371002)
@@ -6,7 +6,5 @@
 %%DATADIR%%/INFLECTS.SEC
 %%DATADIR%%/ADDONS.LAT
 %%DATADIR%%/UNIQUES.LAT
-@dirrm %%DATADIR%%
 bin/words
 %%PORTDOCS%%%%DOCSDIR%%/wordsdoc.htm
-%%PORTDOCS%%@dirrm %%DOCSDIR%%

Modified: head/textproc/xml_ez_out/Makefile
==============================================================================
--- head/textproc/xml_ez_out/Makefile	Thu Oct 16 11:16:52 2014	(r371001)
+++ head/textproc/xml_ez_out/Makefile	Thu Oct 16 11:21:24 2014	(r371002)
@@ -5,7 +5,7 @@ PORTNAME=	xml_ez_out
 PORTVERSION=	1.06
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.mckae.com/xml_ezout/
-DISTFILES=	${PORTNAME}_${PORTVERSION}.tgz
+DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	marino@FreeBSD.org
 COMMENT=	Library for emitting XML from Ada programs
@@ -13,8 +13,8 @@ COMMENT=	Library for emitting XML from A
 LICENSE=	GPLv2 GMGPL
 LICENSE_COMB=	multi
 
-USES=		ada dos2unix
-WRKSRC=		${WRKDIR}/${PORTNAME}
+USES=		ada dos2unix tar:tgz
+WRKSRC=		${WRKDIR}/xml_ez_out
 BUILD_WRKSRC=	${WRKSRC}/mckae
 PORTDOCS=	README
 PORTEXAMPLES=	example.gpr tmeztf.adb runme.sh

Modified: head/textproc/xml_ez_out/pkg-plist
==============================================================================
--- head/textproc/xml_ez_out/pkg-plist	Thu Oct 16 11:16:52 2014	(r371001)
+++ head/textproc/xml_ez_out/pkg-plist	Thu Oct 16 11:21:24 2014	(r371002)
@@ -15,6 +15,3 @@ lib/xml_ez_out/mckae-xml-ez_out.ali
 lib/xml_ez_out/mckae-xml.ali
 lib/xml_ez_out/mckae.ali
 lib/xml_ez_out/tmeztf.ali
-@dirrm lib/xml_ez_out
-@dirrmtry lib/gnat
-@dirrm include/xml_ez_out

Modified: head/textproc/xmlada/Makefile
==============================================================================
--- head/textproc/xmlada/Makefile	Thu Oct 16 11:16:52 2014	(r371001)
+++ head/textproc/xmlada/Makefile	Thu Oct 16 11:21:24 2014	(r371002)
@@ -43,8 +43,8 @@ post-patch:
 do-build:
 	# Override build target to avoid -jX getting passed to makefile
 	# Parallel builds are handled with PROCESSORS setting
-	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
-		${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET}
+	(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
+		${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET})
 
 post-install:
 	${RM} -rf ${STAGEDIR}${PREFIX}/share/doc/xmlada/_sources

Modified: head/textproc/xmlada/pkg-plist
==============================================================================
--- head/textproc/xmlada/pkg-plist	Thu Oct 16 11:16:52 2014	(r371001)
+++ head/textproc/xmlada/pkg-plist	Thu Oct 16 11:21:24 2014	(r371002)
@@ -548,13 +548,3 @@ lib/xmlada/static/unicode.ali
 %%PORTDOCS%%%%DOCSDIR%%/unicode.html
 %%PORTDOCS%%%%DOCSDIR%%/using.html
 share/gps/plug-ins/xmlada_gps.py
-@dirrm include/xmlada
-@dirrm lib/gnat/xmlada
-@dirrmtry lib/gnat
-@dirrm lib/xmlada/relocatable
-@dirrm lib/xmlada/static
-@dirrm lib/xmlada
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_static
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrmtry share/gps/plug-ins
-@dirrmtry share/gps



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