make generate-plistDeleted ports which required this port:
Expand this list of 1 deleted portNumber of commits found: 20
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) | ||
| Commit | Credits | Log message |
|---|---|---|
| 14.0.2+12.1_3 24 May 2022 20:09:35 commit hash: c7d1c247d8ea8f87edd6a5012702a3cd10d99d49 commit hash: c7d1c247d8ea8f87edd6a5012702a3cd10d99d49 commit hash: c7d1c247d8ea8f87edd6a5012702a3cd10d99d49 commit hash: c7d1c247d8ea8f87edd6a5012702a3cd10d99d49 files touched by this commit |
Rene Ladan (rene) search for other commits by this committer | cleanup: remove expired versions of OpenJDK (12 through 16) Adjust ports depending on expired versions of OpenJDK: - biology/snpeff: 12+ -> 17+ - devel/RStudio: 12 -> 11 - www/closure-compiler: 13 -> 11+ Allow java/openjdk17 to use java/openjdk17-bootstrap on i386 too, this builds just fine on 13.1-i386 Remove jdk12-doc as it is no longer relevant. Clean up Java version calculations in bsd.java.mk Reviewed by: jwb, java (glewis) Differential Revision: https://reviews.freebsd.org/D35280 |
| 14.0.2+12.1_3 21 Apr 2022 08:24:58 commit hash: fe30b5124c358e4e46df1a3b7649438f137461de commit hash: fe30b5124c358e4e46df1a3b7649438f137461de commit hash: fe30b5124c358e4e46df1a3b7649438f137461de commit hash: fe30b5124c358e4e46df1a3b7649438f137461de files touched by this commit |
Baptiste Daroussin (bapt) search for other commits by this committer | openjdk: mark as deprecated all EOLed version of openjdk The current supported version of openjdk are: 8 (LTS) up to 31 march 2025 11 (LTS) up to 30 september 2026 17 (LTS) up to 20 september 2031 18 up to 30 september 2022 All other version have expired long ago |
| 14.0.2+12.1_3 04 Apr 2022 07:56:40 commit hash: e406118f774154589b91dc8d84f7f0320766d5a4 commit hash: e406118f774154589b91dc8d84f7f0320766d5a4 commit hash: e406118f774154589b91dc8d84f7f0320766d5a4 commit hash: e406118f774154589b91dc8d84f7f0320766d5a4 files touched by this commit |
Dimitry Andric (dim) search for other commits by this committer | java/openjdk13 java/openjdk14 java/openjdk15 java/openjdk16 java/openjdk17 java/openjdk17-jre: fix build with clang 14 During an exp-run for llvm 14 (see bug 261742), it turned out that java/openjdk13 and java/openjdk17 fail to build with clang 14 (but this also affects openjdk14 through 16): === Output from failing command(s) repeated here === * For target hotspot_variant-server_libjvm_objs_serviceThread.o: /wrkdirs/usr/ports/java/openjdk13/work/jdk13u-jdk-13.0.10-5-1/src/hotspot/share/runtime/serviceThread.cpp:133:15: error: use of bitwise '|' with boolean operands [-Werror,-Wbitwise-instead-of-logical] while (((sensors_changed = LowMemoryDetector::has_pending_requests()) | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/java/openjdk13/work/jdk13u-jdk-13.0.10-5-1/src/hotspot/share/runtime/serviceThread.cpp:133:15: note: cast one or both operands to int to silence this warning /wrkdirs/usr/ports/java/openjdk13/work/jdk13u-jdk-13.0.10-5-1/src/hotspot/share/runtime/serviceThread.cpp:133:15: error: use of bitwise '|' with boolean operands [-Werror,-Wbitwise-instead-of-logical] while (((sensors_changed = LowMemoryDetector::has_pending_requests()) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~(Only the first 15 lines of the commit message are shown above View all of this commit message) |
| 14.0.2+12.1_3 16 Oct 2021 12:22:03 commit hash: 3822416493cfbbed8fe7a487391b40bec956d671 commit hash: 3822416493cfbbed8fe7a487391b40bec956d671 commit hash: 3822416493cfbbed8fe7a487391b40bec956d671 commit hash: 3822416493cfbbed8fe7a487391b40bec956d671 files touched by this commit |
Dimitry Andric (dim) search for other commits by this committer | java/openjdk*: work around UB in markOopDesc, fix builds with clang 13 During an exp-run for llvm 13 (see bug 258209), it turned out that java/openjdk11 through openjdk13 fail to build with clang 13: === Output from failing command(s) repeated here === * For target jdk__packages_attribute.done: These crashes are all caused by the markOop/markOopDesc classes, which are used to keep track of objects, and which are 'marked' using the low few bits. (See https://github.com/openjdk/jdk13u/blob/master/src/hotspot/share/oops/markOop.hpp ). After some laborious bisecting, I found out that these crashes start(Only the first 15 lines of the commit message are shown above View all of this commit message) |
| 14.0.2+12.1_2 30 Sep 2021 21:23:30 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 files touched by this commit |
Rene Ladan (rene) search for other commits by this committer | cleanup: drop support for EOL FreeBSD 11.X Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index |
| 14.0.2+12.1_2 11 Sep 2021 11:36:13 commit hash: 8ed7c3f9ea58d8eaa92a6cd681958f11d87fd246 commit hash: 8ed7c3f9ea58d8eaa92a6cd681958f11d87fd246 commit hash: 8ed7c3f9ea58d8eaa92a6cd681958f11d87fd246 commit hash: 8ed7c3f9ea58d8eaa92a6cd681958f11d87fd246 files touched by this commit |
Bernhard Froehlich (decke) search for other commits by this committer | java/openjdk14: Add CPE information Approved by: portmgr (blanket) |
| 14.0.2+12.1_2 29 May 2021 14:08:19 commit hash: fa94e1b861b0ede6c0095e7b5a4c9f3a228fb6a6 commit hash: fa94e1b861b0ede6c0095e7b5a4c9f3a228fb6a6 commit hash: fa94e1b861b0ede6c0095e7b5a4c9f3a228fb6a6 commit hash: fa94e1b861b0ede6c0095e7b5a4c9f3a228fb6a6 files touched by this commit |
Dimitry Andric (dim) search for other commits by this committer | java/openjdk14: fix build with clang 12 During an exp-run for llvm 12 (see bug 255570), it turned out that at least openjdk11 and openjdk12 do not build with clang 12.0.0. The exp-run therefore skipped openjdk14. Building this manually shows that it results in a compile error: gmake[4]: Leaving directory '/wrkdirs/usr/ports/java/openjdk14/work/jdk14u-jdk-14.0.2-12-1/make' /wrkdirs/usr/ports/java/openjdk14/work/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/x86/vm_version_ext_x86.cpp:748:3: error: suspicious concatenation of string literals in an array initialization; did you mean to separate the elements with a comma? [-Werror,-Wstring-concatenation] "", ^ /wrkdirs/usr/ports/java/openjdk14/work/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/x86/vm_version_ext_x86.cpp:747:3: note: place parentheses around the string literal to silence warning "Opteron QC/Phenom" // Barcelona et.al. ^(Only the first 15 lines of the commit message are shown above View all of this commit message) |
| 14.0.2+12.1_2 07 Apr 2021 08:09:01 commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit |
Mathieu Arnold (mat) search for other commits by this committer | One more small cleanup, forgotten yesterday. Reported by: lwhsu |
| 14.0.2+12.1_2 06 Apr 2021 14:31:07 commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit |
Mathieu Arnold (mat) search for other commits by this committer | Remove # $FreeBSD$ from Makefiles. |
| 14.0.2+12.1_2 17 Mar 2021 12:57:12 Revision:568652 Original commit files touched by this commit |
pkubaj search for other commits by this committer | java/openjdk14: enable dtrace on powerpc64 |
| 14.0.2+12.1_1 16 Mar 2021 18:06:56 Revision:568594 Original commit files touched by this commit |
pkubaj search for other commits by this committer | java/openjdk15: fix build on powerpc64le Also cosmetic fixes related to powerpc64* for openjdk 12, 13, 14. |
| 14.0.2+12.1_1 16 Mar 2021 17:13:49 Revision:568588 Original commit files touched by this commit |
pkubaj search for other commits by this committer | java/openjdk14: fix build on powerpc64le Approved by: tier 2 blanket |
| 14.0.2+12.1_1 05 Feb 2021 04:06:54 Revision:564085 Original commit files touched by this commit |
jkim search for other commits by this committer | Fix build with Clang 11. https://github.com/battleblow/jdk14u/commit/11c638e62d57229828810b7fbdd1bb143808d5a3 https://github.com/battleblow/jdk14u/commit/a01e80aa36522ce709ee301afac057f649a1c472 https://github.com/battleblow/jdk14u/commit/0874ad9af5058d3dc9381e7d80745b8a3b1c5b6d PR: 250270 |
| 14.0.2+12.1 24 Jul 2020 17:10:51 Revision:543267 Original commit files touched by this commit |
kevans search for other commits by this committer | Multiple ports: improve regex compliance (part 2) This is again a part of the project to stop extraneous escaping of ordinary characters and redefine some ordinary escapes as special behavior. Most of these ports are pushed over to use textproc/gsed because they want to use GNU extensions. Others are fixed to either escape appropriately (e.g. $$ rather than \$ in Makefiles!) or just remove redundant escapes (e.g. backtick in single quotes doesn't need escaped). PR: 229925 MFH: no (invasive risk) |
| 14.0.2+12.1 16 Jul 2020 07:17:42 Revision:542331 Original commit files touched by this commit |
glewis search for other commits by this committer | Update to 14.0.2 |
| 14.0.1+7.1_1 12 Jul 2020 02:13:27 Revision:542063 Original commit files touched by this commit |
glewis search for other commits by this committer | More accurate vendor information PR: 244634 |
| 14.0.1+7.1_1 11 Jul 2020 18:28:56 Revision:542040 Original commit files touched by this commit |
dmgk search for other commits by this committer | java/openjdk14: Add fontconfig support PR: 247901 Approved by: java (glewis) |
| 14.0.1+7.1 17 Apr 2020 23:41:57 Revision:531985 Original commit files touched by this commit |
glewis search for other commits by this committer | Update to 14.0.1 GA |
| 14+36.1 22 Mar 2020 20:32:24 Revision:528938 Original commit files touched by this commit |
glewis search for other commits by this committer | Fix build for aarch64 Submitted by: Klaus Kuchemann <maciphone2@googlemail.com> |
| 14+36.1 18 Mar 2020 03:33:51 Revision:528626 Original commit files touched by this commit |
glewis search for other commits by this committer | Add a port of OpenJDK 14 |
Number of commits found: 20
| Login |
|---|
| User Login Create account |
Servers and bandwidth provided by
New York Internet, iXsystems, and RootBSD
| This site |
|---|
|
What is FreshPorts? About the authors Issues FAQ How big is it? Security Policy Privacy Blog Contact |
| Search |
|---|
|
more... |
| Latest Vulnerabilities |
|---|
|
electron42 Sep 03
libnjs Sep 03
nginx-full Sep 03
nginx-module-njs Sep 03
njs Sep 03
chromium Sep 02
jenkins Sep 02
jenkins-lts Sep 02
py-dj60-strawberry-graphql Sep 02
py-strawberry-graphql Sep 02
ungoogled-chromium Sep 02
erlang Sep 01
erlang Sep 01
erlang-runtime27 Sep 01
erlang-runtime27 Sep 01
30 vulnerabilities affecting 415 ports have been reported in the past 14 days |
|
* - modified, not new Last processed: |
| Ports |
|---|
|
Home Categories Deleted ports Sanity Test Failures Newsfeeds |
| Statistics |
|---|
|
Graphs NEW Graphs (Javascript) Calculated hourly: Port count 35095
Broken 77
Deprecated 327
Ignore 190
No CDROM 1
Vulnerable 44
Expired 16
Set to expire 250
new 7 days 31
new month 190
|