Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Oct 2005 22:20:28 +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/87527: Update port: devel/pcre-utf8 (add CONFLICTS with pcre)
Message-ID:  <200510161820.j9GIKSjh012885@neva.vlink.ru>
Resent-Message-ID: <200510161830.j9GIUIXb081270@freefall.freebsd.org>

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

>Number:         87527
>Category:       ports
>Synopsis:       Update port: devel/pcre-utf8 (add CONFLICTS with pcre)
>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:30:17 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-utf8
  # portinstall devel/pcre

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

>Fix:

diff -Nru pcre-utf8.orig/Makefile pcre-utf8/Makefile
--- pcre-utf8.orig/Makefile	Sun Oct 16 22:06:58 2005
+++ pcre-utf8/Makefile	Sun Oct 16 22:09:59 2005
@@ -8,6 +8,7 @@
 PKGNAMESUFFIX=	-utf8
 MASTERDIR=	${.CURDIR}/../pcre
 
+CONFLICTS=	pcre-[0-9]*
 WITH_UTF8=	yes
 
 .include "${MASTERDIR}/Makefile"
>Release-Note:
>Audit-Trail:
>Unformatted:



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