misc/114274: [patch] textproc/docbook-utils - add SSL knob to resolve lynx/lynx-ssl conflict with textproc/wv

Jonathan Liu Net147 at hotmail.com
Wed Jul 4 00:20:02 UTC 2007


>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 at 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:


More information about the freebsd-bugs mailing list