Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jan 2008 10:15:04 -0600 (CST)
From:      Jason Bacon <bacon@smithers.neuro.mcw.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/120123: Maintaner update: math/vtk5 Fix LIB_DEPENDS
Message-ID:  <200801291615.m0TGF44f034599@smithers.neuro.mcw.edu>
Resent-Message-ID: <200801291620.m0TGK3r2061222@freefall.freebsd.org>

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

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



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