ports/105402: Fix Build of updated textproc/docbook-xsl
John Merryweather Cooper
john_m_cooper at yahoo.com
Sat Nov 11 18:30:29 UTC 2006
>Number: 105402
>Category: ports
>Synopsis: Fix Build of updated textproc/docbook-xsl
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sat Nov 11 18:30:23 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: John Merryweather Cooper
>Release: FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD 6.2-PRERELEASE #27: Sun Oct 29 18:14:27 EST 2006
root at borgdemon2.13tentmillln.home:/usr/obj/usr/src/sys/P4
>Description:
Build fails because it tries to reinstall textproc/sdocbook. It does this because the dependency in textproc/docbook-xsl/Makefile is specified incorrectly.
>How-To-Repeat:
# cd /usr/ports/textproc/docbook-xsl
# make install
>Fix:
--- fix-textproc_docbook-xsl_Makefile begins here ---
--- Makefile.orig Sat Nov 11 09:48:51 2006
+++ Makefile Sat Nov 11 09:49:21 2006
@@ -16,7 +16,7 @@
COMMENT= XSL DocBook stylesheets
RUN_DEPENDS= ${XMLDIR}/docbook/4.2/catalog.xml:${PORTSDIR}/textproc/docbook-xml \
- ${XMLDIR}/sdocbook/4.1.2.5/catalog:${PORTSDIR}/textproc/sdocbook-xml
+ ${XMLDIR}/sdocbook/1.1/catalog:${PORTSDIR}/textproc/sdocbook-xml
.ifndef NOPORTDOCS
DISTFILES+= ${PORTNAME}-doc-${PORTVERSION}${EXTRACT_SUFX}
--- fix-textproc_docbook-xsl_Makefile ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list