Date: Sun, 22 Mar 2009 23:17:09 GMT From: "Pedro F. Giffuni" <giffunip@tutopia.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/132948: Minor cleanups to math/vtk5 Message-ID: <200903222317.n2MNH9wS018014@www.freebsd.org> Resent-Message-ID: <200903222320.n2MNK13b098455@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132948 >Category: ports >Synopsis: Minor cleanups to math/vtk5 >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: Sun Mar 22 23:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 7.1-RELEASE >Organization: >Environment: %uname -a FreeBSD kakumen.cable.net.co 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 08:58:24 UTC 2009 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: - Minor cleanups. - Return port to the pool: my job doesn't leave time for proper maintenance of my ports anymore. I have a WIP update patch for this port, JIC someone wants to take over. >How-To-Repeat: Please reset the maintainer of all my other ports too. I will try to keep updating some of them but I don't want to keep in the way of someone else taking over. >Fix: diff -ruN vtk5.orig/Makefile vtk5/Makefile --- vtk5.orig/Makefile 2009-03-07 20:28:14.000000000 -0500 +++ vtk5/Makefile 2009-03-22 11:27:54.000000000 -0500 @@ -10,11 +10,11 @@ PORTVERSION= 5.0.4 PORTREVISION= 2 CATEGORIES= math graphics -MASTER_SITES= http://www.vtk.org/files/release/5.0/ \ +MASTER_SITES= http://www.vtk.org/files/release/${PORTVERSION:R}/ \ http://www.neuro.mcw.edu/Ports/distfiles/VTK5/ DISTNAME?= vtk-${PORTVERSION} -MAINTAINER= giffunip@tutopia.com +MAINTAINER= ports@FreeBSD.org COMMENT= The Visualization Toolkit LIB_DEPENDS= expat.[5-6]:${PORTSDIR}/textproc/expat2 \ @@ -60,7 +60,6 @@ CMAKE_USE_PTHREAD= yes CMAKE_SOURCE_PATH= ../VTK -CXXFLAGS+= -Wno-deprecated CMAKE_ARGS+= ${VTKSRCDIR} \ -DBUILD_SHARED_LIBS:BOOL=ON \ -DBUILD_DOCUMENTATION:BOOL=ON \ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903222317.n2MNH9wS018014>