Date: Mon, 27 Jul 2009 08:30:06 GMT From: Thierry Thomas <thierry@FreeBSD.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/137162: Change in port math/vtk5: add GL2PS knobs to OPTIONS Message-ID: <200907270830.n6R8U6oD092419@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/137162; it has been noted by GNATS. From: Thierry Thomas <thierry@FreeBSD.org> To: Stas Timokhin <stast@bsdportal.ru> 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 <stast@bsdportal.ru> é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 <ko@irfu.se> > # Repocopied from math/vtk by: Jason W. Bacon <bacon@smithers.neuro.mcw.edu> > # > -# $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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907270830.n6R8U6oD092419>