Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.6_6 08 Oct 2023 11:32:12 |
Rene Ladan (rene) |
devel/godot2: Remove expired port
2023-07-08 devel/godot2: Requires legacy OpenSSL 1.1.1 so use devel/godot |
2.1.6_6 07 Aug 2023 16:34:07 |
Gleb Popov (arrowd) |
audio/pulseaudio: Update to 16.1
Bump PORTREVISION on consumers.
Sponsored by: Serenity Cybersecurity, LLC
PR: 262713 |
2.1.6_5 06 Aug 2023 18:30:37 |
Muhammad Moinur Rahman (bofh) |
devel/godot2: Fix build with llvm16 and openssl3
- Refresh patches
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
2.1.6_5 08 Jun 2023 15:30:52 |
Muhammad Moinur Rahman (bofh) |
devel/godot2{-tools}: Mark BROKEN_SSL
- Fails to build with OpenSSL 3 and later
- Mark DEPRECATED as there is a more recent version available in the
tree at devel/godot
- Set EXPIRATION_DATE to 2023-07-08
Approved by: portmgr (blanket) |
2.1.6_5 11 Feb 2023 08:46:45 |
Jan Beich (jbeich) |
multimedia/libvpx: update 1.13.0
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.12.0..v1.13.0
Reported by: portscout |
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) |
2.1.6_4 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 ) |
2.1.6_4 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.1.6_4 14 Oct 2021 21:30:17 |
Stefan Eßer (se) |
devel/godot2: Add CPE information
Approved by: portmgr (blanket) |
2.1.6_4 09 Oct 2021 00:45:18 |
Jan Beich (jbeich) |
multimedia/libvpx: update 1.11.0
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.10.0..v1.11.0
Reported by: portscout, Repology |
2.1.6_3 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 |
2.1.6_2 15 Jun 2021 15:17:41 |
Kevin Bowling (kbowling) Author: Shane |
devel/godot2: disable internal libs
Disable use of internal png, freetype and zlib.
This matches ports for godot v3 and fixes build on powerpc64le.
PR: 254867
Approved by: maintainer
MFH: 2021Q2 |
2.1.6_1 12 Apr 2021 19:30:43 |
Piotr Kubaj (pkubaj) |
devel/godot2: bump PORTREVISION |
2.1.6 12 Apr 2021 19:28:38 |
Piotr Kubaj (pkubaj) |
devel/godot2: stop using builtin libpng
platform/x11/detect.py actually forces builtin libpng if builtin freetype or
zlib is used.
Use the system ones.
This also fixes build on powerpc64le, since builtin libpng is not built with
VSX.
PR: 254703
Approved by: FreeBSD@ShaneWare.Biz (maintainer) |
2.1.6 12 Apr 2021 13:20:25 |
Dmitry Marakasov (amdmi3) |
devel/godot2: remove dependency on python2, undeprecate consumer ports |
2.1.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1.6 01 Jan 2021 10:11:35 |
antoine |
Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed
With hat: portmgr |
2.1.6 01 Jan 2021 00:57:24 |
rene |
Remove most expired ports that depend on Python 2.7:
Exceptions are:
- mail/mailman, our listservers still use it
- www/chromium, solely because of popular demand,
upstream is (slowly) working on porting it to Python 3
- ports that have actual patches for Python 3 against
them (Cinnamon and a few unrelated other ports)
- llvm70 and qt5-webengine because they seem to have a lot
of dependencies which need further analysis
- sysutils/uefi-edk2-bhyve because bhyve seems to use them
- python2 and python27 themselves
I'm sure there will be complaints, but the nice thing about
a version control system is that we can revert and adjust things. (Only the first 15 lines of the commit message are shown above ) |
2.1.6 17 Dec 2020 13:12:07 |
fernape |
devel/godot2 fix build on current
Disable use of CRIOGET by adding the CXXFLAG -DCRIOGET_NOT_NEEDED
PR: 251853
Submitted by: FreeBSD@ShaneWare.Biz (maintainer) |
2.1.6 25 May 2020 18:33:44 |
sunpoet |
Update USES=scons to specify scons of Python 2
- While I'm here, convert emulators/gem5 and games/marsnomercy to USES=scons |
2.1.6 22 Jan 2020 18:48:12 |
tcberner |
devel/godot2: Update to 2.1.6
PR: 243498
Submitted by: Shane <FreeBSD@ShaneWare.Biz> (maintainer) |
2.1.5_3 04 Nov 2019 22:20:31 |
zeising |
Add USES=xorg USES=gl, ports categories d
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'd'. |
2.1.5_3 29 Jul 2019 19:35:53 |
jbeich |
devel/godot2: vendor still uses yes/no rather than True/False
As r507587 built fine and verbosely this change is cosmetic. |
2.1.5_3 29 Jul 2019 19:24:15 |
jbeich |
devel/godot: enforce verbose build after r421635
Command-line arguments provide a clue when debugging non-x86 bustage.
Approved by: portmgr blanket |
2.1.5_3 29 Jul 2019 15:10:19 |
jbeich |
devel/godot: drop non-x86 workaround after r464715/r480149 |
2.1.5_2 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 |
2.1.5_1 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 |
2.1.5 20 Sep 2018 00:57:43 |
swills |
devel/godot2: update to 2.1.5
PR: 231316
Submitted by: Shane <FreeBSD@ShaneWare.Biz> (maintainer) |
2.1.4_2 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
2.1.4_1 23 Jun 2018 21:18:26 |
amdmi3 |
- Fix conflicts for some system libraries due to incorrect include path order
- Pet portlint
- Fix openssl detection
PR: 228764
Submitted by: FreeBSD@ShaneWare.Biz (maintainer) |
2.1.4 16 Mar 2018 17:27:58 |
amdmi3 |
- Rename godot, godot-tools to godot2, godot2-tools in preparation for godot 3
- Fix godot consumers to use godot2
PR: 224604
Submitted by: FreeBSD@ShaneWare.Biz (maintainer) |