| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
22.0.2+9.1_3 12 Apr 2026 20:18:07 commit hash: cf689b5bfea2f476ddff46bf6c5f7556922f53ce commit hash: cf689b5bfea2f476ddff46bf6c5f7556922f53ce commit hash: cf689b5bfea2f476ddff46bf6c5f7556922f53ce commit hash: cf689b5bfea2f476ddff46bf6c5f7556922f53ce files touched by this commit |
Rene Ladan (rene) search for other commits by this committer |
java/openjdk22: Remove expired port
2026年04月12日 java/openjdk22: No longer supported by upstream |
22.0.2+9.1_3 23 Feb 2026 14:23:56 commit hash: 8de6fe603338d529fb9ef6c744a5a676370de59b commit hash: 8de6fe603338d529fb9ef6c744a5a676370de59b commit hash: 8de6fe603338d529fb9ef6c744a5a676370de59b commit hash: 8de6fe603338d529fb9ef6c744a5a676370de59b files touched by this commit |
Harald Eilertsen (haraldei) search for other commits by this committer |
java/openjdk21-25: Bootstrap from prebuilt packages
Completes the transition to using prebuilt packages to bootstrap OpenJDK
ports.
PR: 289731
Reviewed by: jrm, fuz (mentor)
Approved by: fuz (mentor)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D54731 |
22.0.2+9.1_3 03 Feb 2026 05:13:43 commit hash: 2adc4bef7df69089f28bd4525c58238aebc4a34d commit hash: 2adc4bef7df69089f28bd4525c58238aebc4a34d commit hash: 2adc4bef7df69089f28bd4525c58238aebc4a34d commit hash: 2adc4bef7df69089f28bd4525c58238aebc4a34d files touched by this commit |
Po-Chuan Hsieh (sunpoet) search for other commits by this committer |
graphics/lcms2: Bump PORTREVISION of dependent ports for shlib change
PR: 292881
Reported by: Petr Lampa <lampa@fit.vutbr.cz> |
22.0.2+9.1_2 12 Dec 2025 12:00:52 commit hash: 6a245515c7c2048e25413bd31d15e06a96319c8f commit hash: 6a245515c7c2048e25413bd31d15e06a96319c8f commit hash: 6a245515c7c2048e25413bd31d15e06a96319c8f commit hash: 6a245515c7c2048e25413bd31d15e06a96319c8f files touched by this commit |
Harald Eilertsen (haraldei) search for other commits by this committer |
java/openjdk*: Deprecate unmaintained versions
Mark OpenJDK versions no longer maintained by upstream as deprecated,
and for future removal. Keeping LTS versions, as well as the actively
maintained latest versions in the tree.
Reviewed by: bofh (mentor), jrm
Approved by: bofh (mentor)
MFH: 2025Q4
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D54176 |
22.0.2+9.1_1 23 Sep 2025 10:31:02 commit hash: 2f1a4a07f6e97cfeded70c1ddcaf24831972b861 commit hash: 2f1a4a07f6e97cfeded70c1ddcaf24831972b861 commit hash: 2f1a4a07f6e97cfeded70c1ddcaf24831972b861 commit hash: 2f1a4a07f6e97cfeded70c1ddcaf24831972b861 files touched by this commit |
Ronald Klop (ronald) search for other commits by this committer |
java/openjdk22: pass MAKE_JOBS_NUMBER around
Be more verbose during the build to prevent output timeout.
For rationale of this change see the commits in java/openjdk17 of the
last two weeks. |
22.0.2+9.1_1 27 Jun 2025 15:14:08 commit hash: 3a407ba074c037ab429e357307016648b4d5ed33 commit hash: 3a407ba074c037ab429e357307016648b4d5ed33 commit hash: 3a407ba074c037ab429e357307016648b4d5ed33 commit hash: 3a407ba074c037ab429e357307016648b4d5ed33 files touched by this commit |
Baptiste Daroussin (bapt) search for other commits by this committer |
openjdk: remove need for fdescfs(5) and probably procfs(5)
Implement getCommittedVirtualMemorySize() directly using sysctl
kern.proc.vmmap
Implement getOpenFileDescriptorCount() directly using sysctl
kern.proc.nfds
Note on openjdk17 use closefrom where possible (note this use case is
only in openjdk 17, 21, 23 and 24)
Remove the message about the use of fdescfs(5) as this is not needed
for sure, keep the information about procfs(5) as I have not analysed
enough the source code to make sure it is not used anywhere else, but
I don't think it is. |
22.0.2+9.1 29 May 2025 16:51:09 commit hash: 5769468b4ba38b5d24dcba7aaa0b0131cc5d10d6 commit hash: 5769468b4ba38b5d24dcba7aaa0b0131cc5d10d6 commit hash: 5769468b4ba38b5d24dcba7aaa0b0131cc5d10d6 commit hash: 5769468b4ba38b5d24dcba7aaa0b0131cc5d10d6 files touched by this commit |
Ronald Klop (ronald) search for other commits by this committer |
java/openjdk18-24: fix printf in configure output
Printf was confused because the argument was used as format string
and contained a %.
The issue is only cosmetical so not bumping port revision.
It is mentioned in the PR that an upstream fix is in openjdk25.
PR: 287053
Approved by: java@ |
22.0.2+9.1 06 Jan 2025 14:16:58 commit hash: 2cf6bc1add649b35668b449ab35fb04ed0a6d263 commit hash: 2cf6bc1add649b35668b449ab35fb04ed0a6d263 commit hash: 2cf6bc1add649b35668b449ab35fb04ed0a6d263 commit hash: 2cf6bc1add649b35668b449ab35fb04ed0a6d263 files touched by this commit |
Xavier Beaudouin (kiwi) search for other commits by this committer |
java/openjdk*: Update pkg-message information about fdescfs and procfs
OpenJDK installation inform that fdescfs(5) and procfs(5) should be
mounted when using OpenJDK.
After doing some test and some traces, it seems that this should be
no so usefull, some applications will require it, but most of java
applications doesn't seems to suffer to work or performance when
such pseudo FS is not mounted.
So this change request permit to let local administrator to decide if
it is really needed or not.
Sponsored by: Entersekt (previously Modirum MDpay)
Sponsored by: Klara Inc.
Approved by: 0mp (mentor)
PR: 283364 |
22.0.2+9.1 15 Sep 2024 11:36:13 commit hash: 3378cc494de65725a36e8ff5aaa205273521ba52 commit hash: 3378cc494de65725a36e8ff5aaa205273521ba52 commit hash: 3378cc494de65725a36e8ff5aaa205273521ba52 commit hash: 3378cc494de65725a36e8ff5aaa205273521ba52 files touched by this commit |
Dimitry Andric (dim) search for other commits by this committer |
java/openjdk8 java/openjdk11 java/openjdk17 java/openjdk18 java/openjdk19
java/openjdk20 java/openjdk21 java/openjdk22: disable warnings as errors
Generally disable warnings-as-errors for all openjdk ports, removing all
the conditionals we have now for particular architectures and/or
compilers. It does not make sense to have this on by default, unless you
are an upstream maintainer.
PR: 281188
Approved by: maintainer timeout (2 weeks)
MFH: 2024Q3 |
22.0.2+9.1 28 Jul 2024 06:08:33 commit hash: 274bbd72a971381b75e46e682ca3fea7a7b8fc0d commit hash: 274bbd72a971381b75e46e682ca3fea7a7b8fc0d commit hash: 274bbd72a971381b75e46e682ca3fea7a7b8fc0d commit hash: 274bbd72a971381b75e46e682ca3fea7a7b8fc0d files touched by this commit |
Greg Lewis (glewis) search for other commits by this committer |
java/openjdk22: Update to 22.0.2 |
22+36.1 01 Jul 2024 20:27:23 commit hash: 19d68720f1dac6176557ffa8d9c1684c4cf22608 commit hash: 19d68720f1dac6176557ffa8d9c1684c4cf22608 commit hash: 19d68720f1dac6176557ffa8d9c1684c4cf22608 commit hash: 19d68720f1dac6176557ffa8d9c1684c4cf22608 files touched by this commit |
Rene Ladan (rene) search for other commits by this committer |
all: drop support for FreeBSD 13.2 which reached EOL today
Thanks again to jbeich for noticing various things I overlooked.
Reviewed by: acm, ashish, eduardo, ehaupt, eugen, jbeich, martymac, mat,
nobukata, sunpoet, tagattie, yuri, arrowd, kde
Differential Revision: https://reviews.freebsd.org/D45141 |
22+36.1 11 Apr 2024 22:40:49 commit hash: 36ac8327c05281fb00a570b9b5141ce7e85792ff commit hash: 36ac8327c05281fb00a570b9b5141ce7e85792ff commit hash: 36ac8327c05281fb00a570b9b5141ce7e85792ff commit hash: 36ac8327c05281fb00a570b9b5141ce7e85792ff files touched by this commit |
Piotr Kubaj (pkubaj) search for other commits by this committer |
java/openjdk22: fix build on powerpc64*
Error: failed
/wrkdirs/usr/ports/java/openjdk22/work/jdk22-jdk-22-36-1/build/bsd-ppc64le-server-release/jdk/lib/server/libjvm.so,
because
/wrkdirs/usr/ports/java/openjdk22/work/jdk22-jdk-22-36-1/build/bsd-ppc64le-server-release/jdk/lib/server/libjvm.so:
Undefined symbol "_ZN2os27current_stack_base_and_sizeEPPhPm" |
22+36.1 03 Mar 2024 00:46:04 commit hash: 87b8f9783f39171eddf816e4b4e1b38491a7cccd commit hash: 87b8f9783f39171eddf816e4b4e1b38491a7cccd commit hash: 87b8f9783f39171eddf816e4b4e1b38491a7cccd commit hash: 87b8f9783f39171eddf816e4b4e1b38491a7cccd files touched by this commit |
Greg Lewis (glewis) search for other commits by this committer |
java/openjdk22: Add a port of JDK 22 |