From owner-svn-ports-all@FreeBSD.ORG Thu Oct 16 11:21:26 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EFB4164D; Thu, 16 Oct 2014 11:21:26 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0F32381; Thu, 16 Oct 2014 11:21:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9GBLQhG071625; Thu, 16 Oct 2014 11:21:26 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9GBLO4R070650; Thu, 16 Oct 2014 11:21:24 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201410161121.s9GBLO4R070650@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 16 Oct 2014 11:21:24 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Oct 2014 11:21:27 -0000 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