1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

[patch] sysutils/lire: point to DocBook-XML

I build the lire port today, and noticed, that it did not
	pick up docbookx.dtd from DocBook-XML correctly, but it was
	configured to use DocBook-SGML, and it didn't even find
	that .dtd.

	With my patch, `lire' is able procduce HTML output, and
	also probably PDF output (not tested, but it relies on
	DocBook, too).

PR:		ports/57229
Submitted by:	Simon Barner <barner@in.tum.de>
This commit is contained in:
Edwin Groothuis 2003-10-16 01:48:33 +00:00
parent 20e707b573
commit 2b018847da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91382

View File

@ -13,7 +13,7 @@
PORTNAME= lire
PORTVERSION= 1.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://download.logreport.org/pub/archive/
@ -25,7 +25,7 @@ LIB_DEPENDS= \
xml2.5:${PORTSDIR}/textproc/libxml2 \
xslt.1:${PORTSDIR}/textproc/libxslt
BUILD_DEPENDS= \
${LOCALBASE}/share/sgml/docbook/4.1/docbook.dtd:${PORTSDIR}/textproc/docbook-410 \
${LOCALBASE}/share/sgml/docbook/4.1/docbook.dtd:${PORTSDIR}/textproc/docbook-xml \
${LOCALBASE}/share/sgml/docbook/dsssl/modular/catalog:${PORTSDIR}/textproc/dsssl-docbook-modular \
${LOCALBASE}/share/xsl/docbook/fo/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl \
${ARCH_PERL}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
@ -38,9 +38,9 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PERL5= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+="--with-docbookdir=${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd"
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
ARCH_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}
ARCH_PERL= ${SITE_PERL}/${PERL_ARCH}
MAN1= \
lr_archive_log.1 lr_check_errlines.1 \