notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: math/vtk5/Makefile

Number of commits found: 76

Saturday, 3 Nov 2018
22:37 antoine search for other commits by this committer
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
Original commitRevision:483941 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
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
Original commitRevision:473503 
Sunday, 17 Jun 2018
02:24 linimon search for other commits by this committer
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.
Original commitRevision:472589 
Thursday, 11 Jan 2018
16:53 danfe search for other commits by this committer
Remove superfluous linefeeds and fix some other minor whitespace bugs.
Original commitRevision:458755 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
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
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Thursday, 24 Aug 2017
09:13 araujo search for other commits by this committer
Bump PORTREVISION to reflect print/gl2ps changes.

PR:		ports/218399 (based on)
Submitted by:	emaste
Original commitRevision:448656 
Tuesday, 23 May 2017
05:03 rezny search for other commits by this committer
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Original commitRevision:441503 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Saturday, 2 Jul 2016
10:29 antoine search for other commits by this committer
Fix packaging when GL2PS is on

Reported by:	pkg-fallout
MFH:		2016Q3
Original commitRevision:417918 
Thursday, 30 Jun 2016
20:02 adamw search for other commits by this committer
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.
Original commitRevision:417839 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
13:18 mat search for other commits by this committer
Fixup some whitespace at the beginning of lines problems.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412342 
Sunday, 20 Sep 2015
16:35 marino search for other commits by this committer
Add USES=alias to 3 ports (Aids DragonFly support)
Original commitRevision:397378 
Monday, 17 Aug 2015
14:20 mat search for other commits by this committer
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
Original commitRevision:394508 
Monday, 22 Jun 2015
18:33 antoine search for other commits by this committer
Convert to USES=jpeg
Original commitRevision:390310 
Wednesday, 3 Jun 2015
15:59 amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Strip libraries
Original commitRevision:388439 
Thursday, 25 Dec 2014
20:54 bapt search for other commits by this committer
Bump portrevision after png update
Original commitRevision:375598 
19:04 antoine search for other commits by this committer
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Original commitRevision:375594 
Wednesday, 10 Dec 2014
22:29 gahr search for other commits by this committer
- Reset maintainership of my ports
Original commitRevision:374492 
Tuesday, 21 Oct 2014
16:54 mva search for other commits by this committer
- Convert ports of math/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371328 
Thursday, 2 Oct 2014
07:53 mva search for other commits by this committer
- Mark INSTALLS_EGGINFO as unsupported

Differential Revision:	D843
Reviewed by:	gahr@, koobs@
Approved by:	bapt@ (portmgr)
Original commitRevision:369800 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Tuesday, 15 Jul 2014
16:23 adamw search for other commits by this committer
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Original commitRevision:361962 
Tuesday, 15 Apr 2014
13:21 gahr search for other commits by this committer
- Unbreak by temporarily removing support for PYTHON wrapping
- Bump PORTREVISION (default options changed)
Original commitRevision:351330 
Thursday, 6 Mar 2014
20:41 antoine search for other commits by this committer
Mark BROKEN: violates stage and fails to package

Reported by:	pkg-fallout
Original commitRevision:347321 
Monday, 24 Feb 2014
08:40 gahr search for other commits by this committer
- Make UNIQUENAME really unique (used to conflict with math/vtk6's)
- Remove dead MASTER_SITE
Original commitRevision:345784 
Wednesday, 12 Feb 2014
15:58 gahr search for other commits by this committer
- STAGE-clean
- Add (OPTIONal) Ogg Theora video codec support
- Fix PKGNAME
- Remove LATEST_LINK
Original commitRevision:343935 
Friday, 20 Sep 2013
20:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
Original commitRevision:327746 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Friday, 22 Mar 2013
20:06 makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Original commitRevision:314960 
Monday, 18 Feb 2013
15:28 gahr search for other commits by this committer
- 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
Original commitRevision:312511 
Monday, 10 Dec 2012
16:49 bapt search for other commits by this committer
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]
Original commitRevision:308615 
13:43 bapt search for other commits by this committer
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part3)
Original commitRevision:308605 
Wednesday, 7 Nov 2012
08:27 gahr search for other commits by this committer
- Update to 5.10.1
  Announce:
  http://www.vtk.org/pipermail/vtk-developers/2012-October/012452.html

Feature safe:	yes
Original commitRevision:307123 
Wednesday, 10 Oct 2012
13:22 gahr search for other commits by this committer
- Do not build with debug symbols (used in testing)
Original commitRevision:305661 
13:15 gahr search for other commits by this committer
- Update to 5.10.0
  Release notes: http://www.kitware.com/news/home/browse/408
- Convert to OptionsNG
Original commitRevision:305660 
Tuesday, 10 Jul 2012
10:54 gahr search for other commits by this committer
- Do not use X with OSMesa
- Fix lines > 80 chars in pkg-descr
- Remove unneeded dependencies on a couple of Qt4 components
Original commit
Wednesday, 6 Jun 2012
06:44 miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Monday, 12 Mar 2012
12:23 gahr search for other commits by this committer
- fix plist when building with OSMesa

