Bug 153163

Summary: Update science/paraview to 3.8.1
Product: Ports & Packages Reporter: devel
Component: Individual Port(s)Assignee: Alberto Villa <avilla>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description devel 2010-12-15 04:20:08 UTC
+Update to 3.8.1
+Fix OPTIONS processing
+Add GL2PS option knob

Fix: Patch attached with submission follows:
Comment 1 Alberto Villa freebsd_committer freebsd_triage 2010-12-16 09:08:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->avilla

I'll take it.
Comment 2 Alberto Villa freebsd_committer freebsd_triage 2010-12-16 12:36:23 UTC
the build fails:
http://freebsd1.asmallorange.com//errors/7.2-i386-
avilla/paraview-3.8.1.log

In file included from 
/work/a/ports/science/paraview/work/ParaView-3.8.1/VTK/Rendering/vtkMesaClipPlanesPainter.cxx:32:
/work/a/ports/science/paraview/work/ParaView-3.8.1/VTK/Rendering/vtkOpenGLClipPlanesPainter.cxx:45: 
error: prototype for 'void 
vtkMesaClipPlanesPainter::RenderInternal(vtkRenderer*, vtkActor*, 
long unsigned int, bool)' does not match any in class 
'vtkMesaClipPlanesPainter'
/work/a/ports/science/paraview/work/ParaView-3.8.1/VTK/Rendering/vtkMesaClipPlanesPainter.h:44: 
error: candidate is: virtual void 
vtkMesaClipPlanesPainter::RenderInternal(vtkRenderer*, vtkActor*, 
long unsigned int)
-- 
Alberto Villa, FreeBSD committer <avilla@FreeBSD.org>
http://people.FreeBSD.org/~avilla

Ninety percent of the politicians give the other ten percent a bad 
reputation.
		-- Henry Kissinger
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-12-17 15:43:02 UTC
avilla      2010-12-17 15:42:57 UTC

  FreeBSD ports repository

  Modified files:
    science/paraview     Makefile distinfo pkg-plist 
  Log:
  - Update to 3.8.1.
  - Disable broken Mangled Mesa support.
  - Add GL2PS knob.
  - Disable conflict with vtk 5.
  - Use bsd.port.options.mk.
  - Fix COMMENT.
  
  PR:             ports/153163
  Submitted by:   Stas Timokhin <devel@stasyan.com> (maintainer)
  
  Revision  Changes    Path
  1.28      +22 -18    ports/science/paraview/Makefile
  1.10      +2 -3      ports/science/paraview/distinfo
  1.10      +36 -10    ports/science/paraview/pkg-plist
_______________________________________________
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 4 Alberto Villa freebsd_committer freebsd_triage 2010-12-17 15:43:23 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!