From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 27 08:30:06 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 70783106564A for ; Mon, 27 Jul 2009 08:30:06 +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 5EEBB8FC0C for ; Mon, 27 Jul 2009 08:30:06 +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 n6R8U6Id092422 for ; Mon, 27 Jul 2009 08:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6R8U6oD092419; Mon, 27 Jul 2009 08:30:06 GMT (envelope-from gnats) Date: Mon, 27 Jul 2009 08:30:06 GMT Message-Id: <200907270830.n6R8U6oD092419@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Thierry Thomas Cc: Subject: Re: ports/137162: Change in port math/vtk5: add GL2PS knobs to OPTIONS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thierry Thomas List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jul 2009 08:30:06 -0000 The following reply was made to PR ports/137162; it has been noted by GNATS. From: Thierry Thomas To: Stas Timokhin Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/137162: Change in port math/vtk5: add GL2PS knobs to OPTIONS Date: Mon, 27 Jul 2009 10:24:43 +0200 Le Lun 27 jul 09 à 4:46:49 +0200, Stas Timokhin écrivait : > >Description: > This knobs need to build Salome > (http://www.salome-platform.org/ex/att/16_SALOME_4_1_5_Release_Notes.pdf, > page 14,) application. > > >How-To-Repeat: > > >Fix: > > > Patch attached with submission follows: > > --- Makefile.orig 2009-07-27 09:37:52.000000000 +0700 > +++ Makefile 2009-07-27 09:40:46.000000000 +0700 > @@ -3,12 +3,12 @@ > # Whom: Mykola Khotyaintsev > # Repocopied from math/vtk by: Jason W. Bacon > # > -# $FreeBSD: ports/math/vtk5/Makefile,v 1.49 2009/07/18 11:11:11 dinoex Exp $ > +# $FreeBSD$ > # > > PORTNAME= vtk > PORTVERSION= 5.0.4 > -PORTREVISION= 4 > +PORTREVISION= 5 > CATEGORIES= math graphics > MASTER_SITES= http://www.vtk.org/files/release/${PORTVERSION:R}/ \ > http://www.neuro.mcw.edu/Ports/distfiles/VTK5/ > @@ -50,7 +50,8 @@ > USE_LDCONFIG= yes > > OPTIONS= MANGLEDMESA "Use off-screen (Mangled) Mesa" Off \ > - VTKMPEG2 "Install patented MPEG2 encoder module" Off > + VTKMPEG2 "Install patented MPEG2 encoder module" Off \ > + GL2PS "Install support conversion OpenGL to PostScript" Off Remark: if you want Salome to be packageable, this option should default to "On". -- Th. Thomas.