Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  9 Feb 2007 13:31:13 +0100 (CET)
From:      Martin Matuska <martin@matuska.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/108972: [MAINTAINER] lang/tcl85 & lang/tcl85-thread
Message-ID:  <20070209123113.8EED53F431@mail.vx.sk>
Resent-Message-ID: <200702091240.l19CeZGg084678@freefall.freebsd.org>

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

>Number:         108972
>Category:       ports
>Synopsis:       [MAINTAINER] lang/tcl85 & lang/tcl85-thread
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 09 12:40:35 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Martin Matuska
>Release:        FreeBSD 6.2-RELEASE
>Organization:
>Environment:
FreeBSD 6.2-RELEASE i386 and amd64
>Description:
Add CONFLICTS for both lang/tcl85 and lang/tcl85-thread as they cannot coexist.
Portrevision bump not required.
>How-To-Repeat:
>Fix:
--- lang/tcl85/Makefile.orig	Fri Feb  9 12:27:33 2007
+++ lang/tcl85/Makefile	Fri Feb  9 12:27:49 2007
@@ -17,6 +17,8 @@
 MAINTAINER=	martin@matuska.org
 COMMENT=	Tool Command Language (development version)
 
+CONFLICTS?=	tcl-threads-8.5*
+
 PATCH_DIST_ARGS=	-d ${WRKDIR}/${DISTNAME} -E ${PATCH_DIST_STRIP}
 WRKSRC=		${WRKDIR}/${PORTNAME}${PORTVERSION:S/.a./a/}/unix
 ALL_TARGET=	all test
--- lang/tcl85-thread/Makefile.orig	Fri Feb  9 12:27:13 2007
+++ lang/tcl85-thread/Makefile	Fri Feb  9 12:27:23 2007
@@ -9,4 +9,6 @@
 
 MASTERDIR=	${.CURDIR}/../tcl85
 
+CONFLICTS=	tcl-8.5*
+
 .include	"${MASTERDIR}/Makefile"
>Release-Note:
>Audit-Trail:
>Unformatted:



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