Feature safe:   yes
Original commit
07:56 gahr search for other commits by this committer
- Do not link against / depend upon libGL when building with OSMesa

Feature safe:   yes
Original commit
Thursday, 8 Mar 2012
07:52 gahr search for other commits by this committer
- Chase graphics/libosmesa shlib version bump
- Bump PORTREVISION
Original commit
Monday, 14 Nov 2011
03:26 rakuco search for other commits by this committer
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
Original commit
Wednesday, 14 Sep 2011
09:49 gahr search for other commits by this committer
- 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
Original commit
Thursday, 21 Apr 2011
13:09 bapt search for other commits by this committer
remove useless dependency on gmake

PR:             ports/156534
Submitted by:   bapt@
Approved by:    gahr@
Original commit
Thursday, 17 Feb 2011
13:23 gahr search for other commits by this committer
- 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
Original commit
Tuesday, 25 Jan 2011
09:49 gahr search for other commits by this committer
- Unbreak make package stage by fixing plist

Feature safe:   yes
Original commit
Sunday, 23 Jan 2011
21:13 pav search for other commits by this committer
- Mark BROKEN: fails to package

Reported by:    pointyhat
Feature safe:   yes
Original commit
Friday, 14 Jan 2011
10:16 gahr search for other commits by this committer
- Remove CONFLICT with paraview (see latest paraview commit)
- Remove CONFLICT with nonexistant vtk port

Feature safe:   yes
Original commit
Wednesday, 12 Jan 2011
09:40 gahr search for other commits by this committer
- Fix post-patch conditional
- Fix PLIST when building static libraries (SHARED option OFF)
- Bump PORTREVISION

Feature safe:   yes
Original commit
Wednesday, 5 Jan 2011
17:05 gahr search for other commits by this committer
- Fix build and plist when building static libraries
Original commit
Wednesday, 20 Oct 2010
10:28 gahr search for other commits by this committer
- Fix the installation of versioned shared libraries

Reported by:    Stas Timokhin <devel@stasyan.com>
Original commit
Friday, 15 Oct 2010
07:28 gahr search for other commits by this committer
- Update to 5.6.1
  Announce: http://www.kitware.com/news/home/browse/298
Original commit
Thursday, 26 Aug 2010
10:11 gahr search for other commits by this committer
- 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
Original commit
Thursday, 10 Jun 2010
15:48 gahr search for other commits by this committer
- Update math/vtk5 to 5.6.0
- Track the change in multimedia/vtkmpeg2encode
Original commit
Friday, 9 Apr 2010
15:00 gahr search for other commits by this committer
- Fix linking when Java wrapping is enabled
Original commit
09:03 gahr search for other commits by this committer
- 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>
Original commit
Wednesday, 7 Apr 2010
14:38 gahr search for other commits by this committer
- 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>
Original commit
Saturday, 3 Apr 2010
16:36 gahr search for other commits by this committer
- Fix PLIST
- Remove trailing space from Makefile
Original commit
15:34 gahr search for other commits by this committer
- Update to 5.4.2
Original commit
Tuesday, 30 Mar 2010
07:18 dinoex search for other commits by this committer
- fix build for png-1.4.1
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Friday, 7 Aug 2009
17:04 thierry search for other commits by this committer
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>
Original commit
Saturday, 18 Jul 2009
11:11 dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
Original commit
Tuesday, 24 Mar 2009
19:13 makc search for other commits by this committer
bump PORTREVISION after cmake update
Original commit
Monday, 23 Mar 2009
23:41 amdmi3 search for other commits by this committer
- Minor cleanups
- Reset maintainer

PR:             132948
Submitted by:   "Pedro F. Giffuni" <giffunip at tutopia dot com> (maintainer)
Original commit
Wednesday, 25 Feb 2009
20:41 mm search for other commits by this committer
- Port does not support tk85, force 84
- Bump PORTREVISION

Reported by:    pointyhat (pav)
Original commit
Monday, 23 Feb 2009
14:46 mm search for other commits by this committer
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected

Tested by:      pointyhat (pav)
Original commit
Monday, 3 Nov 2008
14:09 tabthorpe search for other commits by this committer
- Update to 5.0.4

PR:             ports/125706
Submitted by:   Pedro F. Giffuni <pfgshield-freebsd yahoo.com> (maintainer)
Original commit
Saturday, 30 Aug 2008
14:33 miwi search for other commits by this committer
- Pass maintainership to Pedro Giffuni (giffunip@tutopia.com)

PR:             126962
Submitted by:   old maintainer
Original commit
Friday, 6 Jun 2008
13:44 edwin search for other commits by this committer
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)
Original commit
Tuesday, 27 May 2008
22:12 miwi search for other commits by this committer
- 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)
Original commit
Sunday, 3 Feb 2008
10:45 thierry search for other commits by this committer
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)
Original commit
Wednesday, 9 Jan 2008
19:54 thierry search for other commits by this committer
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>
Original commit
19:45 thierry search for other commits by this committer
Repocopied from math/vtk.

PR:             ports/119159
Repocopied by:  marcus
Original commit

Number of commits found: 76