Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 May 2007 14:36:26 +0200
From:      "Pawel Pekala" <c0rn@o2.pl>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        B.Candler@pobox.com
Subject:   ports/112785: [PATCH] textproc/docbook-utils add rundep on www/lynx
Message-ID:  <1179578186.20015@caprica.slowicza.org>
Resent-Message-ID: <200705191240.l4JCe4As010480@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
>Number:         112785
>Category:       ports
>Synopsis:       [PATCH] textproc/docbook-utils add rundep on www/lynx
>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:   Sat May 19 12:40:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Pawel Pekala
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:


System: FreeBSD 6.2-RELEASE #2: Sat Jan 13 12:52:19 CET 2007
    corn@caprica.slowicza.org:/usr/obj/usr/src/sys/GENERIC



>Description:


Add run dependecy on www/lynx because docbook2txt backend needs it
to produce text output.


>How-To-Repeat:





>Fix:


--- docbook-utils.diff begins here ---
diff -ur /usr/ports/textproc/docbook-utils/Makefile docbook-utils/Makefile
--- /usr/ports/textproc/docbook-utils/Makefile	Tue Nov 21 16:15:50 2006
+++ docbook-utils/Makefile	Sat May 19 14:25:32 2007
@@ -7,7 +7,7 @@
 
 PORTNAME=	docbook-utils
 PORTVERSION=	0.6.14
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_SOURCEWARE}
 MASTER_SITE_SUBDIR=	docbook-tools/new-trials/SOURCES
@@ -20,7 +20,8 @@
 		${LOCALBASE}/share/sgml/docbook/dsssl:${PORTSDIR}/textproc/dsssl-docbook-modular
 RUN_DEPENDS+=	${LOCALBASE}/share/texmf/tex/jadetex/dsssl.def:${PORTSDIR}/print/jadetex \
 		sgmlspl:${PORTSDIR}/textproc/p5-SGMLSpm \
-    		jade:${PORTSDIR}/textproc/jade
+    		jade:${PORTSDIR}/textproc/jade \
+		lynx:${PORTSDIR}/www/lynx
 
 USE_PERL5_RUN=	yes
 GNU_CONFIGURE=	yes
--- docbook-utils.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?1179578186.20015>