From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Mar 22 23:20:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DA7A1065670 for ; Sun, 22 Mar 2009 23:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6642B8FC12 for ; Sun, 22 Mar 2009 23:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n2MNK1Pf098456 for ; Sun, 22 Mar 2009 23:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n2MNK13b098455; Sun, 22 Mar 2009 23:20:01 GMT (envelope-from gnats) Resent-Date: Sun, 22 Mar 2009 23:20:01 GMT Resent-Message-Id: <200903222320.n2MNK13b098455@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Pedro F. Giffuni" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D88F1065675 for ; Sun, 22 Mar 2009 23:17:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 5C6A48FC16 for ; Sun, 22 Mar 2009 23:17:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n2MNH9KV018015 for ; Sun, 22 Mar 2009 23:17:09 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n2MNH9wS018014; Sun, 22 Mar 2009 23:17:09 GMT (envelope-from nobody) Message-Id: <200903222317.n2MNH9wS018014@www.freebsd.org> Date: Sun, 22 Mar 2009 23:17:09 GMT From: "Pedro F. Giffuni" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/132948: Minor cleanups to math/vtk5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Mar 2009 23:20:01 -0000 >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: