| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
19.0.2+7.1_6 14 Feb 2026 12:29:41 commit hash: e661d7f1b49211daa57680a2bafe1b9ff957fa0b commit hash: e661d7f1b49211daa57680a2bafe1b9ff957fa0b commit hash: e661d7f1b49211daa57680a2bafe1b9ff957fa0b commit hash: e661d7f1b49211daa57680a2bafe1b9ff957fa0b files touched by this commit |
Rene Ladan (rene) search for other commits by this committer |
java/openjdk19: Remove expired port
2026年02月12日 java/openjdk19: No longer supported by upstream |
19.0.2+7.1_6 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> |
19.0.2+7.1_5 12 Jan 2026 13:19:12 commit hash: 12ed3bddb5d5db734a13c748052f66a744022e87 commit hash: 12ed3bddb5d5db734a13c748052f66a744022e87 commit hash: 12ed3bddb5d5db734a13c748052f66a744022e87 commit hash: 12ed3bddb5d5db734a13c748052f66a744022e87 files touched by this commit |
Harald Eilertsen (haraldei) search for other commits by this committer |
java/openjdk19: Bootstrap port from prebuilt package
Change the way the port is bootstrapped, by extracting a prebuild
package to the work dir, instead of installing the previous openjdk
version to the system.
Reviewed by: bofh (mentor)
Approved by: bofh (mentor)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D54608 |
19.0.2+7.1_4 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 |
19.0.2+7.1_3 20 Sep 2025 21:07:44 commit hash: 5a122e76f1906b8086111d3cc5a91cbac2fbfa95 commit hash: 5a122e76f1906b8086111d3cc5a91cbac2fbfa95 commit hash: 5a122e76f1906b8086111d3cc5a91cbac2fbfa95 commit hash: 5a122e76f1906b8086111d3cc5a91cbac2fbfa95 files touched by this commit |
Ronald Klop (ronald) search for other commits by this committer |
java/openjdk19: take MAKE_JOBS_NUMBER into account |
19.0.2+7.1_2 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. |
19.0.2+7.1_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@ |
19.0.2+7.1_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 |
19.0.2+7.1_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 |
19.0.2+7.1_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 |
19.0.2+7.1_1 26 Jan 2024 22:23:12 commit hash: a1f91b22f1fc8ada691c47864c6365731cf8ef86 commit hash: a1f91b22f1fc8ada691c47864c6365731cf8ef86 commit hash: a1f91b22f1fc8ada691c47864c6365731cf8ef86 commit hash: a1f91b22f1fc8ada691c47864c6365731cf8ef86 files touched by this commit |
Michael Osipov (michaelo) search for other commits by this committer Author: Dimitry Andric |
java/openjdk{19,20,21}: fix build with lld 17
Building java/openjdk{19,20,21} with lld 17 results in the following link
errors:
ld: error: version script assignment of 'SUNWprivate_1.1' to symbol
'_ZTVZ21WB_HandshakeWalkStackE16TraceSelfClosure' failed: symbol not defined
ld: error: version script assignment of 'SUNWprivate_1.1' to symbol
'_ZTVZ24WB_HandshakeReadMonitorsE19ReadMonitorsClosure' failed: symbol not
defined
ld: error: version script assignment of 'SUNWprivate_1.1' to symbol
'_ZTVZ26WB_AsyncHandshakeWalkStackE16TraceSelfClosure' failed: symbol not
defined
ld: error: version script assignment of 'SUNWprivate_1.1' to symbol
'_ZTVZL20reinitialize_itablesvE18ReinitTableClosure' failed: symbol not defined
ld: error: version script assignment of 'SUNWprivate_1.1' to symbol
'_ZTVZN12JvmtiEnvBase27check_for_periodic_clean_upEvE28ThreadInsideIterationClosure'
failed: symbol not defined
ld: error: version script assignment of 'SUNWprivate_1.1' to symbol
'_ZTVZN15G1RemSetSummary6updateEvE11CollectData' failed: symbol not defined
ld: error: version script assignment of 'SUNWprivate_1.1' to symbol
'_ZTVZN16SATBMarkQueueSet22set_active_all_threadsEbbE22SetThreadActiveClosure'
failed: symbol not defined
ld: error: version script assignment of 'SUNWprivate_1.1' to symbol
'_ZTVZN16SATBMarkQueueSet23abandon_partial_markingEvE25AbandonThreadQueueClosure'
failed: symbol not defined
ld: error: version script assignment of 'SUNWprivate_1.1' to symbol
'_ZTVZN18G1ConcurrentRefine30get_and_reset_refinement_statsEvE12CollectStats'
failed: symbol not defined
ld: error: version script assignment of 'SUNWprivate_1.1' to symbol
'_ZTVZN19G1DirtyCardQueueSet12abandon_logsEvE23AbandonThreadLogClosure' failed:
symbol not defined
ld: error: version script assignment of 'SUNWprivate_1.1' to symbol
'_ZTVZN19G1DirtyCardQueueSet16concatenate_logsEvE27ConcatenateThreadLogClosure'
failed: symbol not defined(Only the first 15 lines of the commit message are shown above View all of this commit message) |
19.0.2+7.1_1 05 Jan 2024 21:00:56 commit hash: f33e96abc287e3a0edc4bfcbf9f8b9c0cbb93183 commit hash: f33e96abc287e3a0edc4bfcbf9f8b9c0cbb93183 commit hash: f33e96abc287e3a0edc4bfcbf9f8b9c0cbb93183 commit hash: f33e96abc287e3a0edc4bfcbf9f8b9c0cbb93183 files touched by this commit |
Piotr Kubaj (pkubaj) search for other commits by this committer |
java/openjdk19: drop ELFv1 support |
19.0.2+7.1_1 31 Dec 2023 00:37:05 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 files touched by this commit |
Muhammad Moinur Rahman (bofh) search for other commits by this committer |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
19.0.2+7.1_1 07 Aug 2023 22:00:19 commit hash: 15a656ba907277e6e0f1d536297f07dda28940af commit hash: 15a656ba907277e6e0f1d536297f07dda28940af commit hash: 15a656ba907277e6e0f1d536297f07dda28940af commit hash: 15a656ba907277e6e0f1d536297f07dda28940af files touched by this commit |
Muhammad Moinur Rahman (bofh) search for other commits by this committer |
java/openjdk19: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
19.0.2+7.1_1 28 Jul 2023 17:13:17 commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f files touched by this commit |
Daniel Engberg (diizzy) search for other commits by this committer |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
19.0.2+7.1 11 Feb 2023 19:08:28 commit hash: fd7028d74968d3f692fd42e81514d561398aaa02 commit hash: fd7028d74968d3f692fd42e81514d561398aaa02 commit hash: fd7028d74968d3f692fd42e81514d561398aaa02 commit hash: fd7028d74968d3f692fd42e81514d561398aaa02 files touched by this commit |
Greg Lewis (glewis) search for other commits by this committer |
java/openjdk19: Fix the build on aarch64
* Apply a similar patch as was applied to java/openjdk17 |
19.0.2+7.1 26 Jan 2023 06:51:23 commit hash: 8c49e908cf3339870f612b555b6054d10d0e9e7c commit hash: 8c49e908cf3339870f612b555b6054d10d0e9e7c commit hash: 8c49e908cf3339870f612b555b6054d10d0e9e7c commit hash: 8c49e908cf3339870f612b555b6054d10d0e9e7c files touched by this commit |
Greg Lewis (glewis) search for other commits by this committer |
java/openjdk19: Fix the build on x86 |
19.0.2+7.1 25 Jan 2023 01:43:44 commit hash: 357fe86fdda55925e0836c7947a6380d48d609b6 commit hash: 357fe86fdda55925e0836c7947a6380d48d609b6 commit hash: 357fe86fdda55925e0836c7947a6380d48d609b6 commit hash: 357fe86fdda55925e0836c7947a6380d48d609b6 files touched by this commit |
Greg Lewis (glewis) search for other commits by this committer |
java/openjdk19: Fix the build on x86 |
19.0.2+7.1 23 Jan 2023 07:04:28 commit hash: e9904dbfcde88f43fc7d745a54869359815a616f commit hash: e9904dbfcde88f43fc7d745a54869359815a616f commit hash: e9904dbfcde88f43fc7d745a54869359815a616f commit hash: e9904dbfcde88f43fc7d745a54869359815a616f files touched by this commit |
Greg Lewis (glewis) search for other commits by this committer |
java/openjdk19: Update to 19.0.2 |
19.0.1+10.1 21 Dec 2022 17:39:55 commit hash: 8bb268539fa74116e9edd651f84fffbfcf2feaab commit hash: 8bb268539fa74116e9edd651f84fffbfcf2feaab commit hash: 8bb268539fa74116e9edd651f84fffbfcf2feaab commit hash: 8bb268539fa74116e9edd651f84fffbfcf2feaab files touched by this commit |
Piotr Kubaj (pkubaj) search for other commits by this committer |
java/openjdk19: fix build on powerpc64*
Remove the dead code that no longer builds and is not present in the Linux code. |
19.0.1+10.1 30 Oct 2022 18:42:20 commit hash: 4f48011386bbb8ffb1d9b197856a93385f4a9da1 commit hash: 4f48011386bbb8ffb1d9b197856a93385f4a9da1 commit hash: 4f48011386bbb8ffb1d9b197856a93385f4a9da1 commit hash: 4f48011386bbb8ffb1d9b197856a93385f4a9da1 files touched by this commit |
Greg Lewis (glewis) search for other commits by this committer |
java/openjdk19: Add a port of OpenJDK 19 |