ports/87526: Update port: devel/pcre (add CONFLICTS with pcre-utf8)

Denis Shaposhnikov dsh at neva.vlink.ru
Sun Oct 16 18:20:15 UTC 2005


>Number:         87526
>Category:       ports
>Synopsis:       Update port: devel/pcre (add CONFLICTS with pcre-utf8)
>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:   Sun Oct 16 18:20:14 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Denis Shaposhnikov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD neva.vlink.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #21: Sun Aug 14 15:59:53 MSD 2005 dsh at neva.vlink.ru:/var/FreeBSD/obj/var/FreeBSD/src/sys/NEVA i386


	
>Description:

devel/pcre and devel/pcre-utf8 overwrite each others files.

>How-To-Repeat:

  # portinstall devel/pcre
  # portinstall devel/pcre-utf8

and try to deinstall pcre-[0-9]*

>Fix:

diff -Nru pcre.orig/Makefile pcre/Makefile
--- pcre.orig/Makefile	Sun Oct 16 22:06:49 2005
+++ pcre/Makefile	Sun Oct 16 22:10:59 2005
@@ -16,6 +16,9 @@
 MAINTAINER=	krion at FreeBSD.org
 COMMENT=	Perl Compatible Regular Expressions library
 
+# devel/pcre-utf8 overwrite it
+CONFLICTS?=	pcre-utf8-[0-9]*
+
 USE_BZIP2=	yes
 USE_LIBTOOL_VER=15
 INSTALLS_SHLIB=	yes
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list