Commit Graph

5435 Commits

Author SHA1 Message Date
Rene Ladan 19d68720f1 all: drop support for FreeBSD 13.2 which reached EOL today
Thanks again to jbeich for noticing various things I overlooked.

Reviewed by:	acm, ashish, eduardo, ehaupt, eugen, jbeich, martymac, mat, nobukata, sunpoet, tagattie, yuri, arrowd, kde
Differential Revision:	https://reviews.freebsd.org/D45141
2024-07-01 22:27:23 +02:00
Thierry Thomas 21ab0a1a2e java/apache-commons-collections4: upgrade to 4.5.0-M2
Changelog at
	<https://commons.apache.org/proper/commons-collections/changes-report.html#a4.5.0-M2>
2024-06-19 18:38:00 +02:00
Mikael Urankar 21476ca8a9 lang/rust: Bump revisions after 1.79.0
PR:		279707
2024-06-18 12:59:14 +02:00
Vladimir Druzenko 411ad89a83 java/apache-commons-collections: limit JAVA_VERSION from 8 to 20 because build fails with 21+
Build error with OpenJDK 21:
    [javac] /wrkdirs/usr/ports/java/apache-commons-collections/work/commons-collections-3.2.2-src/src/java/org/apache/commons/collections/CursorableLinkedList.java:188: error: addLast(Object) in CursorableLinkedList cannot implement addLast(E) in List
    [javac]     public boolean addLast(Object o) {
    [javac]                    ^
    [javac]   return type boolean is not compatible with void
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in interface List
    [javac] /wrkdirs/usr/ports/java/apache-commons-collections/work/commons-collections-3.2.2-src/src/java/org/apache/commons/collections/CursorableLinkedList.java:176: error: addFirst(Object) in CursorableLinkedList cannot implement addFirst(E) in List
    [javac]     public boolean addFirst(Object o) {
    [javac]                    ^
    [javac]   return type boolean is not compatible with void
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in interface List

New JDK 21 methods in java.util.List addFirst and addLast has a void
return type. This clashes with the existing boolean return from the
same method in AbstractLinkedList.
Upstream fixed this in 4.5.0 only. But this old 3.x branch isn't fixed.
Upstream issue: https://issues.apache.org/jira/browse/COLLECTIONS-842

PR:		279425
Reported by:	antoine (exp-run)
2024-06-10 01:27:04 +03:00
Piotr Kubaj 26de591885 java/openjfx14: fix build on non-amd64
cc: error: unsupported option '-msse2' for target 'powerpc64-unknown-freebsd14.1'
2024-06-03 17:11:53 +02:00
Gleb Popov 2b92bd7057 *: Change the MAINTAINER field per request
PR:		278267
2024-05-18 11:22:43 +03:00
Mikael Urankar 2322b66100 lang/rust: Bump revisions after 1.78.0
PR:		278834
2024-05-13 13:03:24 +02:00
Michael Zhilin b107d06a6a java/eclipse-yaml-editor: new port to work with YAML in Eclipse IDE 2024-05-05 21:05:29 +03:00
Greg Lewis 2a7d639522 java/openjdk21: Update to 21.0.3 2024-05-02 20:42:33 -07:00
Greg Lewis 2bca6d814d java/openjdk17: Update to 17.0.11 2024-05-01 20:16:06 -07:00
Greg Lewis 16826db7f3 java/openjdk11: Update to 11.0.23 2024-04-30 22:01:09 -07:00
Greg Lewis 7b4d0e995c java/openjdk8: Update to 8u412 2024-04-30 13:42:05 -07:00
Michael Osipov 8f3a81069c */*: take ownership of lev@'s Subversion ports
As agreed with lev@, I am taking ownership of these ports.

Approved by:	jrm (mentor), lev
Differential Revision:	https://reviews.freebsd.org/D44862
2024-04-22 15:09:56 +02:00
Piotr Kubaj 36ac8327c0 java/openjdk22: fix build on powerpc64*
Error: failed /wrkdirs/usr/ports/java/openjdk22/work/jdk22-jdk-22-36-1/build/bsd-ppc64le-server-release/jdk/lib/server/libjvm.so, because /wrkdirs/usr/ports/java/openjdk22/work/jdk22-jdk-22-36-1/build/bsd-ppc64le-server-release/jdk/lib/server/libjvm.so: Undefined symbol "_ZN2os27current_stack_base_and_sizeEPPhPm"
2024-04-12 00:40:49 +02:00
Max Brazhnikov bc80854f3b */*: clean up after swith to cmake:indirect 2024-04-11 12:27:00 +03:00
Max Brazhnikov 43d9a1336d */*: convert to cmake:indirect
Convert bunch of ports to USES=cmake:indirect
2024-04-11 12:16:53 +03:00
Rene Ladan bd97a6e179 java/netcomponents: Remove expired port
2024-03-31 java/netcomponents: Last upstream release was in 2000 and upstream unmaintained consider using net/apache-commons-net
2024-04-01 13:35:04 +02:00
Rene Ladan abc88332f0 cleanup: Remove expired java/sablevm* ports:
2024-03-31 java/sablevm-classpath: Only user in tree is java/sablevm which is deprecated
2024-03-31 java/sablevm: Abandonware, last release in 2007 and is no longer being developed
2024-04-01 12:36:17 +02:00
Daniel Engberg 441d31add6 java/sablevm-classpath: Deprecate and set expiration date to 2024-03-31
This should've been deprecated along with java/sablevm
No users except for java/sablevm so short notice should be ok

Reported by:	bofh
2024-03-29 22:20:07 +01:00
Michael Zhilin 999d190773 java/eclipse-pydev: update to 12.0.0
Changelog: https://www.pydev.org/history_pydev.html#release-12-0-0-2024-02-01
2024-03-28 23:14:40 +03:00
Michael Zhilin 2b27e3b6cc java/jattach: update to 2.2 2024-03-28 22:57:02 +03:00
Mikael Urankar d632fbe55e lang/rust: Bump revisions after 1.77.0
PR:		277786
2024-03-23 10:41:46 +01:00
Muhammad Moinur Rahman 4d2265ffa8 java/wildfly: Update version 30.0.1=>31.0.1
Changelog: https://www.wildfly.org/news/2024/01/25/WildFly31-Released/
2024-03-13 23:41:41 +01:00
Michael Osipov 90e44770f5 */*: properly depend on Maven package
devel/maven and devel/maven39 do not provide mvn(1) from LOCALBASE that
one comes from devel/maven-wrapper instead. Therefore, one should depend
on the package rather than a non-existing executable/script.

Approved by:	jrm (mentor), otis (mentor), vvd
Differential Revision:	https://reviews.freebsd.org/D44229
2024-03-11 10:09:45 +01:00
Charlie Li 9632fe174e java/intellij: move man pages to share/man 2024-03-10 21:56:17 -04:00
Charlie Li 4b135fdd29 Revert "java/intellij: Move man pages to share/man"
Apart from the share/man move, the plist fix was not correct:

pkg-static: Unable to access file /wrkdirs/usr/ports/java/intellij/work/stage/usr/local/share/intellij/lib/commons-lang3-3.11.jar:No such file or directory

The above listed file has nothing to do with Python. Additional
files added were also incorrect. Packaging fails as a result.

The share/man move will be restored in a later commit after getting
some sleep.

This reverts commit e71303202a.
2024-03-10 06:00:46 -04:00
Nuno Teixeira e71303202a java/intellij: Move man pages to share/man
While here, fix plist

Approved by:	portmgr (blanket)
2024-03-09 20:01:27 +00:00
Alex Dupre 033a130e28 java/apache-commons-dbcp: update to 2.12.0 release. 2024-03-05 08:05:24 +01:00
Greg Lewis 87b8f9783f java/openjdk22: Add a port of JDK 22 2024-03-02 16:46:04 -08:00
Muhammad Moinur Rahman 5dea20be1a java/wildfly: Update version 29.0.1=>30.0.1
Changelog: https://www.wildfly.org/news/2023/10/18/WildFly30-Released/
2024-02-29 20:52:21 +01:00
Michael Osipov e83f0a9c84 */*: Properly depend on Subversion LTS or latest with WITH_SUBVERSION_VER
When LTS version of Subversion is set in make.conf (WITH_SUBVERSION_VER)
depending ports will still depend on latest version (devel/subversion)
instead of LTS one (devel/subversion-lts). This will cause dependency
conflicts when packages are distributed with Poudriere, namely pkg(8)
will report them and fail to install.
Make all affected ports properly depend on the right port based on the
value set in WITH_SUBVERSION_VER.

Approved by:	jrm (mentor), otis (mentor), lev (maintainer timeout)
Differential Revision:	https://reviews.freebsd.org/D43864
2024-02-28 16:53:37 +01:00
Greg Lewis 4b117286bf java/openjdk17: Fix the build on arm64 2024-02-25 12:27:54 -08:00
Daniel Engberg 3d66b6235c java/sablevm: Deprecate and set expiration date to 2024-03-31
Abandonware, last release in 2007 and is no longer being developed

PR:		276956
Approved by:	portmgr (maintainer timeout, 2+ weeks)
2024-02-25 21:02:34 +01:00
Muhammad Moinur Rahman 81bebede84 java/sablevm: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-24 20:25:33 +01:00
Muhammad Moinur Rahman fad6ba0a13 java/mmake: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-24 20:25:32 +01:00
Muhammad Moinur Rahman d3703a3c77 java/jikes: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-24 13:29:30 +01:00
Muhammad Moinur Rahman ac196cde52 java/intellij-ultimate: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-24 13:29:29 +01:00
Muhammad Moinur Rahman 53e79abbcc java/icedtea-web: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-24 13:29:29 +01:00
Mikael Urankar 7f5a7b0e52 lang/rust: Bump revisions after 1.76.0
PR:		276920
2024-02-19 12:59:23 +01:00
Muhammad Moinur Rahman b85d451917 java/wildfly: Update version 28.0.1=>29.0.1
Changelog: https://www.wildfly.org/news/2023/07/21/WildFly29-Released/
2024-02-19 07:26:35 +01:00
Michael Osipov d901bf5df9 java/openjdk*: Allow users to specify an alternative cacerts file
Similar to certificate management with certctl(8) users can use custom
enterprise CAs. These need to be assembled into a custom cacerts file.
Therefore, an admin can install a custom truststore to an arbitrary
location and have the OpenJDK port symlink to it by adding
OPENJDK_SYMLINK_CACERTS to make.conf.
E.g., OPENJDK_SYMLINK_CACERTS=/usr/local/etc/ssl/cacerts.

PR:		229329
Approved by:	jrm (mentor), otis (mentor), glewis
Differential Revision:	https://reviews.freebsd.org/D42720
2024-02-09 20:52:07 +01:00
Greg Lewis b8aba58e49 java/openjdk21: Update to 21.0.2 2024-02-04 14:51:33 -08:00
Greg Lewis eeca11d205 java/openjdk17: Update to 17.0.10 2024-02-04 14:51:33 -08:00
Greg Lewis 2a1ddd7fcf java/openjdk11: Update to 11.0.22 2024-02-04 14:51:32 -08:00
Greg Lewis e6349b73ac java/openjdk8: Update to 8u402 2024-02-04 14:51:32 -08:00
Greg Lewis da470f1747 java/javavmwrapper: Match currently supported versions 2024-02-04 14:51:31 -08:00
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