Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.2.0_6 31 Dec 2024 08:57:55
    |
Muhammad Moinur Rahman (bofh)  |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
8.2.0_6 23 Dec 2024 02:06:16
    |
Yuri Victorovich (yuri)  |
math/vtk8: Broken on 15
Reported by: fallout |
8.2.0_6 27 Nov 2024 09:01:51
    |
Ronald Klop (ronald)  |
math/vtk8: unbreak aarch64 on FreeBSD 13
Builds fine locally in poudriere on 13.3 jail on aarch64.
I think it compiles now because FreeBSD 13.3 has a newer clang/llvm
version than FreeBSD 13.2.
PR: 264834
Approved by: yuri@ (maintainer) (similar patch as for vtk9) |
8.2.0_6 09 Oct 2024 19:43:25
    |
Daniel Engberg (diizzy)  |
math/vtk8: Disable examples
Disable examples as they fail to build with Tiff 4.7.0.
VTK 8 is superseded by VTK 9 (released in 2020), disable
examples as they serve little to no purpose given that
VTK 8 is "legacy".
PR: 281764
Reviewed by: yuri |
8.2.0_5 27 Apr 2024 12:44:59
    |
Tijl Coosemans (tijl)  |
graphics/tiff: Update to 4.6.0
PR: 278577
Exp-run by: antoine |
8.2.0_4 18 Feb 2024 09:29:31
    |
Thierry Thomas (thierry)  |
*/*: bump PORTREVISION after OpenMPI upgrade |
8.2.0_3 18 Feb 2024 09:22:35
    |
Thierry Thomas (thierry)  |
*/*: fix the dependency to net/openmpi4
For ports without USES=mpi:openmpi. For the others, it will be set
automatically. |
8.2.0_3 18 Dec 2023 08:14:42
    |
Yuri Victorovich (yuri)  |
math/vtk8: Update BROKENxx line
The breakage in question was patched everywhere but in 13.
Reported by: fallout |
8.2.0_3 28 Jul 2023 17:13:17
    |
Daniel Engberg (diizzy)  |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
8.2.0_2 09 Jun 2023 22:00:18
    |
Muhammad Moinur Rahman (bofh)  |
math/vtk8: Fix build on 14 with missing perl
Approved by: portmgr (blanket) |
8.2.0_2 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
8.2.0_1 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) |
8.2.0_1 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 ) |
8.2.0_1 26 Jun 2022 16:57:54
    |
Yuri Victorovich (yuri)  |
math/vtk8: Simplify Makefile
Reported by: pkubaj |
8.2.0_1 26 Jun 2022 07:20:16
    |
Yuri Victorovich (yuri)  |
math/vtk8: Broken on 14-CURRENT aarch64
Reported by: fallout |
8.2.0_1 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 |
8.2.0 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
8.2.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
8.2.0 22 Oct 2020 16:04:28
  |
tcberner  |
math/vtk8: fix build against freetype 2.10.4
- similar to the patch applied to print/ghostcript9*
PR: 250375 |
8.2.0 27 Aug 2020 16:23:11
  |
tcberner  |
math/vtk8: fix build on recent current
Obtained
from: https://gitlab.kitware.com/vtk/vtk/-/commit/a9079bdccbb2165583d6773a5ed848427e2a38a8.patch |
8.2.0 05 Jun 2020 16:56:46
  |
lbartoletti  |
math/vtk8: prepare for Qt5.15 (follow-up rP536987)
It seems that I forgot to ship this patch in the last review/commit.
Approved by: tcberner (mentor), adridg
Differential Revision: https://reviews.freebsd.org/D25142 |
8.2.0 29 May 2020 18:36:38
  |
lbartoletti  |
math/vtk8: prepare for Qt5-5.15
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D25047 |
8.2.0 02 May 2020 01:41:13
  |
yuri  |
math/vtk*: Fix CONFLICTS lines |
8.2.0 27 Apr 2020 08:44:45
  |
yuri  |
math/vtk8 and math/vtk9: Remove commented out lines |
8.2.0 26 Apr 2020 22:04:10
  |
yuri  |
math/vtk8: Update 8.1.2 -> 8.2.0
science/liggght is updated 3.8.0 -> 3.8.0-26 because only later revisions
support vtk8-8.2.0
3 dependent ports bumped. |
8.1.2_6 19 Apr 2020 09:49:02
  |
danilo  |
- Update net/openmpi to 4.0.3 (openmpi 1 is deprecated)
- Remove option for net/openmpi2 from science/pnetcdf (net/openmpi2 is
deprecated and will be removed)
- Fix science/gromacs plist when MPI option is enabled
- Bump PORTREVISION for all the consumers of net/openmpi |
8.1.2_5 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 |
8.1.2_5 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. |
8.1.2_5 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 |
8.1.2_4 16 Jan 2019 11:13:45
  |
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
8.1.2_3 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 |
8.1.2_3 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 |
8.1.2_2 06 Dec 2018 07:28:23
  |
yuri  |
math/vtk8: Remove bogus (leftover) QT4 section |
8.1.2_2 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 |
8.1.2_2 23 Nov 2018 05:23:05
  |
yuri  |
math/vtk8: Remove QT4 option
kde4 is set to be deprecated on 2018-12-31 with Qt4 soon to follow.
Therefore, simplify the VTK8 port and remove QT4. |
8.1.2_1 23 Nov 2018 04:39:24
  |
yuri  |
math/vtk8: Remove unnecessary patches |
8.1.2 11 Nov 2018 20:47:40
  |
yuri  |
math/vtk8: Update 8.1.1 -> 8.1.2
Reported by: portscout |
8.1.1_2 04 Nov 2018 08:21:22
  |
yuri  |
math/vtk8: Enable MPI by default
Reason: the upcoming port 'liggghts' expects MPI enabled in vtk. |
8.1.1_1 14 Oct 2018 16:23:10
  |
yuri  |
math/vtk8: Fix build with GCC-based architectures
Add USES=compiler:c++11-lang
Also add USES=gl
PR: 232250
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
8.1.1_1 06 Sep 2018 22:18:27
  |
yuri  |
math/vtk8: Make Qt5 a default option.
Reason: some other ports expect Qt5 option enabled in vtk.
Whilehere, change WWW URL to https. |
8.1.1 15 Jul 2018 07:56:16
  |
yuri  |
math/vtk8: Unbreak: delete pkg-plist because autoplist is in use |
8.1.1 12 Jul 2018 19:03:54
  |
yuri  |
New port: math/vtk8: Visualization toolkit (repocopy of math/vtk6 with
modifications)
Changes against math/vtk6:
* Use DISTVERSION
* Update COMMENT
* Add to USES
* Remove the SHARED option: all libraries should be shared, no need for the
option to do otherwise
* Remove the PYTHON option: python binding should be a separate port
* Modernize the port: use helpers instead of .if/.endif
* Use autoplist: too many files with too complex dependencies on options
* Update USE_QT to include missing parts |