Commit graph

5389 commits

Author SHA1 Message Date
Dimitry Andric
a1f91b22f1 java/openjdk{19,20,21}: fix build with lld 17
Building java/openjdk{19,20,21} 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:		276425
Approved by:	otis (mentor), dim
MFH:		2024Q1
Differential Revision:	https://reviews.freebsd.org/D43620
2024-01-26 23:23:12 +01:00
Muhammad Moinur Rahman
c712443508 java/wildfly: Update version 27.0.1=>28.0.1
Changelog: https://www.wildfly.org/news/2023/04/20/WildFly28-Released/
2024-01-23 10:57:25 +01:00
Muhammad Moinur Rahman
c41eda0a4f java/icedtea-web: Sanitize MANPREFIX
Approved by:    portmgr (blanket)
2024-01-22 21:26:42 +01:00
Muhammad Moinur Rahman
f3e509d1e1
java/netcomponents: Mark DEPRECATED
- Upstream last release was in 2000
- Upstream unmaintained
- Upstream advises to use net/apache-commons-net
- Update WWW
- Set EXPIRATION_DATE 2024-03-31
2024-01-19 16:14:11 +01:00
Muhammad Moinur Rahman
fcb6fddd5d
java/wildfly: Update version 26.1.3=>27.0.1
Changelog: https://www.wildfly.org/news/2022/11/09/WildFly27-Final-Released/
2024-01-18 19:29:09 +01:00
Muhammad Moinur Rahman
f7bee7eece
java/wildfly: Update version 25.0.1=>26.1.3
Changelog: https://www.wildfly.org/news/2021/12/16/WildFly26-Final-Released/
2024-01-17 15:33:12 +01:00
Muhammad Moinur Rahman
af3f5e378e
java/wildfly: Update version 24.0.1=>25.0.1
Changelog: https://www.wildfly.org/news/2021/10/05/WildFly25-Final-Released/
2024-01-15 18:06:05 +01:00
Muhammad Moinur Rahman
bb5efa3d80 java/wildfly: Update version 23.0.2=>24.0.1
Changelog: https://www.wildfly.org/news/2021/06/17/WildFly24-Final-Released/
2024-01-15 13:55:43 +01:00
Muhammad Moinur Rahman
5136a0e467 java/wildfly: Update version 22.0.1=>23.0.2
Changelog: https://www.wildfly.org/news/2021/03/11/WildFly23-Final-Released/
2024-01-13 08:38:52 +01:00
Muhammad Moinur Rahman
77e2df667d java/wildfly: Update version 21.0.2=>22.0.1
Changelog: https://www.wildfly.org/news/2021/01/13/WildFly22-Final-Released/
2024-01-12 23:37:11 +01:00
Muhammad Moinur Rahman
99cdb44b7a java/wildfly: Update version 20.0.1=>21.0.2
Changelog: https://www.wildfly.org/news/2020/10/13/WildFly21-Final-Released/
2024-01-12 09:52:14 +01:00
Baptiste Daroussin
64631af5a7 MAN?PREFIX: eleminate its usage and move man to share/man 2024-01-10 14:13:03 +01:00
Muhammad Moinur Rahman
c0b930666e java/wildfly: Update version 19.1.0=>20.0.1
Changelog: https://www.wildfly.org/news/2020/06/08/WildFly20-Final-Released/
2024-01-10 13:44:48 +01:00
Muhammad Moinur Rahman
c6d6c9c9f9 java/wildfly: Update version 18.1.0=>19.0.1
Changelog: https://issues.redhat.com/secure/ReleaseNote.jspa?projectId=12313721&version=12345176
2024-01-10 11:22:44 +01:00
Mikael Urankar
109c3d4629 lang/rust: Bump revisions after 1.75.0
PR:		276033
2024-01-09 13:15:54 +01:00
Lev A. Serebryakov
00b7792f81 devel/subversion: and devel/subversion-lts update to latest release 1.14.3.
Thank you, Yasuhito FUTATSUKI.
2024-01-08 18:01:28 +01:00
Muhammad Moinur Rahman
4b3d60c127 java/wildfly: Update version 17.0.1=>18.0.1
Changelog: https://www.wildfly.org/news/2019/11/14/WildFly-1801-Released/
2024-01-06 10:44:45 +01:00
Piotr Kubaj
29d405be15 java/openjdk20: drop ELFv1 support 2024-01-05 22:01:11 +01:00
Piotr Kubaj
85165d2aeb java/openjdk18: drop ELFv1 support 2024-01-05 22:01:09 +01:00
Piotr Kubaj
9817508135 java/bootstrap-openjdk8: remove ELFv1 support 2024-01-05 22:01:06 +01:00
Piotr Kubaj
fd3cba2fd2 java/bootstrap-openjdk17: drop ELFv1 support 2024-01-05 22:01:03 +01:00
Piotr Kubaj
f16c9201eb java/openjdk11: drop ELFv1 support 2024-01-05 22:01:01 +01:00
Piotr Kubaj
51d9f23280 java/openjdk21: remove ELFv1 support 2024-01-05 22:00:58 +01:00
Piotr Kubaj
f33e96abc2 java/openjdk19: drop ELFv1 support 2024-01-05 22:00:56 +01:00
Piotr Kubaj
7b33ed2b22 java/bootstrap-openjdk11: remove ELFv1 support 2024-01-05 22:00:54 +01:00
Piotr Kubaj
e2a8a2acd9 java/openjdk17: drop ELFv1 support 2024-01-05 22:00:51 +01:00
Muhammad Moinur Rahman
2001e374bd java/wildfly: Update version 16.0.0=>17.0.1
Changelog: https://issues.redhat.com/secure/ReleaseNote.jspa?projectId=12313721&version=12342471
2024-01-04 06:06:52 +01:00
Muhammad Moinur Rahman
3f0763682a java/wildfly: Update version 15.0.1=>16.0.0
Changelog: https://www.wildfly.org/news/2019/02/27/WildFly16-Final-Released/
2024-01-03 06:27:52 +01:00
Piotr Kubaj
632efb35cd java/openjdk8: allow using DSCR on powerpc64
DSCR was disabled because of a bug in stable/12.
Additionally, remove ELFv1 support.
2024-01-02 14:35:31 +01:00
Muhammad Moinur Rahman
8500d756bf java/wildfly: Update version 14.0.1=>15.0.1
Changelog: https://issues.redhat.com/secure/ReleaseNote.jspa?projectId=12313721&version=12340359
2024-01-01 19:54:46 +01:00
Muhammad Moinur Rahman
4392d9218e java/wildfly: Update version 13.0.0=>14.0.1
Changelog: https://issues.redhat.com/secure/ReleaseNote.jspa?projectId=12313721&version=12339042
2023-12-31 21:23:48 +01:00
Muhammad Moinur Rahman
bbab7f59e9 */*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
  ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
  Also move conditional flags for non sparc64/arm ARCH to fixed flags.

Reviewed by:	brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068
2023-12-31 01:37:05 +01:00
Muhammad Moinur Rahman
ac00ae953b java/wildfly10: Remove expired port
2023-11-30 java/wildfly10: End of life upstream
2023-12-31 01:06:26 +01:00
Muhammad Moinur Rahman
8ad26689ed java/wildfly: Update version 12.0.0=>13.0.0 2023-12-29 19:24:41 +01:00
Muhammad Moinur Rahman
6b75d74e94 java/wildfly: Update version 11.0.0=>12.0.0 2023-12-28 05:47:21 +01:00
Muhammad Moinur Rahman
2e7d20de91 java/wildfly: New port
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.
2023-12-27 18:56:52 +01:00
Nuno Teixeira
3572ca3e01 */*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree
2023-12-23 18:14:14 +00:00
Don Lewis
02d7506df8 java/apache-commons-lang3: Upgrade to version 3.14.0 2023-12-17 17:34:07 -08:00
Mikael Urankar
b2afd89fb2 lang/rust: Bump revisions after 1.74.1
PR:		275243
2023-12-08 16:04:09 +01:00
Rene Ladan
2a69f55b48 java/wildfly26: Remove expired port
2023-11-30 java/wildfly26: End of life upstream
2023-12-02 14:39:44 +01:00
Rene Ladan
b2894bd34a java/wildfly14: Remove expired port
2023-11-30 java/wildfly14: End of life upstream
2023-12-02 14:08:39 +01:00
Rene Ladan
934186b4d7 java/wildfly18: Remove expired port
2023-11-30 java/wildfly18: End of life upstream
2023-12-02 14:08:09 +01:00
Rene Ladan
cc2f9fb5d7 java/wildfly11: Remove expired port
2023-11-30 java/wildfly11: End of life upstream
2023-12-02 13:59:24 +01:00
Rene Ladan
b27dd0afa6 java/wildfly12: Remove expired port
2023-11-30 java/wildfly12: End of life upstream
2023-12-02 13:58:16 +01:00
Rene Ladan
bfcb22eaff java/wildfly13: Remove expired port
2023-11-30 java/wildfly13: End of life upstream
2023-12-02 13:52:45 +01:00
Rene Ladan
46f4f0e8d2 java/wildfly25: Remove expired port
2023-11-30 java/wildfly25: End of life upstream
2023-12-02 13:22:55 +01:00
Rene Ladan
458b5c68de java/wildfly15: Remove expired port
2023-11-30 java/wildfly15: End of life upstream
2023-12-02 13:18:57 +01:00
Rene Ladan
094fea3f97 java/wildfly17: Remove expired port
2023-11-30 java/wildfly17: End of life upstream
2023-12-02 13:18:03 +01:00
Rene Ladan
1d0e47f4db java/wildfly90: Remove expired port
2023-11-30 java/wildfly90: End of life upstream
2023-12-02 13:17:04 +01:00
Rene Ladan
f03bee03ba java/wildfly16: Remove expired port
2023-11-30 java/wildfly16: End of life upstream
2023-12-02 13:12:45 +01:00