From dsh@neva.vlink.ru  Sun Oct 16 18:19:05 2005
Return-Path: <dsh@neva.vlink.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1B18A16A41F;
	Sun, 16 Oct 2005 18:19:05 +0000 (GMT)
	(envelope-from dsh@neva.vlink.ru)
Received: from deliver.smtp.vlink.ru (alias.rigel.internal.vlink.ru [217.23.88.17])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8EDA343D4C;
	Sun, 16 Oct 2005 18:19:04 +0000 (GMT)
	(envelope-from dsh@neva.vlink.ru)
Received: from smtp.smtp.vlink.ru (clamav.smtp.vlink.ru [192.168.4.1])
	by deliver.smtp.vlink.ru (Postfix) with ESMTP id 2C0DCFECEFB;
	Sun, 16 Oct 2005 22:19:03 +0400 (MSD)
Received: from neva.vlink.ru (neva.vlink.ru [217.107.252.29])
	by smtp.smtp.vlink.ru (Postfix) with ESMTP id 084FB10099BB;
	Sun, 16 Oct 2005 22:19:03 +0400 (MSD)
Received: from neva.vlink.ru (localhost [127.0.0.1])
	by neva.vlink.ru (8.13.4/8.13.4) with ESMTP id j9GIJ0bY012751;
	Sun, 16 Oct 2005 22:19:00 +0400 (MSD)
	(envelope-from dsh@neva.vlink.ru)
Received: (from dsh@localhost)
	by neva.vlink.ru (8.13.4/8.13.4/Submit) id j9GIJ0fo012747;
	Sun, 16 Oct 2005 22:19:00 +0400 (MSD)
	(envelope-from dsh)
Message-Id: <200510161819.j9GIJ0fo012747@neva.vlink.ru>
Date: Sun, 16 Oct 2005 22:19:00 +0400 (MSD)
From: Denis Shaposhnikov <dsh@neva.vlink.ru>
Reply-To: Denis Shaposhnikov <dsh@neva.vlink.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: dsh@neva.vlink.ru, krion@freebsd.org
Subject: Update port: devel/pcre (add CONFLICTS with pcre-utf8)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         87526
>Category:       ports
>Synopsis:       Update port: devel/pcre (add CONFLICTS with pcre-utf8)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    krion
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 16 18:20:14 GMT 2005
>Closed-Date:    Sun Oct 16 18:47:38 GMT 2005
>Last-Modified:  Sun Oct 16 18:47:38 GMT 2005
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->krion 
Responsible-Changed-By: mnag 
Responsible-Changed-When: Sun Oct 16 18:24:03 GMT 2005 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87526 
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Sun Oct 16 18:47:30 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87526 
>Unformatted:
