Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Nov 2006 09:55:28 -0500
From:      "John Merryweather Cooper" <john_m_cooper@yahoo.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        des@FreeBSD.org
Subject:   ports/105402: Fix Build of updated textproc/docbook-xsl
Message-ID:  <1163256928.38534@borgdemon2.13tentmillln.home>
Resent-Message-ID: <200611111830.kABIUObi035762@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1163256928.38534>