ports/108971: [BUGFIX] lang/tcl84 & lang/tcl84-thread

Martin Matuska martin at matuska.org
Fri Feb 9 12:40:36 UTC 2007


>Number:         108971
>Category:       ports
>Synopsis:       [BUGFIX] lang/tcl84 & lang/tcl84-thread
>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:   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/tcl84 and lang/tcl84-thread as they cannot coexist.
Portrevision bump not required.
>How-To-Repeat:
>Fix:
--- lang/tcl84/Makefile.orig	Fri Feb  9 12:17:03 2007
+++ lang/tcl84/Makefile	Fri Feb  9 12:24:31 2007
@@ -16,6 +16,8 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Tool Command Language
 
+CONFLICTS?=	tcl-threads-8.4*
+
 PATCH_DIST_ARGS=	-d ${WRKDIR}/${DISTNAME} -E ${PATCH_DIST_STRIP}
 WRKSRC=		${WRKDIR}/${PORTNAME}${PORTVERSION}/unix
 ALL_TARGET=	all	# test
--- lang/tcl84-thread/Makefile.orig	Fri Feb  9 12:07:18 2007
+++ lang/tcl84-thread/Makefile	Fri Feb  9 12:25:35 2007
@@ -7,6 +7,8 @@
 
 WITH_THREADS=	yes
 
+CONFLICTS=	tcl-8.4*
+
 MASTERDIR=	${.CURDIR}/../tcl84
 
 .include "${MASTERDIR}/Makefile"
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list