aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* java/openjdk15: Update to 15.0.5Greg Lewis2021-11-062-6/+5
|
* java/openjdk13: Update to 13.0.9Greg Lewis2021-11-062-12/+6
|
* java/openjdk8: Update to 8u312Greg Lewis2021-10-313-36/+6
|
* java/java-zoneinfo: Update to 2021eGreg Lewis2021-10-312-4/+4
|
* java/openjdk11: Update to 11.0.13Greg Lewis2021-10-313-15/+8
|
* java/openjdk17: Update to 17.0.1Greg Lewis2021-10-315-53/+7
|
* devel/icu: update to 70.1Jan Beich2021-10-281-1/+1
| | | | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-70-1 Reported by: GitHub (watch releases) PR: 258794 Exp-run by: antoine
* *: Rebuild for Rust 1.56.0Tobias Kortkamp2021-10-251-1/+1
|
* java/junit: Add CPE informationStefan Eßer2021-10-231-0/+3
| | | | Approved by: portmgr (blanket)
* java/intellij: Add CPE informationStefan Eßer2021-10-231-1/+3
| | | | Approved by: portmgr (blanket)
* java/linux-oracle-jre18: Add CPE informationStefan Eßer2021-10-201-1/+2
| | | | Approved by: portmgr (blanket)
* java/linux-oracle-jdk18: Add CPE informationStefan Eßer2021-10-201-1/+2
| | | | Approved by: portmgr (blanket)
* java/intellij-ultimate: Update to 2021.2.3Waitman2021-10-203-18/+20
| | | | | | ChangeLog: https://youtrack.jetbrains.com/articles/IDEA-A-59/IntelliJ-IDEA-2021.2.3-(212.5457.46-build)-Release-Notes PR: 259243
* *: apply refactor.remove-consecutive-empty-linesTobias Kortkamp2021-10-191-1/+0
| | | | Submitted by: portedit
* java/openjdk*: work around UB in markOopDesc, fix builds with clang 13Dimitry Andric2021-10-168-3/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 occuring after the upstream commit https://github.com /llvm/llvm-project/commit/16d03818412 (Return "[CGCall] Annotate this argument with alignment"). What happens afterwards, is that clang considers the "this" pointer to always be aligned to the alignment of the actual object, and then masking or adding a few low bits is not working as expected. The reason openjdk14 and higher work fine with clang 13, and don't crash similarly, is that the OpenJDK people completely redid the markOop/markOopDesc classes in https://github.com/openjdk/jdk/commit/ae5615c6142a4dc0d9033462f4880d7b3c127e26 ("8229258: Rework markOop and markOopDesc into a simpler mark word value carrier"). E.g, the markOopDesc class was renamed to markWord, and *stores* a pointer-like value instead of *being* a pointer-like value. This is a much safer way of handling things. However, this upstream commit is *very* large, as are a few of its follow-ups, which is probably the reason why it has not been backported to JDKs <= 13. I tried manually backporting it, but got lost in many nasty patch conflicts and problems. As a workaround, build openjdk8 through 13 with clang12 from the devel/llvm12 port, for the time being. In addition, allow openjdk14 through 17 to be built with clang 13, by adding -Wno-unused-but-set-parameter to the compilation flags. PR: 258954 Approved by: maintainer timeout (2 weeks) MFH: 2021Q4
* *: fix tab vs. space issues, and comments according to the guide.Jimmy Olgeni2021-10-163-5/+5
|
* java/intellij-rubymine: update to 2021.2.3Rene Ladan2021-10-153-8/+8
| | | | | Reported by: portscout MFH: 2021Q4
* java/apache-commons-discovery: Update MASTER_SITES, deprecate and set ↵Daniel Engberg2021-10-141-1/+4
| | | | | | | | | | | | | expiration date to 2022-03-31 Use a direct URL to Apache's release archive site as it's not mirrored by upstream mirror sites Abandoned upstream, last release in 2006 Reference: https://commons.apache.org/dormant/commons-discovery/ Approved by: olgeni (port maintainer), rene, arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32425
* java/java-zoneinfo: Update to 2021bGreg Lewis2021-10-143-14/+5
|
* java/openjdk7: Update MASTER_SITESDaniel Engberg2021-10-111-1/+1
| | | | | | | | Use a direct URL to Apache's release archive site as it's not mirrored by upstream mirror sites Approved by: glewis (port maintainer), arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32427
* java/apache-commons-dbcp: Update MASTER_SITESDaniel Engberg2021-10-111-1/+1
| | | | | | | | Use a direct URL to Apache's release archive site as it's not mirrored by upstream mirror sites Approved by: ale (port maintainer), arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32426
* java/apache-bcel: Update MASTER_SITESDaniel Engberg2021-10-101-1/+1
| | | | | | | | Use a direct URL to Apache's release archive site as it's not mirrored by upstream mirror sites Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D32386
* java/apache-commons-primitives: Update MASTER_SITES, deprecate and set ↵Daniel Engberg2021-10-101-1/+4
| | | | | | | | | | | | | expiration date to 2022-03-31 Use a direct URL to Apache's release archive site as it's not mirrored by upstream mirror sites Abandoned upstream, last release in 2003 Reference: https://commons.apache.org/dormant/commons-primitives/ Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D32385
* java/openjdk17: Fix libfontmanager linkageGreg Lewis2021-10-102-0/+10
| | | | | | | * Backport the fix from jdk17u so that --with-harfbuzz=system adds -lharfbuzz when linking libfontmanager.so Reported by: barulheira@gmail.com
* java/apache-commons-lang3: Upgrade to 3.12.0Don Lewis2021-10-092-4/+4
| | | | | | This version is present on the Apache mirror sites. MFH: 2021Q4
* java/netbeans: Add CPE informationBernhard Froehlich2021-10-081-1/+3
| | | | Approved by: portmgr (blanket)
* java/openjdk17: Fix build on aarch64.Mikael Urankar2021-10-051-0/+26
| | | | | | Fully initialize FrameForm: Corrects adlc segfault when malloc junk options are set. Approved by: portmgr (build fix blanket)
* java/openjdk17: Remove enable-aot configure argument.Mikael Urankar2021-10-051-3/+0
| | | | | | | | | | The Experimental AOT and JIT Compiler were remove in OpenJDK17: https://openjdk.java.net/jeps/410 Remove this configure argument as it causes build failure on aarch64: configure: error: unrecognized options: --enable-aot Approved by: portmgr (build fix blanket)
* java/openjdk17: enable on powerpc64Piotr Kubaj2021-09-301-5/+2
| | | | While here, sort ONLY_FOR_ARCHS.
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-307-38/+6
| | | | | | | | | | | | | | | | | 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
* java/openjdk17: port to powerpc64lePiotr Kubaj2021-09-292-5/+15
|
* java/openjdk16: Fix build on aarch64.Mikael Urankar2021-09-261-0/+26
| | | | | | Fully initialize FrameForm: Corrects adlc segfault when malloc junk options are set. Approved by: portmgr (build fix blanket)
* java/openjdk17: Add a port of OpenJDK 17Greg Lewis2021-09-2513-0/+491
| | | | | * Add a port of OpenJDK 17 * Restrict to amd64 and aarch64 until more platforms are tested
* *: Rebuild lang/rust consumers after the 1.55.0 updateTobias Kortkamp2021-09-191-1/+1
|
* java/intellij-rubymine: update to 2021.2.2Rene Ladan2021-09-183-5/+11
|
* java/netty: Fix CPE information because current one is deprecatedBernhard Froehlich2021-09-141-1/+0
| | | | Approved by: portmgr (blanket)
* java/openjdk16: Add CPE informationBernhard Froehlich2021-09-111-1/+3
| | | | Approved by: portmgr (blanket)
* java/openjdk14: Add CPE informationBernhard Froehlich2021-09-111-1/+3
| | | | Approved by: portmgr (blanket)
* java/openjdk15: Add CPE informationBernhard Froehlich2021-09-111-1/+3
| | | | Approved by: portmgr (blanket)
* java/openjdk13: Add CPE informationBernhard Froehlich2021-09-111-1/+3
| | | | Approved by: portmgr (blanket)
* java/openjdk12: Add CPE informationBernhard Froehlich2021-09-111-1/+3
| | | | Approved by: portmgr (blanket)
* java/openjdk11: Add CPE informationBernhard Froehlich2021-09-111-1/+3
| | | | Approved by: portmgr (blanket)
* java/openjdk7: Add CPE informationBernhard Froehlich2021-09-111-1/+3
| | | | Approved by: portmgr (blanket)
* java/openjdk8: Add CPE informationBernhard Froehlich2021-09-111-1/+3
| | | | Approved by: portmgr (blanket)
* java/openjdk8: fix runtime issues on powerpc64*Piotr Kubaj2021-09-032-1/+10
| | | | | | Running java or javac executables fails with: Error: dl failure on line 910 Error: failed /usr/local/openjdk8/jre/lib/ppc64le/server/libjvm.so, because /usr/local/openjdk8/jre/lib/ppc64le/server/libjvm.so: Undefined symbol "_ZN5frameC1EPlPh"
* java/openjdk8: Switch to server mode on aarch64Mikael Urankar2021-09-013-5/+7
| | | | | | PR: 257929 Approved by: java (maintainer timeout) Tested by: Ronald Klop <ronald-lists@klop.ws>
* lang/rust: Rebuild consumers for 1.54.0Mikael Urankar2021-08-281-1/+1
|
* java/intellij-rubymine: update to 2021.2.1Rene Ladan2021-08-263-9/+8
| | | | | Changelog: https://youtrack.jetbrains.com/articles/RUBY-A-220364873/RubyMine-2021.2.1-(212.5080.58-build)-Release-Notes Obtained from: upstream notification
* java/apache-commons-pool: update to 2.11.1 release.Alex Dupre2021-08-232-4/+4
|
* java/intellij-ultimate: update to 2021.2 release.Alex Dupre2021-08-233-480/+202
|