Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2006 11:10:06 -0500 (CDT)
From:      Jason Bacon <bacon@smithers.neuro.mcw.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95353: Small fix for port vtk43
Message-ID:  <200604051610.k35GA6DR078507@smithers.neuro.mcw.edu>
Resent-Message-ID: <200604051610.k35GAImk033951@freefall.freebsd.org>

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

>Number:         95353
>Category:       ports
>Synopsis:       Small fix for port vtk43
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 05 16:10:18 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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