From nobody@FreeBSD.org  Wed Jul  4 00:17:54 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 5199416A468
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  4 Jul 2007 00:17:54 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id 41C8D13C44B
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  4 Jul 2007 00:17:54 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l640Hs7C064256
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 4 Jul 2007 00:17:54 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l640Hsjs064255;
	Wed, 4 Jul 2007 00:17:54 GMT
	(envelope-from nobody)
Message-Id: <200707040017.l640Hsjs064255@www.freebsd.org>
Date: Wed, 4 Jul 2007 00:17:54 GMT
From: Jonathan Liu <Net147@hotmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] textproc/docbook-utils - add SSL knob to resolve lynx/lynx-ssl conflict with textproc/wv
X-Send-Pr-Version: www-3.0

>Number:         114274
>Category:       ports
>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:    araujo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 04 00:20:01 GMT 2007
>Closed-Date:    Sun Jul 22 20:02:22 GMT 2007
>Last-Modified:  Sun Jul 22 20:02:22 GMT 2007
>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:
Responsible-Changed-From-To: freebsd-bugs->araujo 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Wed Jul 4 00:47:13 UTC 2007 
Responsible-Changed-Why:  
Make this a ports PR and assign. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114274 
State-Changed-From-To: open->closed 
State-Changed-By: araujo 
State-Changed-When: Sun Jul 22 20:02:20 UTC 2007 
State-Changed-Why:  
delphij fix this problem in wv. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114274 
>Unformatted:
