Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Nov 2006 13:39:49 -0700
From:      Diane Bruce <db@db.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        alepulver@FreeBSD.org
Subject:   ports/105223: [PATCH] textproc/docbook: [SUMMARIZE CHANGES]
Message-ID:  <E1GhBG1-0002zc-2H@diana.db.net>
Resent-Message-ID: <200611062050.kA6KoHiV077515@freefall.freebsd.org>

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

>Number:         105223
>Category:       ports
>Synopsis:       [PATCH] textproc/docbook: [SUMMARIZE CHANGES]
>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:   Mon Nov 06 20:50:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Diane Bruce
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
none
>Environment:
System: FreeBSD diana.db.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Sat Oct 14 14:44:56 MDT 2006
>Description:
[DESCRIBE CHANGES]

Port maintainer (alepulver@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:

cd /usr/ports/textproc/docbook;make install
it will fail with:

===>  Checking if textproc/docbook already installed
cd: can't cd to /usr/ports/textproc/docbook/work/docbook-1.3
*** Error code 2

>Fix:

--- docbook-1.3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/docbook/Makefile /usr/home/db/docbook/Makefile
--- /usr/ports/textproc/docbook/Makefile	Mon Nov  6 13:33:42 2006
+++ /usr/home/db/docbook/Makefile	Mon Nov  6 13:29:11 2006
@@ -86,4 +86,6 @@
 RUN_DEPENDS+=	${LOCALBASE}/share/xml/sdocbook/4.1.2.5:${PORTSDIR}/textproc/sdocbook-xml
 .endif
 
+do-install:	# empty
+
 .include <bsd.port.post.mk>
--- docbook-1.3.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1GhBG1-0002zc-2H>