ports/131596: Fix CONFLICTS for www/lynx

Joseph S. Atkinson jsa at wickedmachine.net
Wed Feb 11 21:40:02 UTC 2009


>Number:         131596
>Category:       ports
>Synopsis:       Fix CONFLICTS for 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:   Wed Feb 11 21:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Joseph S. Atkinson
>Release:        FreeBSD 7.1-RELEASE-p2 i386
>Organization:
>Environment:


System: FreeBSD 7.1-RELEASE-p2 #2: Fri Jan 23 03:10:09 EST 2009
    jsa at mephisto.wickedmachine.net:/usr/obj/usr/src/sys/MEPHISTO



>Description:


Lynx currently sets CONFLICTS to "lynx-current". The problem is, lynx-current installs as "lynx" with a different version number, which does not meet the expression requirments. Thus, when certain port utilities run, they detect missing dependancies (textproc/wv for example) and *overwrite* lynx-2.8.7 with lynx-2.8.6.

This simply changes the expression to properly detect when lynx-current is actually installed.

cc: jharris at widomaker.com (maintainer)


>How-To-Repeat:





>Fix:


--- lynx_conflicts.diff begins here ---
--- Makefile.orig	2009-02-11 16:15:12.000000000 -0500
+++ Makefile	2009-02-11 16:09:41.000000000 -0500
@@ -17,7 +17,7 @@
 MAINTAINER=	jharris at widomaker.com
 COMMENT=	A non-graphical, text-based World-Wide Web client
 
-CONFLICTS=	lynx-current*
+CONFLICTS=	lynx-2.8.[7-9]*
 
 USE_BZIP2=	yes
 USE_OPENSSL=	yes
--- lynx_conflicts.diff ends here ---



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



More information about the freebsd-ports-bugs mailing list