aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* java/openjfx14: fix build with non-default CCACHE_DIRBenjamin Takacs2021-12-121-3/+3
| | | | | | | | | | | In the build of openjfx14 CCACHE_DIR gets lost leading to build failures e.g. when building as nobody, so add it into ccwrapper and cxxwrapper. While here remove redundant ${SETENV} in do-build (${_GRADLE_RUN} already contains ${SETENV}) PR: 260215 (cherry picked from commit 4ddd25225aa38b53f02f4e5b95551cc7cd63647c)
* java/bouncycastle15: Install bcutil.jar and bcjmail.jarMateusz Piotrowski2021-11-252-3/+7
| | | | | | | | MFH: 2021Q4 Sponsored by: Modirum MDPay Sponsored by: Klara, Inc. (cherry picked from commit f9cf7de02f43a1f6886645c95d5e231f0e1bbf8a)
* java/bouncycastle15: Simplify install target for ZIPSRCMateusz Piotrowski2021-11-251-7/+7
| | | | | | | | MFH: 2021Q4 Sponsored by: Modirum MDPay Sponsored by: Klara, Inc. (cherry picked from commit 71a10a9b37b953afc3e044f58cd28d6e47de514f)
* java/bouncycastle15: Refresh pkg-descr and update license infoMateusz Piotrowski2021-11-252-23/+11
| | | | | | | | MFH: 2021Q4 Sponsored by: Modirum MDPay Sponsored by: Klara, Inc. (cherry picked from commit e82d4ec5e029a96015ad71df695aab7cc9fdd0f3)
* java/bouncycastle15: Pet portfmt and portclippyMateusz Piotrowski2021-11-251-17/+23
| | | | | | | | MFH: 2021Q4 Sponsored by: Modirum MDPay Sponsored by: Klara, Inc. (cherry picked from commit 374e9ed352b30f0d298ab574bfa6fb32bcc49fb4)
* java/intellij-rubymine: update to 2021.2.3Rene Ladan2021-10-153-8/+8
| | | | | | | Reported by: portscout MFH: 2021Q4 (cherry picked from commit 4422233a5ed6a1ea4d4dd1f242e52a899f10b61b)
* 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
|
* security/bouncycastle15: update to 1.69Kyle Evans2021-08-202-5/+4
| | | | | | | | | | | Changelog: - https://bouncycastle.org/releasenotes.html Security: 89d5bca6-0150-11ec-bf0c-080027eedc6a Security: 70e71a24-0151-11ec-bf0c-080027eedc6a MFH: 2021Q3 Sponsored by: Modirum MDPay Sponsored by: Klara, Inc.
* java/openjdk11: Fix build on aarch64Mikael Urankar2021-08-182-1/+6
| | | | | | | Import upstream patch. PR: 257643 Approved by: portmgr (build fix blanket)
* java/eclipse: fix runtime on powerpc64Piotr Kubaj2021-08-082-0/+9
| | | | | | | Changing "ppc64le" to "ppc64" (or powerpc64) resolves the SIGSEGV issue on big endian but breaks little endian, so replace only on powerpc64. Submitted by: hamiltcl@verizon.net Approved by: jonc@chen.org.nz (maintainer timeout)
* java/openjdk8: fix build on powerpc64*Piotr Kubaj2021-08-041-0/+23
| | | | | | | | | | | /wrkdirs/usr/ports/java/openjdk8/work/jdk8u-jdk8u302-b08.1/hotspot/src/os_cpu/bsd_ppc/vm/thread_bsd_ppc.cpp:45:37: error: use of undeclared identifier 'uc_mcontext' frame ret_frame((intptr_t*)uc->>uc_mcontext.mc_gpr[1/*REG_SP*/], ^ /wrkdirs/usr/ports/java/openjdk8/work/jdk8u-jdk8u302-b08.1/hotspot/src/os_cpu/bsd_ppc/vm/thread_bsd_ppc.cpp:88:18: error: redefinition of 'pd_get_top_frame_for_signal_handler' bool JavaThread::pd_get_top_frame_for_signal_handler(frame* fr_addr, void* ucontext, bool isInJava) { ^ /wrkdirs/usr/ports/java/openjdk8/work/jdk8u-jdk8u302-b08.1/hotspot/src/os_cpu/bsd_ppc/vm/thread_bsd_ppc.cpp:83:18: note: previous definition is here bool JavaThread::pd_get_top_frame_for_signal_handler(frame* fr_addr, void* ucontext, bool isInJava) {
* java/openjdk8: unbreak TEST=on after 4dca33c0a4a3Jan Beich2021-08-011-0/+2
| | | | | | | | | | | | | $ make checksum WITH=TEST ===> License GPLv2 accepted by the user ===> openjdk8-8.302.08.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by openjdk8-8.302.08.1 for building => No SHA256 checksum recorded for jtreg4.1-b08.tar.gz. => No suitable checksum found for jtreg4.1-b08.tar.gz. => SHA256 Checksum OK for battleblow-jdk8u-8.302.08.1-jdk8u302-b08.1_GH0.tar.gz. *** Error code 1 Reported by: Philipp Ost (via ports@ list)
* java/openjdk16: Update to 16.0.2Greg Lewis2021-07-313-33/+5
|
* java/openjdk15: Update to 15.0.4Greg Lewis2021-07-314-57/+5
|
* java/openjdk13: Update to 13.0.8Greg Lewis2021-07-315-73/+6
|
* java/openjdk11: Update to 11.0.12Greg Lewis2021-07-313-29/+6
|
* java/openjdk8: Update to 8u302Greg Lewis2021-07-313-26/+6
|
* java/intellij-rubymine: update to 2021.2Rene Ladan2021-07-274-238/+524
| | | | | | | | | | Changes: https://www.jetbrains.com/ruby/whatsnew/2021-2/ While here: - update the manual page to mention RubyMine instead of IntelliJ IDEA - clean up old fixes no longer needed: - type-ahead timeout exceeded - slow rendering
* java/sigar: the port had been updated and improved (+)Alexey Dokuchaev2021-07-162-23/+22
| | | | | | | | | | | | | | | | - Switch (temporarily?) to somewhat more developed GitHub fork - Add Java 11 support, `do-test' target, and remove GCC dependency - Optimize away PLATFORM_VER variable and just set the LIBNAME (without the suffix to make it more obvious that it's a shared object when we install things, and in the PLIST_FILES) - Utilize BUILD_WRKSRC and introduce INVOKE_ANT variable to reduce the tautology in targets' recipes - When symlinking to ${CC} as local compiler, do not assume it lives as ${LOCALBASE}/bin/${CC} and call `which ${CC}` explicitly - Garbage-collect commented out `post-patch' target while we're here PR: 245867 Submitted by: Angelo Polo
* java/intellij-rubymine: update to 2021.1.3Rene Ladan2021-07-043-5/+5
|
* java/junit: Add NO_ARCHPo-Chuan Hsieh2021-06-301-0/+1
|
* java/hamcrest: Add NO_ARCHPo-Chuan Hsieh2021-06-301-0/+1
|
* java/apache-commons-lang: Add NO_ARCHPo-Chuan Hsieh2021-06-301-0/+1
|
* lang/rust: Rebuild consumers for 1.53.0Tobias Kortkamp2021-06-271-1/+1
|
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-222-2/+2
| | | | | | | | | | 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
* java/java-zoneinfo: Add NO_ARCHPo-Chuan Hsieh2021-06-101-0/+1
| | | | Approved by: portmgr (blanket)
* java/intellij-ultimate: update to 2021.1.2 release.Alex Dupre2021-06-093-11/+8
|
* */*: Replace USE_GCC=any with USE_GCC=yesGerald Pfeifer2021-06-041-1/+1
| | | | | | | | | | | | | | | USE_GCC=any has been equivalent to USE_GCC=yes in most cases (such as i386 and amd64 since 12.x and depending on configuration 11.x, most newer installations on other platforms, and 13.x across the board). Since commit 96c17633d90386b5bcf8 Mk/bsd.gcc.mk is treating them as different spellings of the same, so continue the deorbiting of the USE_GCC=any form and simply replace it with USE_GCC=yes. This should not make any functional difference at all. Discussed with: mat, linimon, pkubaj
* java/intellij-rubymine: update to 2021.1.2Rene Ladan2021-06-023-9/+9
|