From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 16 18:20:15 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5A1216A41F for ; Sun, 16 Oct 2005 18:20:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CB6243D4C for ; Sun, 16 Oct 2005 18:20:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9GIKEWh080439 for ; Sun, 16 Oct 2005 18:20:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9GIKEZ1080438; Sun, 16 Oct 2005 18:20:14 GMT (envelope-from gnats) Resent-Date: Sun, 16 Oct 2005 18:20:14 GMT Resent-Message-Id: <200510161820.j9GIKEZ1080438@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Denis Shaposhnikov 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: dsh@neva.vlink.ru, krion@FreeBSD.org Subject: ports/87526: Update port: devel/pcre (add CONFLICTS with pcre-utf8) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Denis Shaposhnikov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2005 18:20:15 -0000 >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: