Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Aug 2003 18:52:36 +0200 (CEST)
From:      Thierry Thomas <thierry@pompo.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        seanc@FreeBSD.org
Subject:   ports/56242: devel/bison & devel/bison1875: warn about conflict.
Message-ID:  <20030831165236.37CEC22B958@ws90bj.pompo.net>
Resent-Message-ID: <200308311700.h7VH0Xjv008550@freefall.freebsd.org>

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

>Number:         56242
>Category:       ports
>Synopsis:       devel/bison & devel/bison1875: warn about conflict.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 31 10:00:32 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Thierry Thomas
>Release:        FreeBSD 5.1-RELEASE-p2 i386
>Organization:
Kabbale Eros
>Environment:
System: FreeBSD ws90bj.pompo.net 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #1: Tue Aug 19 17:50:01 CEST 2003 thierry@ws90bj.pompo.net:/usr/obj/usr/src/sys/WS90BJ-030610 i386


	
>Description:
	You can only install one of these ports (with the same prefix).

>How-To-Repeat:
	Install devel/bison, then devel/bison1875: the first one will be
	overwritten.

>Fix:
	Please apply the following patches:

--- bison.diff begins here ---
--- devel/bison/Makefile.orig	Tue Jul 29 21:13:55 2003
+++ devel/bison/Makefile	Sat Aug 16 15:36:34 2003
@@ -15,6 +15,8 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A parser generator from FSF, (mostly) compatible with Yacc
 
+CONFLICTS=	bison-[0-9]*
+
 BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
 .if !defined(WITHOUT_NLS)
 LIB_DEPENDS=	intl.5:${PORTSDIR}/devel/gettext
--- bison.diff ends here ---

--- bison1875.diff begins here ---
--- devel/bison1875/Makefile.orig	Wed May  7 06:48:04 2003
+++ devel/bison1875/Makefile	Sat Aug 16 15:39:14 2003
@@ -15,6 +15,8 @@
 MAINTAINER=	seanc@FreeBSD.org
 COMMENT=	A parser generator from FSF, (mostly) compatible with Yacc
 
+CONFLICTS=	bison-[0-9]*
+
 BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
 LIB_DEPENDS=	intl.5:${PORTSDIR}/devel/gettext
 RUN_DEPENDS=	gm4:${PORTSDIR}/devel/m4
--- bison1875.diff ends here ---

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



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