ports/105627: [Update]: textproc/docbook RUN_DEPENDS fix

Marcus von Appen mva at sysfault.org
Fri Nov 17 08:20:08 UTC 2006


>Number:         105627
>Category:       ports
>Synopsis:       [Update]: textproc/docbook RUN_DEPENDS fix
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 17 08:20:06 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Marcus von Appen
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD medusa.sysfault.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Wed Nov 15 12:20:52 CET 2006 root at medusa.sysfault.org:/usr/obj/usr/src/sys/MEDUSA i386


	
>Description:
	textproc/docbook does not specify the RUN_DEPENDS correctly for
        the docbook-xml-* ports.

        Maintainer (list) CC'ed.
        
>How-To-Repeat:
	Choose one of the WITH_DB*_XML knobs on installation.
>Fix:

diff -Nur docbook/Makefile docbook.new/Makefile
--- docbook/Makefile	Mon Nov  6 22:23:47 2006
+++ docbook.new/Makefile	Fri Nov 17 09:06:49 2006
@@ -67,15 +67,15 @@
 .endif
 
 .if defined(WITH_DB43_XML)
-RUN_DEPENDS+=	${LOCALBASE}/share/xml/docbook/4.3:${PORTSDIR}/textproc/docbook-ml-430
+RUN_DEPENDS+=	${LOCALBASE}/share/xml/docbook/4.3:${PORTSDIR}/textproc/docbook-xml-430
 .endif
 
 .if defined(WITH_DB44_XML)
-RUN_DEPENDS+=	${LOCALBASE}/share/xml/docbook/4.4:${PORTSDIR}/textproc/docbook-ml-440
+RUN_DEPENDS+=	${LOCALBASE}/share/xml/docbook/4.4:${PORTSDIR}/textproc/docbook-xml-440
 .endif
 
 .if defined(WITH_DB45_XML)
-RUN_DEPENDS+=	${LOCALBASE}/share/xml/docbook/4.5:${PORTSDIR}/textproc/docbook-ml-450
+RUN_DEPENDS+=	${LOCALBASE}/share/xml/docbook/4.5:${PORTSDIR}/textproc/docbook-xml-450
 .endif
 
 .if defined(WITH_ISO8879)
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list