Date: Fri, 27 Jun 2003 21:12:39 +0900 (JST) From: Hiroki Sato <hrs@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/53828: Switch to use xmlcatmgr: textproc/openjade Message-ID: <200306271212.h5RCCd3w002770@alph.allbsd.org> Resent-Message-ID: <200306271220.h5RCKFZT049138@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 53828 >Category: ports >Synopsis: Switch to use xmlcatmgr: textproc/openjade >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 27 05:20:15 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Hiroki Sato >Release: FreeBSD 4.8-STABLE i386 >Organization: Tokyo University of Science >Environment: System: FreeBSD alph.allbsd.org 4.8-STABLE FreeBSD 4.8-STABLE #7: Tue May 20 00:05:43 JST 2003 hrs@alph.allbsd.org:/home/obj/home/src/sys/ALPH i386 >Description: Change this port to use textproc/xmlcatmgr and bump ${PORTREVISION}. This PR supersedes ports/52640 and please read the original PR for the motivation. >How-To-Repeat: N/A >Fix: Index: openjade/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/openjade/Makefile,v retrieving revision 1.38 diff -d -u -I\$FreeBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -u -r1.38 Makefile --- openjade/Makefile 28 Feb 2003 16:41:50 -0000 1.38 +++ openjade/Makefile 27 Jun 2003 11:04:11 -0000 @@ -7,7 +7,7 @@ PORTNAME= openjade PORTVERSION= 1.3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ COMMENT= Object-oriented SGML/XML parser toolkit and DSSSL engine LIB_DEPENDS= osp.3:${PORTSDIR}/textproc/opensp -RUN_DEPENDS= ${MKCATALOG}:${PORTSDIR}/textproc/mkcatalog +RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr USE_GMAKE= YES USE_LIBTOOL= YES @@ -24,13 +24,15 @@ CONFIGURE_ARGS= --enable-default-catalog=${PREFIX}/share/sgml/catalog \ --datadir=${PREFIX}/share/sgml/openjade INSTALLS_SHLIB= yes -PLIST_SUB= MKCATALOG=${MKCATALOG} +PLIST_SUB= XMLCATMGR=${XMLCATMGR} +PLIST_SUB+= CATALOG_PORTS_SGML=${CATALOG_PORTS_SGML} -MKCATALOG= ${PREFIX}/sbin/mkcatalog +CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports +XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr post-install: @${INSTALL_DATA} ${WRKSRC}/dsssl/* ${PREFIX}/share/sgml/openjade - @${MKCATALOG} -q install openjade + @${XMLCATMGR} -sc ${CATALOG_PORTS_SGML} add CATALOG openjade/catalog .include <bsd.port.pre.mk> Index: openjade/pkg-plist =================================================================== RCS file: /home/ncvs/ports/textproc/openjade/pkg-plist,v retrieving revision 1.18 diff -d -u -I\$FreeBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -u -r1.18 pkg-plist --- openjade/pkg-plist 28 Feb 2003 16:41:50 -0000 1.18 +++ openjade/pkg-plist 27 Jun 2003 09:26:44 -0000 @@ -9,7 +9,7 @@ lib/libostyle.a lib/libostyle.so lib/libostyle.so.0 -@unexec %%MKCATALOG%% -q deinstall openjade +@unexec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% remove openjade/catalog share/sgml/openjade/README.jadetex share/sgml/openjade/builtins.dsl share/sgml/openjade/catalog @@ -19,4 +19,4 @@ share/sgml/openjade/extensions.dsl share/sgml/openjade/fot.dtd share/sgml/openjade/style-sheet.dtd -@exec %%MKCATALOG%% -q install openjade +@exec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% add openjade/catalog >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306271212.h5RCCd3w002770>