freshports.org

Commit History - (may be incomplete: for full details, see links to repositories near top of page) CommitCreditsLog message 2.5.1.p2_3
20 Oct 2025 11:48:39
commit hash: 67fb95fb3bd5e61957877f5ac31cd790bff786b5commit hash: 67fb95fb3bd5e61957877f5ac31cd790bff786b5commit hash: 67fb95fb3bd5e61957877f5ac31cd790bff786b5commit hash: 67fb95fb3bd5e61957877f5ac31cd790bff786b5 files touched by this commit Dima Panov (fluffy) search for other commits by this committer
devel/boost: bump consumers after boost upgrade (+)
Get rid of direct dependency ob libbost_system.so, use libboost_thread.so
instead
2.5.1.p2_2
02 Jun 2025 00:40:43
commit hash: 18632db919ce49d62374e1020f0320153951f834commit hash: 18632db919ce49d62374e1020f0320153951f834commit hash: 18632db919ce49d62374e1020f0320153951f834commit hash: 18632db919ce49d62374e1020f0320153951f834 files touched by this commit Dima Panov (fluffy) search for other commits by this committer
devel/boost: bump consumers after Boost update
2.5.1.p2_1
14 Feb 2025 03:17:22
commit hash: fa53920e7219d4246816f65034ad058e81de3353commit hash: fa53920e7219d4246816f65034ad058e81de3353commit hash: fa53920e7219d4246816f65034ad058e81de3353commit hash: fa53920e7219d4246816f65034ad058e81de3353 files touched by this commit Dima Panov (fluffy) search for other commits by this committer
devel/boost: bump consumers after Boost-1.87 update
Sponsored by:	Future Crew, LLC
2.5.1.p2
23 Dec 2024 21:09:11
commit hash: a1a4fb049780b42fa6f12c044e63b34418875a59commit hash: a1a4fb049780b42fa6f12c044e63b34418875a59commit hash: a1a4fb049780b42fa6f12c044e63b34418875a59commit hash: a1a4fb049780b42fa6f12c044e63b34418875a59 files touched by this commit Vladimir Druzenko (vvd) search for other commits by this committer
Author: Martin Filla
graphics/natron: Change to correct website and description
PR:	283510
2.5.1.p2
22 Dec 2024 18:05:27
commit hash: 07270c2f715607adf7fec5b4a2bd0625a16586a3commit hash: 07270c2f715607adf7fec5b4a2bd0625a16586a3commit hash: 07270c2f715607adf7fec5b4a2bd0625a16586a3commit hash: 07270c2f715607adf7fec5b4a2bd0625a16586a3 files touched by this commit Vladimir Druzenko (vvd) search for other commits by this committer
Author: Martin Filla
graphics/natron: New port: Video compositing software
Natron is a free, open-source (GPLv2 license) video compositor, similar
in functionality to Adobe After Effects, Foundry's Nuke, or Blackmagic
Fusion.
https://github.com/NatronGitHub/Natron
https://www.natron.fr
PR:	282802
2.3.14_5
16 Mar 2019 21:55:51
Revision:495967Original commit files touched by this commit tcberner search for other commits by this committer
Qt4 deprecation: Remove Qt4 and its consumes.
2019-03-15 accessibility/qt4-accessible: Qt4 has been EOL since december 2015
2019-03-15 astro/qlandkartegt: Qt4 has been EOL since december 2015
2019-03-15 astro/stellarium-qt4: Qt4 has been EOL since december 2015
2019-03-15 astro/xglobe: Qt4 has been EOL since december 2015
2019-03-15 audio/acoustid-fingerprinter: Qt4 has been EOL since december 2015
2019-03-15 audio/cueplayer: Qt4 has been EOL since december 2015
2019-03-15 audio/esperanza: Qt4 has been EOL since december 2015
2019-03-15 audio/lastfm-desktop: Qt4 has been EOL since december 2015
2019-03-15 audio/minitunes: Qt4 has been EOL since december 2015
2019-03-15 audio/mixxx20: Qt4 has been EOL since december 2015
2019-03-15 audio/mumble: Qt4 has been EOL since december 2015
2019-03-15 audio/murmur: Qt4 has been EOL since december 2015
2019-03-15 audio/puddletag: Qt4 has been EOL since december 2015
(Only the first 15 lines of the commit message are shown above View all of this commit message) 2.3.14_5
16 Jan 2019 11:13:45
Revision:490472Original commit files touched by this commit tijl search for other commits by this committer
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 View all of this commit message) 2.3.14_4
12 Dec 2018 00:15:50
Revision:487266Original commit files touched by this commit jbeich search for other commits by this committer
devel/boost-*: update to 1.69.0
Changes:	http://www.boost.org/users/history/version_1_69_0.html
PR:		232525
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17645
2.3.14_3
02 Dec 2018 15:41:48
Revision:486467Original commit files touched by this commit rene search for other commits by this committer
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
2.3.14_3
06 Nov 2018 01:50:27
Revision:484273Original commit files touched by this commit jbeich search for other commits by this committer
multimedia/ffmpeg: update to 4.1
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
2.3.14_2
11 Sep 2018 18:34:28
Revision:479538Original commit files touched by this commit zeising search for other commits by this committer
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG.  Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR:		230909
Reviewed by:	eadler
Approved by:	portmgr (antoine)
Obtained
from:	https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run:	antoine
Differential Revision:	https://reviews.freebsd.org/D16906
2.3.14_1
09 Aug 2018 06:58:31
Revision:476723Original commit files touched by this commit jbeich search for other commits by this committer
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
2.3.14
06 Aug 2018 13:03:29
Revision:476513Original commit files touched by this commit olivier search for other commits by this committer
Update to 2.3.14
2.3.13
13 Jul 2018 06:55:33
Revision:474555Original commit files touched by this commit mat search for other commits by this committer
Remove dependencies on lang/python.
Fix where appropriate.
Sponsored by:	Absolight
2.3.13
01 Jul 2018 12:09:07
Revision:473669Original commit files touched by this commit olivier search for other commits by this committer
Update to 2.3.13
2.3.12
28 Jun 2018 17:39:55
Revision:473503Original commit files touched by this commit 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
2.3.12
06 Jun 2018 18:40:18
Revision:471874Original commit files touched by this commit olivier search for other commits by this committer
Update to 2.3.12
2.3.4_1
02 May 2018 15:07:27
Revision:468844Original commit files touched by this commit jbeich search for other commits by this committer
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		227726
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15175
2.3.4
02 May 2018 00:07:48
Revision:468806Original commit files touched by this commit olivier search for other commits by this committer
New port: graphics/natron
Natron is a node-graph based video compositing software. Similar in
functionalities to Adobe After Effects and Foundry Nuke.

Read the original on freshports.org ↗