summaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* java/wildfly: Update version 12.0.0=>13.0.0Muhammad Moinur Rahman2023-12-293-292/+344
|
* java/wildfly: Update version 11.0.0=>12.0.0Muhammad Moinur Rahman2023-12-283-492/+546
|
* java/wildfly: New portMuhammad Moinur Rahman2023-12-277-0/+1497
| | | | | | | | | | | | | | | | | | | | | | | Replacement for JBoss Application Server WildFly is a flexible, lightweight, managed application runtime that helps you build amazing applications. WildFly - new name for JBoss Application Server - Fast Startup - Small Footprint - Modular Design - Unified Configuration and Management And of course Java EE! WWW: https://wildfly.org/ As the current MAINTAINER is no longer adding any support and all wildfly versions are about to EXPIRE add this port. Please be informed that this is still an older version of the port. There was a breaking change in wildfly which I cannot recollect so I will need to test and update. But in case someone quickly recollects the breaking version number give me a heads up. Otherwise I will test and update soonish.
* */*: Bump consumers of x11-toolkits/gtk30Nuno Teixeira2023-12-232-2/+2
| | | | New version of gtk3 in tree
* java/apache-commons-lang3: Upgrade to version 3.14.0Don Lewis2023-12-182-4/+4
|
* lang/rust: Bump revisions after 1.74.1Mikael Urankar2023-12-081-1/+1
| | | | PR: 275243
* java/wildfly26: Remove expired portRene Ladan2023-12-027-2017/+0
| | | | 2023-11-30 java/wildfly26: End of life upstream
* java/wildfly14: Remove expired portRene Ladan2023-12-027-1662/+0
| | | | 2023-11-30 java/wildfly14: End of life upstream
* java/wildfly18: Remove expired portRene Ladan2023-12-027-1817/+0
| | | | 2023-11-30 java/wildfly18: End of life upstream
* java/wildfly11: Remove expired portRene Ladan2023-12-027-1519/+0
| | | | 2023-11-30 java/wildfly11: End of life upstream
* java/wildfly12: Remove expired portRene Ladan2023-12-027-1571/+0
| | | | 2023-11-30 java/wildfly12: End of life upstream
* java/wildfly13: Remove expired portRene Ladan2023-12-027-1623/+0
| | | | 2023-11-30 java/wildfly13: End of life upstream
* java/wildfly25: Remove expired portRene Ladan2023-12-027-2035/+0
| | | | 2023-11-30 java/wildfly25: End of life upstream
* java/wildfly15: Remove expired portRene Ladan2023-12-027-2167/+0
| | | | 2023-11-30 java/wildfly15: End of life upstream
* java/wildfly17: Remove expired portRene Ladan2023-12-027-1796/+0
| | | | 2023-11-30 java/wildfly17: End of life upstream
* java/wildfly90: Remove expired portRene Ladan2023-12-027-2315/+0
| | | | 2023-11-30 java/wildfly90: End of life upstream
* java/wildfly16: Remove expired portRene Ladan2023-12-027-1699/+0
| | | | 2023-11-30 java/wildfly16: End of life upstream
* java/wildfly24: Remove expired portRene Ladan2023-12-027-1988/+0
| | | | 2023-11-30 java/wildfly24: End of life upstream
* java/veditor: remove expired VHDL support.Rene Ladan2023-11-212-8/+8
|
* java/openjdk17: Fix build on aarch64Mikael Urankar2023-11-201-0/+10
| | | | | PR: 274940 Approved by: glewis@
* devel/icu: update to 74.1Jan Beich2023-11-171-1/+1
| | | | | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-74-1 Reported by: GitHub (watch releases) PR: 274317 Exp-run by: antoine (incomplete) Approved by: fluffy
* java/openjfx14: fix build with lld 17Dimitry Andric2023-11-131-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Building java/openjfx14 with lld 17 results in the following link errors: ld: error: version script assignment of 'SUNWprivate_1.0' to symbol '_ZN3WTF6StringC1EPKtj' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.0' to symbol '_ZN3WTF8LockBase8lockSlowEv' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.0' to symbol '_ZN3WTF8LockBase10unlockSlowEv' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.0' to symbol '_ZN3WTF10fastMallocEj' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.0' to symbol '_ZN3WTF16fastZeroedMallocEj' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.0' to symbol '_ZNK3WTF10StringView23underlyingStringIsValidEv' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.0' to symbol 'Java_com_sun_webkit_dom_DOMSelectionImpl_addRangeImpl' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.0' to symbol 'Java_com_sun_webkit_dom_DOMSelectionImpl_collapseImpl' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.0' to symbol 'Java_com_sun_webkit_dom_DOMSelectionImpl_collapseToEndImpl' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.0' to symbol 'Java_com_sun_webkit_dom_DOMSelectionImpl_collapseToStartImpl' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.0' to symbol 'Java_com_sun_webkit_dom_DOMSelectionImpl_containsNodeImpl' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.0' to symbol 'Java_com_sun_webkit_dom_DOMSelectionImpl_deleteFromDocumentImpl' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.0' to symbol 'Java_com_sun_webkit_dom_DOMSelectionImpl_dispose' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.0' to symbol 'Java_com_sun_webkit_dom_DOMSelectionImpl_emptyImpl' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.0' to symbol 'Java_com_sun_webkit_dom_DOMSelectionImpl_extendImpl' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.0' to symbol 'Java_com_sun_webkit_dom_DOMSelectionImpl_getAnchorNodeImpl' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.0' to symbol 'Java_com_sun_webkit_dom_DOMSelectionImpl_getAnchorOffsetImpl' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.0' to symbol 'Java_com_sun_webkit_dom_DOMSelectionImpl_getBaseNodeImpl' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.0' to symbol 'Java_com_sun_webkit_dom_DOMSelectionImpl_getBaseOffsetImpl' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.0' to symbol 'Java_com_sun_webkit_dom_DOMSelectionImpl_getExtentNodeImpl' failed: symbol not defined This is because lld 17 defaults to errors when undefined symbols are referenced in linker version scripts. Suppress the errors since openjfx14 is mostly unmaintained. PR: 273753 MFH: 2023Q4
* java/openjdk18: fix build with lld 17Dimitry Andric2023-11-121-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Building java/openjdk18 with lld 17 results in the following link errors: ld: error: version script assignment of 'SUNWprivate_1.1' to symbol '_ZTVZ21WB_HandshakeWalkStackE16TraceSelfClosure' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.1' to symbol '_ZTVZ24WB_HandshakeReadMonitorsE19ReadMonitorsClosure' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.1' to symbol '_ZTVZ26WB_AsyncHandshakeWalkStackE16TraceSelfClosure' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.1' to symbol '_ZTVZL20reinitialize_itablesvE18ReinitTableClosure' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.1' to symbol '_ZTVZN12JvmtiEnvBase27check_for_periodic_clean_upEvE28ThreadInsideIterationClosure' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.1' to symbol '_ZTVZN15G1RemSetSummary6updateEvE11CollectData' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.1' to symbol '_ZTVZN16SATBMarkQueueSet22set_active_all_threadsEbbE22SetThreadActiveClosure' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.1' to symbol '_ZTVZN16SATBMarkQueueSet23abandon_partial_markingEvE25AbandonThreadQueueClosure' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.1' to symbol '_ZTVZN18G1ConcurrentRefine30get_and_reset_refinement_statsEvE12CollectStats' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.1' to symbol '_ZTVZN19G1DirtyCardQueueSet12abandon_logsEvE23AbandonThreadLogClosure' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.1' to symbol '_ZTVZN19G1DirtyCardQueueSet16concatenate_logsEvE27ConcatenateThreadLogClosure' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.1' to symbol '_ZTVZN19G1DirtyCardQueueSet30get_and_reset_refinement_statsEvE12CollectStats' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.1' to symbol '_ZTVZN7Threads25change_thread_claim_tokenEvE11ResetClaims' failed: symbol not defined This is because lld 17 defaults to errors when undefined symbols are referenced in linker version scripts. The problem is due to the Makefile JvmMapfile.gmk, which generates a linker version script. It uses "nm --defined-only" to dump symbols in object files, but this also includes local (hidden) symbols. Add "--extern-only" to make it only dump global symbols. PR: 273753 MFH: 2023Q4
* math/scilab: drop maintainershipMax Brazhnikov2023-11-085-5/+5
| | | | Release math/scilab and its prerequisites
* */*: Update WWW to use HTTPS for sourceforge.net projectsRodrigo Osorio2023-11-064-4/+4
| | | | | | | | Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
* */*: Update WWW to use HTTPSRodrigo Osorio2023-11-011-1/+1
| | | | Homepage link is permanent redirected to its HTTPS counterpart
* */*: Update WWW to use HTTPS for sourceforge.net projectsRodrigo Osorio2023-11-015-5/+5
| | | | Homepage link is permanent redirected to its HTTPS counterpart
* java/openjdk17: fix build on powerpc64*Piotr Kubaj2023-10-251-0/+19
| | | | | | | | | | Backport the patch from openjdk19 to fix the recently appearing error: /wrkdirs/usr/ports/java/openjdk17/work/jdk17u-jdk-17.0.9-9-1/src/hotspot/os_cpu/bsd_ppc/os_bsd_ppc.cpp:194:29: error: no member named 'is_safefetch_fault' in 'StubRoutines' if (pc && StubRoutines::is_safefetch_fault(pc)) { ~~~~~~~~~~~~~~^ /wrkdirs/usr/ports/java/openjdk17/work/jdk17u-jdk-17.0.9-9-1/src/hotspot/os_cpu/bsd_ppc/os_bsd_ppc.cpp:195:52: error: no member named 'continuation_for_safefetch_fault' in 'StubRoutines' os::Posix::ucontext_set_pc(uc, StubRoutines::continuation_for_safefetch_fault(pc)); ~~~~~~~~~~~~~~^
* lang/rust: Bump revisions after 1.73.0Mikael Urankar2023-10-241-1/+1
| | | | PR: 274499
* java/wildfly*: Deprecate and set expiration date to 2023-11-30Daniel Engberg2023-10-2313-0/+39
| | | | | | | | | All versions of wildfly are since long end of life upstream Reference: https://www.wildfly.org/news/2023/05/11/WildFly-Roadmap/ Approved by: portmgr (maintainer timeout, 2+ weeks)
* java/openjdk21: fix build on powerpc64*Piotr Kubaj2023-10-231-0/+3
| | | | | | | | | | | | | | | /wrkdirs/usr/ports/java/openjdk21/work/jdk21u-jdk-21.0.1-12-1/src/hotspot/share/runtime/javaThread.hpp:1117:10: fatal error: 'javaThread_bsd_ppc.hpp' file not found ^~~~~~~~~~~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/java/openjdk21/work/jdk21u-jdk-21.0.1-12-1/src/hotspot/share/utilities/macros.hpp:618:40: note: expanded from macro 'OS_CPU_HEADER' ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/java/openjdk21/work/jdk21u-jdk-21.0.1-12-1/src/hotspot/share/utilities/macros.hpp:35:17: note: expanded from macro 'XSTR' ^~~~~~ /wrkdirs/usr/ports/java/openjdk21/work/jdk21u-jdk-21.0.1-12-1/src/hotspot/share/utilities/macros.hpp:32:17: note: expanded from macro 'STR' ^~ <scratch space>:74:1: note: expanded from here "javaThread_bsd_ppc.hpp" ^~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated.
* java/openjdk21: Fix bootstrap dependency specificationGreg Lewis2023-10-231-2/+2
| | | | PR: 273979
* java/openjdk21: Add a port of JDK 21Greg Lewis2023-10-2312-0/+505
|
* java/openjdk17: Update to 17.0.9Greg Lewis2023-10-212-6/+5
|
* java/openjdk11: Update to 11.0.21Greg Lewis2023-10-202-6/+5
|
* java/openjdk8: Update to 8u392Greg Lewis2023-10-192-5/+5
|
* java/openjdk20: Fix the build on aarch64Greg Lewis2023-10-161-1/+0
| | | | Remove a reference to an extra patch that no longer exists
* java/openjdk17: fix build with lld 17Dimitry Andric2023-10-061-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Building java/openjdk17 with lld 17 results in the following link errors: ld: error: version script assignment of 'SUNWprivate_1.1' to symbol '_ZTVZ21WB_HandshakeWalkStackE16TraceSelfClosure' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.1' to symbol '_ZTVZ26WB_AsyncHandshakeWalkStackE16TraceSelfClosure' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.1' to symbol '_ZTVZN12JvmtiEnvBase27check_for_periodic_clean_upEvE28ThreadInsideIterationClosure' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.1' to symbol '_ZTVZN15G1RemSetSummary6updateEvE11CollectData' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.1' to symbol '_ZTVZN16SATBMarkQueueSet22set_active_all_threadsEbbE22SetThreadActiveClosure' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.1' to symbol '_ZTVZN16SATBMarkQueueSet23abandon_partial_markingEvE25AbandonThreadQueueClosure' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.1' to symbol '_ZTVZN18G1ConcurrentRefine30get_and_reset_refinement_statsEvE12CollectStats' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.1' to symbol '_ZTVZN19G1DirtyCardQueueSet12abandon_logsEvE23AbandonThreadLogClosure' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.1' to symbol '_ZTVZN19G1DirtyCardQueueSet16concatenate_logsEvE27ConcatenateThreadLogClosure' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.1' to symbol '_ZTVZN19G1DirtyCardQueueSet30get_and_reset_refinement_statsEvE12CollectStats' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.1' to symbol '_ZTVZN7Threads25change_thread_claim_tokenEvE11ResetClaims' failed: symbol not defined c++: error: linker command failed with exit code 1 (use -v to see invocation) This is because lld 17 defaults to errors when undefined symbols are referenced in linker version scripts. The problem is due to the Makefile JvmMapfile.gmk, which generates a linker version script. It uses "nm --defined-only" to dump symbols in object files, but this also includes local (hidden) symbols. Add "--extern-only" to make it only dump global symbols. PR: 274109 Approved by: maintainer timeout (10 days) MFH: 2023Q4
* java/openjdk8: fix build with lld 17Dimitry Andric2023-10-061-1/+2
| | | | | | | | | | | | | | | | | | | | Building java/openjdk8 with lld 17 results in the following link error: Making SA debugger back-end... ld: error: version script assignment of 'SUNWprivate_1.1' to symbol 'ps_getpid' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.1' to symbol 'ps_lcontinue' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.1' to symbol 'ps_lgetxmmregs' failed: symbol not defined ld: error: version script assignment of 'SUNWprivate_1.1' to symbol 'ps_lsetxmmregs' failed: symbol not defined cc: error: linker command failed with exit code 1 (use -v to see invocation) This is because lld 17 defaults to errors when undefined symbols are referenced in linker version scripts. Since there are many of these in openjdk 8, suppress the errors by adding -Wl,--undefined-version to the --with-extra-ldflags configure option. PR: 274106 Approved by: maintainer timeout (10 days) MFH: 2023Q4
* java/openjdk20: fix build on powerpc64Piotr Kubaj2023-10-022-0/+29
|
* java/openjdk20: Add a port of JDK 20Greg Lewis2023-10-0113-0/+524
|
* java/intellij-ultimate: fix fsnotifier pathyjqg66662023-09-261-1/+2
| | | | | PR: 274097 Reported by: jinking.this@gmail.com
* java/intellij-ultimate: update to 2022.2.5yjqg66662023-09-252-7/+7
| | | | | | | | | ChangeLog: https://youtrack.jetbrains.com/articles/IDEA-A-2100661473/IntelliJ-IDEA-2022.2.5-222.4554.10-build-Release-Notes PR: 274046 Reported by: jinking.this@gmail.com Approved by: andoriyu@gmail.com (maintainer)
* */*: Use only HTTPS to fetch ports from Maven CentralMichael Osipov2023-09-172-2/+2
| | | | | | | | | Maven Central supports HTTPS only for quite some time now and responds with "Not Implemented" over HTTP. Source: https://blog.sonatype.com/central-repository-moving-to-https PR: 272867
* */*: Return to pool as per maintainer's requestEdmondas Girkantas2023-09-152-2/+2
| | | | | | Thanks to Edmondas Girkantas for his dedication to ports tree. PR: 273815
* java/apache-commons-lang3: Upgrade to 3.13.0Don Lewis2023-09-112-4/+4
|
* lang/rust: Bump revisions after 1.72.0Mikael Urankar2023-09-081-1/+1
| | | | PR: 273331
* java/eclipse: fix buildJonathan Chen2023-08-301-1/+1
| | | | | | | | Fix build after https://cgit.freebsd.org/ports/commit/?id=a1c897de331a3363f0d74b0decf8d07ae2498f1c PR: 273333 Reported by: jonc@chen.org.nz
* java/openjdk19: Fix build with llvm16Muhammad Moinur Rahman2023-08-071-0/+3
| | | | | Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
* */*: Bump jpeg-turbo users treewideDaniel Engberg2023-07-285-2/+5
| | | | New major version 3.0.0