ports/95353: Small fix for port vtk43

Jason Bacon bacon at smithers.neuro.mcw.edu
Wed Apr 5 16:10:24 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list