From bacon@smithers.neuro.mcw.edu  Wed Apr  5 16:10:08 2006
Return-Path: <bacon@smithers.neuro.mcw.edu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4E75D16A420
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  5 Apr 2006 16:10:08 +0000 (UTC)
	(envelope-from bacon@smithers.neuro.mcw.edu)
Received: from smithers.neuro.mcw.edu (smithers.neuro.mcw.edu [141.106.204.28])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BB4FA43D4C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  5 Apr 2006 16:10:07 +0000 (GMT)
	(envelope-from bacon@smithers.neuro.mcw.edu)
Received: from smithers.neuro.mcw.edu (localhost [127.0.0.1])
	by smithers.neuro.mcw.edu (8.13.3/8.13.3) with ESMTP id k35GA61j078508
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 5 Apr 2006 11:10:06 -0500 (CDT)
	(envelope-from bacon@smithers.neuro.mcw.edu)
Received: (from bacon@localhost)
	by smithers.neuro.mcw.edu (8.13.3/8.13.3/Submit) id k35GA6DR078507;
	Wed, 5 Apr 2006 11:10:06 -0500 (CDT)
	(envelope-from bacon)
Message-Id: <200604051610.k35GA6DR078507@smithers.neuro.mcw.edu>
Date: Wed, 5 Apr 2006 11:10:06 -0500 (CDT)
From: Jason Bacon <bacon@smithers.neuro.mcw.edu>
Reply-To: Jason Bacon <bacon@smithers.neuro.mcw.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Small fix for port vtk43
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         95353
>Category:       ports
>Synopsis:       Small fix for port vtk43
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 05 16:10:18 GMT 2006
>Closed-Date:    Wed Apr 05 22:15:44 GMT 2006
>Last-Modified:  Wed Apr 05 22:15:44 GMT 2006
>Originator:     Jason Bacon
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
Medical College of Wisconsin
>Environment:
System: FreeBSD smithers.neuro.mcw.edu 5.4-RELEASE FreeBSD 5.4-RELEASE #2: Wed Aug 24 14:54:53 CDT 2005 bacon@clone.neuro.mcw.edu:/usr/obj/usr/src/sys/clone i386

>Description:
	vtk43 just committed requires outdated expat.5. This will cause
	the build to fail if expat.6 is installed. I've been running caret 
	(an application that depends on vtk43) with expat.6 for several 
	weeks without any apparent problems.  Suggest updating the vtk43 
	LIB_DEPENDS to allow expat.5 or expat.6.
>How-To-Repeat:
>Fix:

--- /usr/ports/math/vtk43/Makefile	Wed Apr  5 09:28:22 2006
+++ Makefile	Wed Apr  5 10:47:49 2006
@@ -50,7 +50,7 @@
 
 BUILD_DEPENDS+=	${CMAKE}:${PORTSDIR}/devel/cmake
 
-LIB_DEPENDS+=	expat.5:${PORTSDIR}/textproc/expat2 \
+LIB_DEPENDS+=	expat.[5-6]:${PORTSDIR}/textproc/expat2 \
 		jpeg.9:${PORTSDIR}/graphics/jpeg \
 		png.5:${PORTSDIR}/graphics/png \
 		tiff.4:${PORTSDIR}/graphics/tiff
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Wed Apr 5 22:15:41 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95353 
>Unformatted:
