ports/164652: fix confliction of devel/oniguruma

Tsurutani Naoki turutani at scphys.kyoto-u.ac.jp
Tue Jan 31 02:00:29 UTC 2012


>Number:         164652
>Category:       ports
>Synopsis:       fix confliction of devel/oniguruma
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 31 02:00:24 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Tsurutani Naoki
>Release:        FreeBSD 8.2-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD h116.65.226.10.32118.vlan.kuins.net 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #26: Sun Jan 23 18:42:22 JST 2011 turutani at h116.65.226.10.32118.vlan.kuins.net:/usr/local/work/usr/obj/usr/src/sys/POLYMER13 amd64


	
>Description:
	devel/oniguruma is required to build lang/ruby18 
	when 'WITH_ONIGURUMA=1' is set; in this case,
	devel/oniguruma is not installed and the source code is used.
	If devel/oniguruma4 is required and installed by the other ports,
	extraction of devel/oniguruma is also forbidden, even if they
	do not install anything conflicting.
	
>How-To-Repeat:
	
>Fix:
	here is a patch:

--- Makefile.orig	2011-08-26 19:08:07.000000000 +0900
+++ Makefile	2012-01-31 10:38:03.000000000 +0900
@@ -21,7 +21,7 @@
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 NO_LATEST_LINK=	yes
-CONFLICTS=	oniguruma-4.*
+CONFLICTS_INSTALL=	oniguruma-4.*
 
 GNU_CONFIGURE=	yes
 DOCS=		HISTORY README doc/*
	


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



More information about the freebsd-ports-bugs mailing list