summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* java/intellij-fsnotifier: Update to 20230112Erik Jensen2023-07-253-18/+23
| | | | | | | | | | | | | ChangeLog: https://gitlab.com/worthwhileit/bsd/fsnotifier "Adaptation of JetBrains' fsNotifier (https://github.com/JetBrains/intellij-community/tree/master/native/fsNotifier/linux) to work on FreeBSD, largely inspired by the modifications made by the user t6 at the (now 404'd) GitHub repository (https://github.com/t6/fsnotifier) by the name of fsnotifier." PR: 272703 Reported by: erik@tenku.dk (maintainer)
* java/sablevm-classpath: Fix build with llvm16Muhammad Moinur Rahman2023-07-241-29/+21
| | | | | | | | - Utilize USES=localbase - COnvert to OPTIONSNG - Pet portclippy Sponsored by: The FreeBSD Foundation
* java/jlint: Fix build with llvm16Muhammad Moinur Rahman2023-07-231-0/+1
| | | | | | - Pet portclippy Sponsored by: The FreeBSD Foundation
* java/openjdk17: Update to 17.0.8Greg Lewis2023-07-222-4/+4
|
* java/openjdk11: Update to 11.0.20Greg Lewis2023-07-222-5/+5
|
* java/openjdk8: Update to 8u382Greg Lewis2023-07-222-6/+5
|
* lang/rust: Bump revisions after 1.71.0Mikael Urankar2023-07-171-1/+1
| | | | PR: 272449
* java/eclipse-pydev: update to 10.2.1Michael Zhilin2023-07-033-4293/+4295
| | | | Changelog: https://www.pydev.org/history_pydev.html#release-10-2-1-2023-07-02
* all: remove explicit versions in USES=python for "3.x+"Rene Ladan2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | The logic in USES=python will automatically convert this to 3.8+ by itself. Adjust two ports that only had Python 3.7 mentioned but build fine on Python 3.8 too. finance/quickfix: mark BROKEN with PYTHON libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found ^~~~~~~~~~ 1 warning and 1 error generated. Reviewed by: portmgr, vishwin, yuri Differential Revision: <https://reviews.freebsd.org/D40568>
* java/jikes: Fix build with llvm16Muhammad Moinur Rahman2023-06-251-4/+9
| | | | | | - Pet portclippy Sponsored by: The FreeBSD Foundation
* java/openjfx14: Fix build with llvm16Muhammad Moinur Rahman2023-06-251-0/+6
| | | | Sponsored by: The FreeBSD Foundation
* java/apache-commons-codec: update to 1.16.0 releaseAlex Dupre2023-06-232-4/+4
|
* java/netty: Fix buils with llvm15Muhammad Moinur Rahman2023-06-121-0/+7
| | | | | | - OPTOINIZE DOCS install Approved by: portmgr (blanket)
* lang/rust: Bump revisions after 1.70.0Mikael Urankar2023-06-091-1/+1
| | | | PR: 271797
* java/openjdk17: Update to 17.0.7Greg Lewis2023-04-293-16/+5
|
* java/openjdk11: Update to 11.0.19Greg Lewis2023-04-293-16/+5
|
* java/openjdk8: fix build with clang 16Dimitry Andric2023-04-291-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since clang 16 (and gcc 11) the default C++ standard is now gnu++17. Because java/openjdk8's build infrastructure does not explicitly set its C++ standard, this leads to several errors: /wrkdirs/usr/ports/java/openjdk8/work/jdk8u-jdk8u362-b09.1/hotspot/src/share/vm/adlc/arena.cpp:82:3: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register Chunk *k = _first; ^~~~~~~~~ /wrkdirs/usr/ports/java/openjdk8/work/jdk8u-jdk8u362-b09.1/hotspot/src/share/vm/adlc/arena.cpp:96:3: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register Chunk *k = _chunk; // Get filled-up chunk address ^~~~~~~~~ 2 errors generated. /wrkdirs/usr/ports/java/openjdk8/work/jdk8u-jdk8u362-b09.1/hotspot/src/share/vm/adlc/adlparse.cpp:4567:3: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register char c; ^~~~~~~~~ /wrkdirs/usr/ports/java/openjdk8/work/jdk8u-jdk8u362-b09.1/hotspot/src/share/vm/adlc/adlparse.cpp:4765:3: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register char c; ^~~~~~~~~ For newer versions of OpenJDK this has been fixed by removing the 'register' keyword, but upstream has not yet backported it to OpenJDK 8. To work around the errors, define the register keyword away using a command line flag. PR: 271080 Approved by: glewis (maintainer) MFH: 2023Q2
* java/openjdk8: Update to 8u372Greg Lewis2023-04-294-28/+5
|
* */*: Bump all users of multimedia/ffmpeg*Daniel Engberg2023-04-271-1/+1
| | | | ...to make sure all picks up new version(s)
* java/openjfx14: Move to FFmpeg 4Daniel Engberg2023-04-272-1/+41
| | | | | | | | | Fails to build with FFmpeg 6 PR: 261302 Reported by: antoine (via exp-run) Approved by: portmgr (blanket, build fix) Sponsored by: Blinkinblox
* audio/opus: bump consumers after update to 1.4Christian Weisgerber2023-04-252-1/+2
|
* lang/rust: Bump revisions after 1.69.0Mikael Urankar2023-04-231-1/+1
| | | | PR: 270953
* java/netbeans: Update to 17.Koop Mast2023-04-233-30/+42
| | | | Changelog: https://github.com/apache/netbeans/releases/tag/17
* *: Bump PORTREVISIONs for math/mpc update to 1.3.1Gerald Pfeifer2023-04-231-1/+1
|
* java/eclipse: return to pool as per maintainer's requestKoichiro Iwao2023-04-181-1/+1
| | | | PR: 270885
* java/openjdk17: Fix use of printf (causes build failures for poudriere)Greg Lewis2023-04-161-0/+11
| | | | | PR: 267690 Obtained from: Michael Osipov <michael.osipov@siemens.com>
* java/openjdk11: Fix use of printf (causes build failures for poudriere)Greg Lewis2023-04-161-0/+11
| | | | | PR: 267690 Obtained from: Michael Osipov <michael.osipov@siemens.com>
* java/openjdk8: Fix use of printf (causes build failures for poudriere)Greg Lewis2023-04-162-0/+22
| | | | | PR: 267690 Obtained from: Michael Osipov <michael.osipov@siemens.com>
* java/openjdk11: add new CUPS port optionEugene Grosbein2023-04-152-2/+15
| | | | | | | | | | | | | | | | | | | | | UniFi controller is headless Java application that requires OpenJDK that depends on full CUPS port. In fact, the latter originally required cups-client port only that was later removed and merged to full cups port, so openjdk11 now requires full CUPS. However, OpenJDK really needs only some header files out of CUPS distribution and officially supports building --with-cups-include instead of --with-cups. This change introduces new CUPS port option to java/openjdk11 that defaults to ON to preserve current behaviour. With CUPS option turned OFF it skips build dependency on full cups: instead, it downloads and extracts its distfile and builds --with-cups-include pointing to extracted cups distfile. Default build not affected, so PORTREVISION not changed. PR: 264792 Approved by: java (maintainer timeout, over 7 months)
* devel/icu: update to 73.1Jan Beich2023-04-131-1/+1
| | | | | | | | | - Temporarily switch to GitHub auto archive (release artifacts are N/A atm) Changes: https://github.com/unicode-org/icu/releases/tag/release-73-1 Reported by: GitHub (watch releases) PR: 270422 Exp-run by: antoine
* */*: Adopt ports from swills@Muhammad Moinur Rahman2023-04-111-1/+1
|
* all: return swills' ports to the pools after safeeping his ports bit.Rene Ladan2023-04-111-1/+1
| | | | With hat: portmgr-secretary
* */*: Refactor java/openjdk7 removalMuhammad Moinur Rahman2023-04-0413-14/+13
| | | | | | | | | | | | | | | - java/openjdk7* has been removed from the tree since 2022-09-03 however the relevant codebases in bsd.java.mk has not been removed and the consumers has also not been updated to use the next jdk version. This commit updates all relevant consumers to use JAVA_VERSION=8 instead of JAVA_VERSION=1.7 - Since the introduction of jdk version 18 it looks like similar with jdk version 8(java version string 1.8). This is prone to error as it looks similar and is only seperated by a '.'. Remove using JAVA_VERSION with dotted fomat of java version string and update all consumers to utilize version 8 instead of 1.8. Approved by: portmgr (blanket)
* lang/rust: Bump revisions after 1.68.0Mikael Urankar2023-03-161-1/+1
| | | | PR: 270080
* accessibility/at-spi2-core: update to 2.46.0Tobias C. Berner2023-03-023-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What's new in at-spi2-core 2.46.0: * Fix GetInterfaces documentation on org.a11y.atspi.Accessible interface. What's new in at-spi2-core 2.45.91: * Send device event controller events using the same signature as other events. * Document the Accessible, Action, and Cache dbus interfaces. * Fix license of atspi-gmain.c (#87). What's new in at-spi2-core 2.45.90: * xml: Add some documentation. * xml: Fix event arguments. * xml: Add some missing DeviceEventController methods. * Bind the AT-SPI bus to the graphical session. * Mark bus service as belonging to the session slice. * Add ATSPI_ROLE_PUSH_BUTTON_MENU. * Add an "announcement" event/signal to allow objects to send notifications (!63). * Various code clean-ups and test improvements. What's new in at-spi2-core 2.45.1: * Atk and at-spi2-atk are now merged into this project. * Now requires meson 0.56.2 and glib 2.67.4. * at-spi2-atk: Expose the accessible hierarchy via dbus introspection. * Properly escape the AT-SPI bus address; fixes warnings about the address not containing a colon (!55). * Add a text value to AtspiValue, so that a value can expose a textual description, as in the new Atk value API. * Add atspi_event_listener_register_with_app, to allow an event listener to be registered only for a given application (!52). - accessibility/atk and accessibility/at-spi2-atk have been merged into accessibility/at-spi2-core - accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk PR: 269704 Exp-run by: antoine ---
* java/openjdk8: commit forgotten patchPiotr Kubaj2023-02-201-0/+50
| | | | Reported by: mikael
* java/openjdk8: fix build on powerpc64* with clang 15Piotr Kubaj2023-02-191-0/+1
| | | | | | | | | | | | /wrkdirs/usr/ports/java/openjdk8/work/jdk8u-jdk8u362-b09.1/hotspot/agent/src/os/bsd/symtab.c:266:14: warning: call to undeclared function 'find_section_by_name'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] opd_sect = find_section_by_name(".opd", fd, &ehdr, scn_cache); ^ /wrkdirs/usr/ports/java/openjdk8/work/jdk8u-jdk8u362-b09.1/hotspot/agent/src/os/bsd/symtab.c:266:12: error: incompatible integer to pointer conversion assigning to 'struct elf_section *' from 'int' [-Wint-conversion] opd_sect = find_section_by_name(".opd", fd, &ehdr, scn_cache); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Bump PORTREVISION because the issue actually existed with previous clang versions, but didn't cause an error. find_section_by_name() is copied from Linux's symtab.c.
* java/openjfx14: Drop maintainershipMikael Urankar2023-02-141-1/+1
|
* java/openjfx14: unbreak build with LLVM15Mikael Urankar2023-02-141-1/+2
| | | | | | | | Pass -Wno-int-conversion to CFLAGS fixes error with strict conversion rules introduced in LLVM15 /wrkdirs/usr/ports/java/openjfx14/work/jfx-14.0.2.1-1/modules/javafx.graphics/src/main/native-font/pango.c:245:73: error: incompatible integer to pointer conversion passing 'jlong' (aka 'long long') to parameter of type 'void *' [-Wint-conversion] rc = (jboolean)((jboolean (*)(void *, const char *))fp)(arg0, text); ^~~~
* lang/rust: Bump revisions after 1.67.1Mikael Urankar2023-02-131-1/+1
| | | | PR: 269336
* java/openjdk19: Fix the build on aarch64Greg Lewis2023-02-112-0/+26
| | | | * Apply a similar patch as was applied to java/openjdk17
* java/eclipse-pydev: update to 10.1.3Michael Zhilin2023-02-043-4293/+4293
| | | | Changelog: https://www.pydev.org/history_pydev.html#release-10-1-3-2023-01-23
* java/openjdk18: Fix the build on aarch64Greg Lewis2023-02-013-31/+26
| | | | | * Apply a similar patch as was applied to java/openjdk17 * Remove a patch which has been upstreamed
* java/openjdk19: Fix the build on x86Greg Lewis2023-01-251-0/+42
|
* java/openjdk19: Fix the build on x86Greg Lewis2023-01-241-0/+46
|
* java/openjdk17: Fix the build on some aarch64 machinesGreg Lewis2023-01-232-0/+26
| | | | | | | | | | | * Disable CompressedClassPointers on aarch64. This fixes the build on some aarch64 machines where it previously failed, e.g. RPI4, and doesn't seem to affect the build on others (AWS aarch64 hardware). This is based on and uses a patch initially created by ronald@ PR: 260187 Tested by: ronald@
* java/openjdk19: Update to 19.0.2Greg Lewis2023-01-222-5/+5
|
* java/openjdk17: Update to 17.0.6Greg Lewis2023-01-222-6/+5
|
* java/openjdk11: Update to 11.0.18Greg Lewis2023-01-222-6/+5
|
* java/openjdk8: Update to 8u362Greg Lewis2023-01-223-22/+5
|