non port: math/vtk5/Makefile |
SVNWeb
|
Number of commits found: 76 |
Sat, 3 Nov 2018
|
[ 22:37 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
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (Only the first 10 of 1416 ports in this commit are shown above. )
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
|
Sun, 17 Jun 2018
|
[ 02: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.
|
Thu, 11 Jan 2018
|
[ 16:53 danfe ] (Only the first 10 of 31 ports in this commit are shown above. )
Remove superfluous linefeeds and fix some other minor whitespace bugs.
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
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 )
|
Thu, 24 Aug 2017
|
[ 09:13 araujo ]
Bump PORTREVISION to reflect print/gl2ps changes.
PR: ports/218399 (based on)
Submitted by: emaste
|
Tue, 23 May 2017
|
[ 05:03 rezny ] (Only the first 10 of 711 ports in this commit are shown above. )
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Sat, 2 Jul 2016
|
[ 10:29 antoine ]
Fix packaging when GL2PS is on
Reported by: pkg-fallout
MFH: 2016Q3
|
Thu, 30 Jun 2016
|
[ 20:02 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.
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
[ 13:18 mat ] (Only the first 10 of 172 ports in this commit are shown above. )
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 20 Sep 2015
|
[ 16:35 marino ]
Add USES=alias to 3 ports (Aids DragonFly support)
|
Mon, 17 Aug 2015
|
[ 14:20 mat ] (Only the first 10 of 271 ports in this commit are shown above. )
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
|
Mon, 22 Jun 2015
|
[ 18:33 antoine ] (Only the first 10 of 374 ports in this commit are shown above. )
Convert to USES=jpeg
|
Wed, 3 Jun 2015
|
[ 15:59 amdmi3 ]
- Add LICENSE_FILE
- Strip libraries
|
Thu, 25 Dec 2014
|
[ 20:54 bapt ] (Only the first 10 of 446 ports in this commit are shown above. )
Bump portrevision after png update
|
[ 19:04 antoine ] (Only the first 10 of 332 ports in this commit are shown above. )
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
|
Wed, 10 Dec 2014
|
[ 22:29 gahr ] (Only the first 10 of 129 ports in this commit are shown above. )
- Reset maintainership of my ports
|
Tue, 21 Oct 2014
|
[ 16:54 mva ] (Only the first 10 of 50 ports in this commit are shown above. )
- Convert ports of math/ to new USES=python
Approved by: portmgr (implicit)
|
Thu, 2 Oct 2014
|
[ 07:53 mva ]
- Mark INSTALLS_EGGINFO as unsupported
Differential Revision: D843
Reviewed by: gahr@, koobs@
Approved by: bapt@ (portmgr)
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
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)
|
Tue, 15 Jul 2014
|
[ 16:23 adamw ] (Only the first 10 of 21 ports in this commit are shown above. )
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
|
Tue, 15 Apr 2014
|
[ 13:21 gahr ]
- Unbreak by temporarily removing support for PYTHON wrapping
- Bump PORTREVISION (default options changed)
|
Thu, 6 Mar 2014
|
[ 20:41 antoine ]
Mark BROKEN: violates stage and fails to package
Reported by: pkg-fallout
|
Mon, 24 Feb 2014
|
[ 08:40 gahr ]
- Make UNIQUENAME really unique (used to conflict with math/vtk6's)
- Remove dead MASTER_SITE
|
Wed, 12 Feb 2014
|
[ 15:58 gahr ]
- STAGE-clean
- Add (OPTIONal) Ogg Theora video codec support
- Fix PKGNAME
- Remove LATEST_LINK
|
Fri, 20 Sep 2013
|
[ 20:55 bapt ] (Only the first 10 of 665 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Fri, 22 Mar 2013
|
[ 20:06 makc ] (Only the first 10 of 464 ports in this commit are shown above. )
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
|
Mon, 18 Feb 2013
|
[ 15:28 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
|
Mon, 10 Dec 2012
|
[ 16:49 bapt ] (Only the first 10 of 12 ports in this commit are shown above. )
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]
|
[ 13:43 bapt ] (Only the first 10 of 118 ports in this commit are shown above. )
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part3)
|
Wed, 7 Nov 2012
|
[ 08:27 gahr ]
- Update to 5.10.1
Announce:
http://www.vtk.org/pipermail/vtk-developers/2012-October/012452.html
Feature safe: yes
|
Wed, 10 Oct 2012
|
[ 13:22 gahr ]
- Do not build with debug symbols (used in testing)
|
[ 13:15 gahr ]
- Update to 5.10.0
Release notes: http://www.kitware.com/news/home/browse/408
- Convert to OptionsNG
|
Tue, 10 Jul 2012
|
[ 10:54 gahr ]
- Do not use X with OSMesa
- Fix lines > 80 chars in pkg-descr
- Remove unneeded dependencies on a couple of Qt4 components
|
Wed, 6 Jun 2012
|
[ 06:44 miwi ] (Only the first 10 of 587 ports in this commit are shown above. )
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Mon, 12 Mar 2012
|
[ 12:23 gahr ]
- fix plist when building with OSMesa
Feature safe: yes
|
[ 07:56 gahr ]
- Do not link against / depend upon libGL when building with OSMesa
Feature safe: yes
|
Thu, 8 Mar 2012
|
[ 07:52 gahr ]
- Chase graphics/libosmesa shlib version bump
- Bump PORTREVISION
|
Mon, 14 Nov 2011
|
[ 03:26 rakuco ] (Only the first 10 of 56 ports in this commit are shown above. )
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
|
Wed, 14 Sep 2011
|
[ 09:49 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
|
Thu, 21 Apr 2011
|
[ 13:09 bapt ]
remove useless dependency on gmake
PR: ports/156534
Submitted by: bapt@
Approved by: gahr@
|
Thu, 17 Feb 2011
|
[ 13:23 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
|
Tue, 25 Jan 2011
|
[ 09:49 gahr ]
- Unbreak make package stage by fixing plist
Feature safe: yes
|
Sun, 23 Jan 2011
|
[ 21:13 pav ]
- Mark BROKEN: fails to package
Reported by: pointyhat
Feature safe: yes
|
Fri, 14 Jan 2011
|
[ 10:16 gahr ]
- Remove CONFLICT with paraview (see latest paraview commit)
- Remove CONFLICT with nonexistant vtk port
Feature safe: yes
|
Wed, 12 Jan 2011
|
[ 09:40 gahr ]
- Fix post-patch conditional
- Fix PLIST when building static libraries (SHARED option OFF)
- Bump PORTREVISION
Feature safe: yes
|
Wed, 5 Jan 2011
|
[ 17:05 gahr ]
- Fix build and plist when building static libraries
|
Wed, 20 Oct 2010
|
[ 10:28 gahr ]
- Fix the installation of versioned shared libraries
Reported by: Stas Timokhin <devel@stasyan.com>
|
Fri, 15 Oct 2010
|
[ 07:28 gahr ]
- Update to 5.6.1
Announce: http://www.kitware.com/news/home/browse/298
|
Thu, 26 Aug 2010
|
[ 10:11 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
|
Thu, 10 Jun 2010
|
[ 15:48 gahr ]
- Update math/vtk5 to 5.6.0
- Track the change in multimedia/vtkmpeg2encode
|
Fri, 9 Apr 2010
|
[ 15:00 gahr ]
- Fix linking when Java wrapping is enabled
|
[ 09:03 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>
|
Wed, 7 Apr 2010
|
[ 14:38 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>
|
Sat, 3 Apr 2010
|
[ 16:36 gahr ]
- Fix PLIST
- Remove trailing space from Makefile
|
[ 15:34 gahr ]
- Update to 5.4.2
|
Tue, 30 Mar 2010
|
[ 07:18 dinoex ]
- fix build for png-1.4.1
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Fri, 7 Aug 2009
|
[ 17:04 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>
|
Sat, 18 Jul 2009
|
[ 11:11 dinoex ] (Only the first 10 of 337 ports in this commit are shown above. )
- update to jpeg7
Tested by: pav on pointyhat
|
Tue, 24 Mar 2009
|
[ 19:13 makc ] (Only the first 10 of 131 ports in this commit are shown above. )
bump PORTREVISION after cmake update
|
Mon, 23 Mar 2009
|
[ 23:41 amdmi3 ]
- Minor cleanups
- Reset maintainer
PR: 132948
Submitted by: "Pedro F. Giffuni" <giffunip at tutopia dot com> (maintainer)
|
Wed, 25 Feb 2009
|
[ 20:41 mm ]
- Port does not support tk85, force 84
- Bump PORTREVISION
Reported by: pointyhat (pav)
|
Mon, 23 Feb 2009
|
[ 14:46 mm ] (Only the first 10 of 103 ports in this commit are shown above. )
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav)
|
Mon, 3 Nov 2008
|
[ 14:09 tabthorpe ]
- Update to 5.0.4
PR: ports/125706
Submitted by: Pedro F. Giffuni <pfgshield-freebsd yahoo.com> (maintainer)
|
Sat, 30 Aug 2008
|
[ 14:33 miwi ]
- Pass maintainership to Pedro Giffuni (giffunip@tutopia.com)
PR: 126962
Submitted by: old maintainer
|
Fri, 6 Jun 2008
|
[ 13:44 edwin ] (Only the first 10 of 76 ports in this commit are shown above. )
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)
|
Tue, 27 May 2008
|
[ 22:12 miwi ] (Only the first 10 of 48 ports in this commit are shown above. )
- 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)
|
Sun, 3 Feb 2008
|
[ 10:45 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)
|
Wed, 9 Jan 2008
|
[ 19:54 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>
|
[ 19:45 thierry ]
Repocopied from math/vtk.
PR: ports/119159
Repocopied by: marcus
|
Number of commits found: 76 |