Bug 153163 - Update science/paraview to 3.8.1
Summary: Update science/paraview to 3.8.1
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: Alberto Villa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-15 04:20 UTC by devel
Modified: 2010-12-17 15:50 UTC (History)
0 users

See Also:


Attachments
file.diff (12.13 KB, patch)
2010-12-15 04:20 UTC, devel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!