ports/137568: [patch] add CONFLICTS to lang/pike* ports

Piotr Smyrak smyru at heron.pl
Sat Aug 8 13:40:02 UTC 2009


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



More information about the freebsd-ports-bugs mailing list