This knobs need to build Salome (http://www.salome-platform.org/ex/att/16_SALOME_4_1_5_Release_Notes.pdf, page 14,) application. Fix: Patch attached with submission follows:
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: > > > > > --- 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.
thierry 2009-08-07 17:04:10 UTC FreeBSD ports repository Modified files: math/vtk5 Makefile Log: Add GL2PS knobs to OPTIONS, and default to it. This knobs need to build Salome application: http://www.salome-platform.org/ex/att/16_SALOME_4_1_5_Release_Notes.pdf, page 14 PR: ports/137162 Submitted by: Stas Timokhin <stast (at) bsdportal.ru> Revision Changes Path 1.50 +9 -2 ports/math/vtk5/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks! (With the option set to on)
Responsible Changed From-To: freebsd-ports-bugs->thierry Take it.