Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Aug 2009 13:35:31 GMT
From:      Piotr Smyrak <smyru@heron.pl>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/137568: [patch] add CONFLICTS to lang/pike* ports
Message-ID:  <200908081335.n78DZV6f003552@www.freebsd.org>
Resent-Message-ID: <200908081340.n78De1G5005977@freefall.freebsd.org>

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

>Number:         137568
>Category:       ports
>Synopsis:       [patch] add CONFLICTS to lang/pike* ports
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 08 13:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Piotr Smyrak
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
>Environment:
FreeBSD dsk.smyrak.com 7.2-STABLE FreeBSD 7.2-STABLE #0: Thu Jul 30 20:23:13 CEST 2009     root@dsk.smyrak.com:/usr/obj/usr/src/sys/SMYRU  i386
>Description:
All pike ports conflict with one another installing files into the same places, but they are not marked so. The patch fixes it.
>How-To-Repeat:
Install any of lang/pike7* ports, install another of them. Run pkg_info -xg pike
>Fix:


Patch attached with submission follows:

--- pike72/Makefile.orig	2009-08-08 13:39:28.000000000 +0200
+++ pike72/Makefile	2009-08-08 13:39:50.000000000 +0200
@@ -16,6 +16,8 @@
 MAINTAINER=	kiwi@oav.net
 COMMENT=	A dynamic programming language with a syntax similar to C++
 
+CONFLICTS=	pike7[68]*
+
 LIB_DEPENDS=	jpeg.10:${PORTSDIR}/graphics/jpeg \
 		tiff.4:${PORTSDIR}/graphics/tiff \
 		gdbm.3:${PORTSDIR}/databases/gdbm \
--- pike76/Makefile.orig	2009-08-08 12:14:32.000000000 +0200
+++ pike76/Makefile	2009-08-08 12:14:42.000000000 +0200
@@ -20,6 +20,8 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A dynamic programming language with a syntax similar to C++
 
+CONFLICTS=	pike7[28]*
+
 LIB_DEPENDS=	jpeg.10:${PORTSDIR}/graphics/jpeg \
 		tiff.4:${PORTSDIR}/graphics/tiff \
 		gdbm.3:${PORTSDIR}/databases/gdbm \
--- pike78/Makefile.orig	2009-08-08 12:11:48.000000000 +0200
+++ pike78/Makefile	2009-08-08 12:14:16.000000000 +0200
@@ -19,6 +19,8 @@
 MAINTAINER=	johans@stack.nl
 COMMENT=	A dynamic programming language with a syntax similar to C++
 
+CONFLICTS=	pike7[26]*
+
 LIB_DEPENDS=	jpeg.10:${PORTSDIR}/graphics/jpeg \
 		tiff.4:${PORTSDIR}/graphics/tiff \
 		gdbm.3:${PORTSDIR}/databases/gdbm \


>Release-Note:
>Audit-Trail:
>Unformatted:



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