Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Oct 2005 22:19:00 +0400 (MSD)
From:      Denis Shaposhnikov <dsh@neva.vlink.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dsh@neva.vlink.ru, krion@FreeBSD.org
Subject:   ports/87526: Update port: devel/pcre (add CONFLICTS with pcre-utf8)
Message-ID:  <200510161819.j9GIJ0fo012747@neva.vlink.ru>
Resent-Message-ID: <200510161820.j9GIKEZ1080438@freefall.freebsd.org>

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

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



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