Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.10.1_7 05 Dec 2018 13:18:50 |
rene |
Remove expired port:
2018-12-04 math/vtk5: Broken, unmaintained |
5.10.1_7 03 Nov 2018 22:37:33 |
antoine |
Mark BROKEN: fails to build
/wrkdirs/usr/ports/math/vtk5/work/VTK5.10.1/Common/vtkOStreamWrapper.cxx:60:1:
error: invalid operands to binary expression ('std::__1::ostream' (aka
'basic_ostream<char>') and 'std::__1::ostream')
VTKOSTREAM_OPERATOR(ostream&);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reported by: pkg-fallout |
5.10.1_7 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
5.10.1_7 17 Jun 2018 02:24:24 |
linimon |
Mark as broken on powerpc64.
The full message is:
/usr/bin/ld:
Graphics/CMakeFiles/vtkGraphics.dir/vtkProbeFilter.cxx.o(.text+0x182c):
sibling call optimization to
'_ZN14vtkProbeFilter26SetValidPointMaskArrayNameEPKc'
does not allow automatic multiple TOCs; recompile with -mminimal-toc or
-fno-optimize-sibling-calls, or make
'_ZN14vtkProbeFilter26SetValidPointMaskArrayNameEPKc' extern
This is beyond the scope of what I understand how to fix. |
5.10.1_7 11 Jan 2018 16:53:45 |
danfe |
Remove superfluous linefeeds and fix some other minor whitespace bugs. |
5.10.1_7 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
5.10.1_7 24 Aug 2017 09:13:09 |
araujo |
Bump PORTREVISION to reflect print/gl2ps changes.
PR: ports/218399 (based on)
Submitted by: emaste |
5.10.1_6 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
5.10.1_5 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
5.10.1_5 02 Jul 2016 10:29:15 |
antoine |
Fix packaging when GL2PS is on
Reported by: pkg-fallout
MFH: 2016Q3 |
5.10.1_5 30 Jun 2016 20:02:43 |
adamw |
Convert a couple ports that use both _CMAKE_ON and _CMAKE_OFF to _CMAKE_BOOL.
Use options helpers all the way in math/carve, because I couldn't help myself. |
5.10.1_5 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
5.10.1_5 01 Apr 2016 13:18:17 |
mat |
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight |
5.10.1_5 20 Sep 2015 16:35:29 |
marino |
Add USES=alias to 3 ports (Aids DragonFly support) |
5.10.1_5 17 Aug 2015 14:20:41 |
mat |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
5.10.1_5 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
5.10.1_5 03 Jun 2015 15:59:45 |
amdmi3 |
- Add LICENSE_FILE
- Strip libraries |
5.10.1_4 03 Jan 2015 19:06:50 |
antoine |
Allow building with new mesa |
5.10.1_4 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
5.10.1_3 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
5.10.1_3 10 Dec 2014 22:29:15 |
gahr |
- Reset maintainership of my ports |
5.10.1_3 14 Nov 2014 09:39:21 |
antoine |
Cleanup plist |
5.10.1_3 21 Oct 2014 16:54:55 |
mva |
- Convert ports of math/ to new USES=python
Approved by: portmgr (implicit) |
5.10.1_3 02 Oct 2014 07:53:52 |
mva |
- Mark INSTALLS_EGGINFO as unsupported
Differential Revision: D843
Reviewed by: gahr@, koobs@
Approved by: bapt@ (portmgr) |
5.10.1_3 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
5.10.1_2 15 Jul 2014 16:23:08 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
5.10.1_2 15 Apr 2014 13:21:23 |
gahr |
- Unbreak by temporarily removing support for PYTHON wrapping
- Bump PORTREVISION (default options changed) |
5.10.1_1 06 Mar 2014 20:41:40 |
antoine |
Mark BROKEN: violates stage and fails to package
Reported by: pkg-fallout |
5.10.1_1 24 Feb 2014 08:40:57 |
gahr |
- Make UNIQUENAME really unique (used to conflict with math/vtk6's)
- Remove dead MASTER_SITE |
5.10.1_1 12 Feb 2014 15:58:43 |
gahr |
- STAGE-clean
- Add (OPTIONal) Ogg Theora video codec support
- Fix PKGNAME
- Remove LATEST_LINK |
5.10.1 03 Dec 2013 11:30:55 |
makc |
- Respect CMAKE_BUILD_TYPE (and fix packaging with non-default build settings)
Approved by: maintainter |
5.10.1 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
5.10.1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
5.10.1 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
5.10.1 17 Mar 2013 14:13:50 |
danfe |
In categories starting with [h-m], remove empty lines from pkg-plist (and
purge one empty file). |
5.10.1 22 Feb 2013 17:16:51 |
gahr |
- Minor fix to PLIST |
5.10.1 18 Feb 2013 15:28:05 |
gahr |
- Add an OPTION to build with leak debugging support
- Add an OPTION to build without legacy code
- Fix Qt4 includes (fixes a conflict when both Qt3 and Qt4 are installed)
Reported upstream: http://www.vtk.org/Bug/view.php?id=13888 |
5.10.1 15 Jan 2013 07:44:15 |
gahr |
- Fix PLIST with non-default OPTIONS |
5.10.1 10 Dec 2012 16:49:34 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009) + removing outdated jdk16
vendors:
Remove any reference to bsdjava and freebsd Java Vendors, as the both are
outdated, have security issues and expired.
Mark icedtea6-stubs as broken as it doesn't build with any of the left supported
vendors.
Switch tuxguitar to be able to use openjdk16 [1]
Approved by: gahr [1] |
5.10.1 10 Dec 2012 13:43:44 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part3) |
5.10.1 07 Nov 2012 08:27:56 |
gahr |
- Update to 5.10.1
Announce:
http://www.vtk.org/pipermail/vtk-developers/2012-October/012452.html
Feature safe: yes |
5.10.0 10 Oct 2012 13:22:13 |
gahr |
- Do not build with debug symbols (used in testing) |
5.10.0 10 Oct 2012 13:15:47 |
gahr |
- Update to 5.10.0
Release notes: http://www.kitware.com/news/home/browse/408
- Convert to OptionsNG |
5.8.0_3 10 Jul 2012 10:54:11 |
gahr |
- Do not use X with OSMesa
- Fix lines > 80 chars in pkg-descr
- Remove unneeded dependencies on a couple of Qt4 components |
5.8.0_2 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
5.8.0_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
5.8.0_1 12 Mar 2012 12:23:48 |
gahr |
- fix plist when building with OSMesa
Feature safe: yes |
5.8.0_1 12 Mar 2012 07:56:44 |
gahr |
- Do not link against / depend upon libGL when building with OSMesa
Feature safe: yes |
5.8.0_1 08 Mar 2012 07:52:46 |
gahr |
- Chase graphics/libosmesa shlib version bump
- Bump PORTREVISION |
5.8.0 14 Nov 2011 03:26:46 |
rakuco |
Remove CMAKE_USE_PTHREAD from the ports using it.
This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.
Approved by: avilla (mentor), portmgr (miwi)
Feature safe: yes |
5.8.0 15 Sep 2011 07:40:27 |
gahr |
- Revert the removal of system include directories from VTKConfig.cmake, which
causes needed include paths of 3rd party packages used by VTK not to be
included by the use of VTK_USE_FILE.
The patch reverts this commit in VTK's git repository:
http://vtk.org/gitweb?p=VTK.git;a=commit;h=514405
A bug report has been submitted here:
http://vtk.org/Bug/view.php?id=12597 |
5.8.0 14 Sep 2011 09:49:38 |
gahr |
- Update math/vtk5 to 5.8.0
Release notes:
http://www.vtk.org/pipermail/vtkusers/2011-September/118889.html
- Update multimedia/vtkmpeg2encode to reflect math/vtk5 PORTVERSION |
5.6.1_3 21 Apr 2011 13:09:40 |
bapt |
remove useless dependency on gmake
PR: ports/156534
Submitted by: bapt@
Approved by: gahr@ |
5.6.1_3 14 Mar 2011 16:26:58 |
gahr |
- Update pkg-descr to reflect the latest official description of the package
- Remove old notes about non-free classes from pkg-descr [1]
Reported by: cognet [1] |
5.6.1_3 07 Mar 2011 17:00:58 |
gahr |
- Add support for python 2.7
Reported by: miwi, pav |
5.6.1_3 17 Feb 2011 13:23:35 |
gahr |
- Add a patch from upstream's GIT repository, which fixes a bug in
vtkJPEGWriter when writing to memory.
- Bump PORTREVISION
Original commit:
http://vtk.org/gitweb?p=VTK.git;a=commit;h=e938db39c2bbd730a060cb0cf95fec52e15d281a |
5.6.1_2 25 Jan 2011 09:49:44 |
gahr |
- Unbreak make package stage by fixing plist
Feature safe: yes |
5.6.1_2 23 Jan 2011 21:13:41 |
pav |
- Mark BROKEN: fails to package
Reported by: pointyhat
Feature safe: yes |
5.6.1_2 14 Jan 2011 10:16:26 |
gahr |
- Remove CONFLICT with paraview (see latest paraview commit)
- Remove CONFLICT with nonexistant vtk port
Feature safe: yes |
5.6.1_2 12 Jan 2011 09:40:37 |
gahr |
- Fix post-patch conditional
- Fix PLIST when building static libraries (SHARED option OFF)
- Bump PORTREVISION
Feature safe: yes |
5.6.1_1 05 Jan 2011 17:05:00 |
gahr |
- Fix build and plist when building static libraries |
5.6.1 20 Oct 2010 10:28:47 |
gahr |
- Fix the installation of versioned shared libraries
Reported by: Stas Timokhin <devel@stasyan.com> |
5.6.1 15 Oct 2010 07:28:54 |
gahr |
- Update to 5.6.1
Announce: http://www.kitware.com/news/home/browse/298 |
5.6.0 26 Aug 2010 10:11:05 |
gahr |
- Export an OPTION to choose whether to build shared or static libraries.
The default is to build shared libraries, as it is now. Note that shared
libraries are required to build with the Python and Java wrapping.
- Fix the build when java wrapping is enabled |
5.6.0 22 Jun 2010 13:13:07 |
gahr |
- Restore patch to build with Qt4 support when Qt3 is installed
Reminded by: Stas Timokhin <devel@stasyan.com> (via private email)
Feature safe: yes |
5.6.0 11 Jun 2010 15:56:15 |
gahr |
- Fix PLIST
Reported by: QAT |
5.6.0 10 Jun 2010 15:48:09 |
gahr |
- Update math/vtk5 to 5.6.0
- Track the change in multimedia/vtkmpeg2encode |
5.4.2_2 09 Apr 2010 15:00:57 |
gahr |
- Fix linking when Java wrapping is enabled |
5.4.2_2 09 Apr 2010 09:19:01 |
gahr |
- Fix @dirrm / @dirrmtry order
Reported by: QAT |
5.4.2_2 09 Apr 2010 09:03:30 |
gahr |
- Enable the vtkParallel kit parallel processing, needed by cad/salome [1]
- Add optional Off-Screen rendering using OSMesa (default: OFF)
- Add optional Java wrapping (default: OFF)
Reported by: Stas Timokhin <devel@stasyan.com> |
5.4.2_1 07 Apr 2010 14:38:01 |
gahr |
- Fix QT_COMPONENTS [1]
- Install symlinks to shlibs in the form of libvtk*.so.5 -> libvtk*.so.5.4.2
- Set the correct USE_LDCONFIG path
- Fix install directory of the Qt Designer plugin
- Fix include path order
- Record conflict with Paraview (installs the same Qt Designer plugin)
- Bump PORTREVISION
Reported by: QAT, PH [1]
Thanks to : fluffy, Stas Timokhin <devel@stasyan.com> |
5.4.2 03 Apr 2010 16:36:34 |
gahr |
- Fix PLIST
- Remove trailing space from Makefile |
5.4.2 03 Apr 2010 15:34:44 |
gahr |
- Update to 5.4.2 |
5.0.4_7 30 Mar 2010 07:18:05 |
dinoex |
- fix build for png-1.4.1 |
5.0.4_7 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
5.0.4_6 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
5.0.4_5 07 Aug 2009 17:04:10 |
thierry |
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> |
5.0.4_4 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
5.0.4_3 24 Mar 2009 19:13:32 |
makc |
bump PORTREVISION after cmake update |
5.0.4_2 23 Mar 2009 23:41:01 |
amdmi3 |
- Minor cleanups
- Reset maintainer
PR: 132948
Submitted by: "Pedro F. Giffuni" <giffunip at tutopia dot com> (maintainer) |
5.0.4_2 25 Feb 2009 20:41:06 |
mm |
- Port does not support tk85, force 84
- Bump PORTREVISION
Reported by: pointyhat (pav) |
5.0.4 23 Feb 2009 14:46:38 |
mm |
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav) |
5.0.4 03 Nov 2008 14:09:16 |
tabthorpe |
- Update to 5.0.4
PR: ports/125706
Submitted by: Pedro F. Giffuni <pfgshield-freebsd yahoo.com> (maintainer) |
5.0.3_1 30 Aug 2008 14:33:12 |
miwi |
- Pass maintainership to Pedro Giffuni (giffunip@tutopia.com)
PR: 126962
Submitted by: old maintainer |
5.0.3_1 06 Jun 2008 13:44:06 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
5.0.3 27 May 2008 22:12:09 |
miwi |
- Add common code to support for cmake based ports.
- Update devel/cmake to 2.6.0 (also fix ports/123092)
- Use the new CMAKE build framework in all ports using cmake
Approved by: portmgr (pav) |
5.0.3 03 Feb 2008 10:45:16 |
thierry |
Fixes the vtkmpeg2encode dependency, which does not use the primary
category.
PR: ports/120123
Submitted by: Jason Bacon <bacon (at) smithers.neuro.mcw.edu> (maintainer) |
5.0.3 09 Jan 2008 19:54:41 |
thierry |
This is a new base port for VTK 5.0.3. Unlike the VTK 4 base port, it installs
the headers, TCL, and Python components, which are fairly small. Slave ports
for the larger optional components (e.g. JAVA, data, examples) will follow.
PR: ports/119075
Submitted by: Jason Bacon <bacon (at) smithers.neuro.mcw.edu> |
4.4_2 09 Jan 2008 19:45:14 |
thierry |
Repocopied from math/vtk.
PR: ports/119159
Repocopied by: marcus |