IABSD.fr/ports/java

Branch :


Log

Author Commit Date CI Message
7105c9e9 2026-02-25 22:19:58 Update to 9.3.1. From Mikolaj Kucharski.
166256b4 2026-01-23 18:16:12 Update to 5.18.1 + fixes: * Dont install javadocs * This works with jdk-11+ * Set property for release build * Correctly build and install jna-platform*.jar * Setup aarch64 and sparc64 with placeholder jars and adjust build.xml to use them. This future proofs this should upstream distribute them with the source. * Remove unneeded pre-configure step ok kirill@
7fbedba5 2025-12-30 13:07:25 Run with jdk 11+. ok op@
d8444654 2025-12-23 00:42:47 Update to 3.6.3 and use jdk 11 to build * fix misspelled directory name * clean up patches * intentionally remove jdk RUN_DEPENDS, applications that use this will have a RUN_DEPENDS on a jdk ok sthen@ pascal@ ian@
e3d2d4cd 2025-12-04 07:48:02 Make this work with gcc15 Remove base-gcc from COMPILER, replace the CXXFLAGS_base-clang with CXXFLAGS so that the right -std=c++XY is passed to the compiler since in most cases the c++ needs to be downgraded to make the code compile. OK sthen@ tb@
5e68b8e7 2025-10-06 12:38:25 Add support for jdk-25. okay sthen@
4efba5e0 2025-09-08 21:27:13 java/gradle: update to 8.14.3 OK: sthen@, ian@, maintainer timeout
09e3afc6 2025-07-31 15:45:42 switch jBCrypt to MODJAVA_VER=11+
9b590be1 2024-12-13 00:10:50 jdk-11.0.25 has newer jquery etc); regen plist
fdbddea8 2023-12-28 16:41:33 jlint: avoid name collision with drem(3) Newer libcxx pulls in math.h, causing a name collision. Following FreeBSD move the local symbol to Jdrem. Either this works or no one is using this port, probably both. With the help of kurt