Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Nov 2006 21:29:19 -0600 (CST)
From:      "Conrad J. Sabatier" <conrads@cox.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/105594: textproc/docbook: fix typos in Makefile
Message-ID:  <200611160329.kAG3TJbE049611@serene.no-ip.org>
Resent-Message-ID: <200611160340.kAG3e1Ru083834@freefall.freebsd.org>

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

>Number:         105594
>Category:       ports
>Synopsis:       textproc/docbook: fix typos in Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 16 03:40:01 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Conrad J. Sabatier
>Release:        FreeBSD 7.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD serene.no-ip.org 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Mon Nov 13 00:27:23 CST 2006 root@serene.no-ip.org:/usr/obj/usr/src/sys/CUSTOM amd64


>Description:
	Fix a few typos in dependencies' pathnames
>How-To-Repeat:
	Makefile currently references dependencies with paths such as:
 
		${PORTSDIR}/textproc/docbook-ml-430

	Where the "-ml-" part should be "-xml-"
>Fix:
	Patch below.

--- docbook.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/docbook/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- Makefile	6 Nov 2006 21:23:47 -0000	1.20
+++ Makefile	15 Nov 2006 23:41:40 -0000
@@ -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)
--- docbook.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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