Bug 137162 - Change in port math/vtk5: add GL2PS knobs to OPTIONS
Summary: Change in port math/vtk5: add GL2PS knobs to OPTIONS
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Thierry Thomas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-27 03:50 UTC by Stas Timokhin
Modified: 2009-08-07 18:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.23 KB, patch)
2009-07-27 03:50 UTC, Stas Timokhin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stas Timokhin 2009-07-27 03:50:00 UTC
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:
Comment 1 Thierry Thomas freebsd_committer freebsd_triage 2009-07-27 09:24:43 UTC
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.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-08-07 18:04:19 UTC
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"
Comment 3 Thierry Thomas freebsd_committer freebsd_triage 2014-06-01 07:07:14 UTC
State Changed
From-To: open->closed


Committed, thanks! 
(With the option set to on) 



Comment 4 Thierry Thomas freebsd_committer freebsd_triage 2014-06-01 07:07:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->thierry

Take it.