svn commit: r371002 - in head/textproc: opentoken templates_parser words xml_ez_out xmlada
John Marino
marino at FreeBSD.org
Thu Oct 16 11:21:27 UTC 2014
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
- at dirrm lib/opentoken
- at dirrmtry lib/gnat
- at 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
- at dirrm include/templates_parser
- at dirrm include/templates_parser.relocatable
- at dirrm lib/templates_parser
- at dirrm lib/templates_parser.relocatable
- at 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
- at 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 at 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
- at dirrm lib/xml_ez_out
- at dirrmtry lib/gnat
- at 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
- at dirrm include/xmlada
- at dirrm lib/gnat/xmlada
- at dirrmtry lib/gnat
- at dirrm lib/xmlada/relocatable
- at dirrm lib/xmlada/static
- at dirrm lib/xmlada
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_static
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
- at dirrmtry share/gps/plug-ins
- at dirrmtry share/gps
More information about the svn-ports-all
mailing list