Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.2.0_15 24 Dec 2022 12:16:15 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
2022-12-23 math/vtk6: Old version not used anywhere in the ports tree |
6.2.0_15 24 Oct 2022 08:14:57 |
Yuri Victorovich (yuri) |
math/vtk6: Add deprecation notice because it isn't used anywhere |
6.2.0_15 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.2.0_15 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
6.2.0_15 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
6.2.0_15 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
6.2.0_14 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.2.0_14 07 Mar 2021 16:45:49 |
tobik |
Remove redundant option descriptions that match the default ones
(ignoring case)
Reported by: danfe (for net/mosquitto), portscan |
6.2.0_14 29 Dec 2020 22:12:55 |
antoine |
Drop optional dependency on python 2.7 |
6.2.0_13 27 Oct 2020 04:20:12 |
tcberner |
math/vtk6: fix build against freetype 2.10.4
- similar patch is applied to math/vtk8
PR: 250375 |
6.2.0_13 19 Sep 2020 14:15:43 |
antoine |
Unbreak bulk -a |
6.2.0_12 07 May 2020 01:48:05 |
yuri |
math/vtk6: Remove the leading "The" from COMMENT
Approved by: portmgr (blanket compliance) |
6.2.0_11 02 May 2020 01:41:13 |
yuri |
math/vtk*: Fix CONFLICTS lines |
6.2.0_11 15 Apr 2020 06:13:11 |
stephen |
- Use openmpi3 instead of openmpi.
PR: 245566
Submitted by: danilo@FreeBSD.org |
6.2.0_10 03 Dec 2019 01:29:51 |
stephen |
- Fix build on powerpc64 elfv2.
- Remove vtk5 from conflicts.
- Bump portrevision.
PR: 242361
Submitted by: Piotr Kubaj <pkubaj@FreeBSD.org> |
6.2.0_9 24 Nov 2019 15:27:20 |
tobik |
math/vtk*: Canonicalize option names
/!\ vtk6-6.2.0_9: Makefile warnings, please consider fixing /!\
These options name have characters outside of [-_A-Z0-9]:
Groups Wrapping |
6.2.0_9 06 Nov 2019 18:07:22 |
zeising |
Add USES=xorg USES=gl, ports categories m
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
6.2.0_9 09 Aug 2019 12:47:55 |
linimon |
Appease portlint.
I have a tier-2-related patch in progress, and having portlint less
noisy will help me with testing.
Approved by: "just fix it" |
6.2.0_9 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
6.2.0_8 30 Jun 2019 23:39:03 |
stephen |
- powerpc64 needs -mminimal-toc in CXXFLAGS.
PR: 238894
Submitted by: Piotr Kubaj <pkubaj@FreeBSD.org> |
6.2.0_8 16 Mar 2019 17:25:15 |
tcberner |
math/vtk6: remove QT4 option (Qt4 deprecation)
Approved by: portmgr (implicit) |
6.2.0_7 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
6.2.0_7 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
6.2.0_6 05 Dec 2018 01:28:06 |
jbeich |
math/vtk6: unbreak after r485327 if doxygen built with LATEX=off
Installing doxygen-1.8.14,2...
`-- Installing graphviz-2.40.1_6...
-| | `-- Installing glib-2.56.1_3,1...
+| | `-- Installing glib-2.56.3_1,1...
-| | `-- Installing perl5-5.26.2_2...
-| | `-- Extracting perl5-5.26.2_2: .......... done
-- Found Doxygen: /usr/local/bin/doxygen (found version "1.8.14") found
components: doxygen dot
-- Could NOT find Gnuplot (missing: GNUPLOT_EXECUTABLE)
-- Could NOT find Perl (missing: PERL_EXECUTABLE)
-- Could NOT find Wget (missing: WGET_EXECUTABLE)
CMake Error at
/usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137
(message):
Could NOT find Perl (missing: PERL_EXECUTABLE)
Call Stack (most recent call first):
/usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:378
(_FPHSA_FAILURE_MESSAGE)
/usr/local/share/cmake/Modules/FindPerl.cmake:75
(FIND_PACKAGE_HANDLE_STANDARD_ARGS)
Utilities/Doxygen/CMakeLists.txt:5 (find_package)
PR: 233138 |
6.2.0_6 02 Dec 2018 15:41:48 |
rene |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
6.2.0_6 12 Jul 2018 19:05:30 |
yuri |
math/vtk6: Update CONFLICTS |
6.2.0_6 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 |
6.2.0_6 20 Jun 2018 09:27:51 |
adridg |
Fix build of math/vtk6 with Clang6 on -CURRENT.
The definition of NULL has changed in C++, and conversions have
gotten stricter, so using NULL where you mean 0 (or false) is
no longer an option. Detected by fallout from updating CMake 3.12.
No PORTREVISION bump because everywhere where it compiled previously
sees no change, and where it didn't compile before it does now
with the same result.
Reported by: tcberner |
6.2.0_6 20 Mar 2018 02:19:21 |
stephen |
- Fix make install error when compiling with QT5 enabled.
PR: ports/226752
Submitted by: otacilio.neto@bsd.com.br |
6.2.0_6 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
6.2.0_5 24 Dec 2017 12:17:40 |
antoine |
Remove flavors from vtk6, it's not useful with PY_FLAVOR (initial
implementation of python flavors didn't have PY_FLAVOR) |
6.2.0_5 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 ) |
6.2.0_5 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 |
6.2.0_4 10 Mar 2017 10:32:52 |
antoine |
Unbreak INDEX |
6.2.0_4 10 Mar 2017 04:02:56 |
stephen |
- Rather than rm share/cmake/hdf5/libhdf5.settings, have cmake not install it.
PR: ports/216330
Submitted by: Tobias C. Berner <tcberner@freebsd.org> |
6.2.0_4 29 Nov 2016 06:20:40 |
tcberner |
Stop exporting QT_BINDIR and QT_LIBDIR to PLIST_SUB.
As at the moment QT_BINDIR and QT_LIBDIR are 'bin' respectively 'lib' depending
on the Qt version these subs ended up at many wrong places in plists.
So only export it if QT_DIST is set.
PR: 210227
Reviewed by: mat, rakuco
Approved by: portmgr (mat), rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8378 |
6.2.0_4 14 Sep 2016 00:25:31 |
stephen |
- Corrections to pkg-plist for when option "EXAMPLES" is OFF.
PR: ports/212315
Submitted by: ice@extreme.hu |
6.2.0_4 29 Jul 2016 23:45:41 |
stephen |
- Don't install share/cmake/hdf5/libhdf5.settings to avoid clash with
science/paraview
PR: ports/211334
Submitted by: Chen Xie <xiechen96@gmail.com> |
6.2.0_3 26 Jul 2016 02:43:33 |
stephen |
- Add more xorg and gl dependencies so that they are correctly registered.
- Bump portrevision. |
6.2.0_2 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
6.2.0_2 01 Apr 2016 13:18:17 |
mat |
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight |
6.2.0_2 27 Jan 2016 02:01:46 |
stephen |
- Change Python bindings to ON by default.
- Bump portrevision.
Submitted by: thierry@FreeBSD.org |
6.2.0_1 28 Nov 2015 05:34:30 |
stephen |
- Mild cosmetic changes to the Makefile comments. |
6.2.0_1 28 Nov 2015 05:30:18 |
stephen |
- Add name mangling so that it will build when science/netcdf is installed.
- Bump portrevision. |
6.2.0 28 Nov 2015 01:59:35 |
stephen |
- Update to 6.2.0. |
6.1.0_8 22 Nov 2015 16:55:35 |
stephen |
- Give maintainership to stephen@, This will help him track subtle C++
errors. These errors also break cad/netgen. |
6.1.0_8 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 |
6.1.0_8 03 Jul 2015 10:46:52 |
marino |
Add USES=alias to 11 ports (non-invasive DragonFly support) |
6.1.0_8 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
6.1.0_8 03 Jan 2015 17:45:49 |
antoine |
Allow building with new mesa |
6.1.0_8 02 Jan 2015 18:43:30 |
gahr |
- Unbreak |
6.1.0_8 26 Dec 2014 14:24:13 |
danilo |
- Update net/openmpi to 1.8.4 |
6.1.0_7 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
6.1.0_6 19 Dec 2014 18:49:41 |
antoine |
Mark BROKEN: fails to build
/wrkdirs/usr/ports/math/vtk6/work/VTK-6.1.0/Rendering/FreeType/vtkFreeTypeTools.cxx:
In member function 'bool vtkFreeTypeTools::CalculateBoundingBox(const T&,
vtkFreeTypeTools::MetaData&)':
/wrkdirs/usr/ports/math/vtk6/work/VTK-6.1.0/Rendering/FreeType/vtkFreeTypeTools.cxx:1190:
error: no matching function for call to 'min(unsigned int&, int&)'
Reported by: pkg-fallout |
6.1.0_6 10 Dec 2014 22:29:15 |
gahr |
- Reset maintainership of my ports |
6.1.0_6 13 Oct 2014 12:10:21 |
gahr |
- Enable the RenderingMatplotlib and PythonInterpreter modules when building
w/ Python support
- Bump PORTREVISION
Submitted by: Stas Timokhin <devel@stasyan.com> (via email) |
6.1.0_5 10 Oct 2014 14:18:35 |
gahr |
- Another take at pkg-plist |
6.1.0_5 10 Oct 2014 13:36:08 |
gahr |
- Add an OPTION to enable the Python wrapping module
- Add an OPTION to chose between static and shared libs
- Bump PORTREVISION |
6.1.0_4 28 Sep 2014 03:41:25 |
danilo |
- Update net/openmpi from 1.8.2 to 1.8.3 |
6.1.0_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) |
6.1.0_2 15 Jul 2014 17:52:18 |
adamw |
Add EXAMPLES to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MEXAMPLES. |
6.1.0_2 14 Jul 2014 16:51:45 |
tijl |
- Convert net/openmpi to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use BROKEN_sparc64
Approved by: portmgr (implicit, bump unstaged port) |
6.1.0_1 07 Jul 2014 08:17:50 |
gahr |
- libGL is not needed when building with OSMESA |
6.1.0_1 01 Jul 2014 14:21:27 |
gahr |
- Add OPTIONal off-screen rendering support with graphics/libosmesa |
6.1.0_1 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
6.1.0_1 18 Mar 2014 15:03:37 |
gahr |
- Make OPTIONS uppercase
- Bump PORTREVISION
Reported by: mat |
6.1.0 18 Mar 2014 13:26:29 |
gahr |
- Use CMAKE_BUILD_TYPE in pkg-plist
Reported by: makc |
6.1.0 18 Mar 2014 09:26:05 |
gahr |
- Update to 6.1.0
- Support Qt5
- Install Tcl wrapping files in a saner location |
6.0.0 12 Feb 2014 15:58:13 |
gahr |
- Add dependency on libXt |
6.0.0 10 Jan 2014 14:10:45 |
gahr |
- More PLIST fixes for non-default OPTIONS configurations
Reported by: Stas Timokhin <devel@stasyan.com> |
6.0.0 10 Jan 2014 08:11:14 |
gahr |
- Fix PLIST
Reported by: Stas Timokhin <devel@stasyan.com> |
6.0.0 08 Jan 2014 17:18:42 |
gahr |
- New port: math/vtk6
This is a port of the new VTK 6.x series. It is an early effort which should
be used with care. Python support is present but commented out, pending some
more thorough test.
WWW: http://vtk.org/ |