ports/120123: Maintaner update: math/vtk5 Fix LIB_DEPENDS

Jason Bacon bacon at smithers.neuro.mcw.edu
Tue Jan 29 16:20:03 UTC 2008


>Number:         120123
>Category:       ports
>Synopsis:       Maintaner update: math/vtk5 Fix LIB_DEPENDS
>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:   Tue Jan 29 16:20:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Jason Bacon
>Release:        FreeBSD 6.1-RELEASE-p17 i386
>Organization:
MCW
>Environment:
System: FreeBSD smithers.neuro.mcw.edu 6.1-RELEASE-p17 FreeBSD 6.1-RELEASE-p17 #0: Mon Jul 2 15:25:34 CDT 2007 bacon at pcbsd:/usr/obj/usr/src/sys/MCWPCBSD i386

>Description:

Fixes the vtkmpeg2encode dependency, which does not use the primary category.
This can create problems for users who download vtk5 and vtkmpeg2encode 
individually and patch them into their tree.

>How-To-Repeat:
>Fix:

diff -ruN /usr/ports/math/vtk5/Makefile vtk5/Makefile
--- /usr/ports/math/vtk5/Makefile	Wed Jan  9 13:54:41 2008
+++ vtk5/Makefile	Tue Jan 29 10:09:49 2008
@@ -94,7 +94,7 @@
 		-DVTK_DATA_ROOT:PATH=${VTKDATAROOT}
 
 .if defined(WITH_VTKMPEG2)
-LIB_DEPENDS+=	vtkMPEG2Encode.5:${PORTSDIR}/math/vtkmpeg2encode
+LIB_DEPENDS+=	vtkMPEG2Encode.5:${PORTSDIR}/multimedia/vtkmpeg2encode
 PLIST_FILES+=	include/vtk-5.0/vtkMPEG2Writer.h
 CMAKE_DEFS+=	-DvtkMPEG2Encode_INCLUDE_PATH=${LOCALBASE}/include/vtk-5.0 \
 		-DvtkMPEG2Encode_LIBRARIES=vtkMPEG2Encode \

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list