Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Feb 2009 16:32:43 -0500
From:      "Joseph S. Atkinson" <jsa@wickedmachine.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        jharris@widomaker.com
Subject:   ports/131596: Fix CONFLICTS for www/lynx
Message-ID:  <1234387963.36431@mephisto.wickedmachine.net>
Resent-Message-ID: <200902112140.n1BLe1st037388@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1234387963.36431>