Date: Wed, 4 Jul 2007 00:17:54 GMT From: Jonathan Liu <Net147@hotmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/114274: [patch] textproc/docbook-utils - add SSL knob to resolve lynx/lynx-ssl conflict with textproc/wv Message-ID: <200707040017.l640Hsjs064255@www.freebsd.org> Resent-Message-ID: <200707040020.l640K1tI095251@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 114274
>Category: misc
>Synopsis: [patch] textproc/docbook-utils - add SSL knob to resolve lynx/lynx-ssl conflict with textproc/wv
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Wed Jul 04 00:20:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Jonathan Liu
>Release: 6.2-RELEASE
>Organization:
>Environment:
FreeBSD freebsd 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Thu Apr 26 17:55:55 UTC 2007 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/SMP i386
>Description:
When installing GNOME from ports, docbook-utils can cause a conflict with textproc/wv because docbook-utils uses lynx and wv uses lynx-ssl.
wv uses lynx-ssl by default unless WIHTOUT_SSL is set, in which case it will use lynx.
To make docbook-utils more consistent, I propose we patch the docbook-utils Makefile to do the same as wv.
>How-To-Repeat:
Install GNOME from ports.
>Fix:
--- Makefile.orig Tue May 29 21:26:30 2007
+++ Makefile Wed Jul 4 10:03:35 2007
@@ -20,8 +20,13 @@
${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 \
- lynx:${PORTSDIR}/www/lynx
+ jade:${PORTSDIR}/textproc/jade
+
+.if defined(WITHOUT_SSL)
+RUN_DEPENDS+= lynx:${PORTSDIR}/www/lynx
+.else
+RUN_DEPENDS+= lynx:${PORTSDIR}/www/lynx-ssl
+.endif
USE_PERL5_RUN= yes
GNU_CONFIGURE= yes
>Release-Note:
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707040017.l640Hsjs064255>
