| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PR: 284884
|
|
|
|
| |
Reported by: olgeni@
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
...to avoid library mismatches
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Java 21 is required.
Changelogs:
https://www.dbvis.com/releasenotes/13.0/
https://www.dbvis.com/releasenotes/14.0/
https://www.dbvis.com/releasenotes/23.1/
https://www.dbvis.com/releasenotes/23.2/
https://www.dbvis.com/releasenotes/24.1/
https://www.dbvis.com/releasenotes/24.2/
https://www.dbvis.com/releasenotes/24.3/
Maintainer Jim Ohlstein <jim@ohlste.in> is inactive from 2017 (7+ years).
MFH: 2025Q1
|
|
|
|
|
|
|
| |
Unfetchable, outdated and unsupported upstream (still active)
Reported by: pkg-fallout
Approved by: portmgr (blanket)
|
|
|
|
| |
2025-01-25 java/infobus: Outdated API and is no longer actively developed or maintained
|
|
|
|
|
|
|
|
| |
Went ahead with committing as I saw similar BROKEN_* lines for
FreeBSD 14/i386 and 15/i386 already.
PR: 284222
MFH: 2025Q1
|
|
|
|
|
| |
With hat: gnome
PR: 275914
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog: https://github.com/WebKit/WebKit/blob/webkitgtk-2.46.5/Source/WebKit/gtk/NEWS
Now consolidated into one port with flavours since the codebase is
the same, just linked with different libraries resulting in different
SONAMEs and APIs. SONAMEs/flavours:
* GTK3 + libsoup = libwebkit2gtk-4.0 (40)
* GTK3 + libsoup3 = libwebkit2gtk-4.1 (41)
* GTK4 + libsoup3 = libwebkitgtk-6.0 (60)
Despite upstream's recommendation to use clang for better skia
optimisation, this port now USE_GCC due to extensive std::pair copy
constructor use that is not trivial to continue patching to stay
working with our libc++ version 1 ABI. See review D35327 for some
details.
Reported by: eduardo
PR: 275914
Differential Revision: https://reviews.freebsd.org/D45878
|
|
|
|
|
| |
Changelog at
https://commons.apache.org/proper/commons-collections/changes-report.html#a4.5.0-M3
|
|
|
|
| |
PR: 283962
|
|
|
|
|
|
| |
Copy patch from java/openjdk22 to fix:
Error: dl failure on line 564
Error: failed /wrkdirs/usr/ports/java/openjdk23/work/jdk23u-jdk-23.0.1-11-1/build/bsd-ppc64-server-release/jdk/lib/server/libjvm.so, because /wrkdirs/usr/ports/java/openjdk23/work/jdk23u-jdk-23.0.1-11-1/build/bsd-ppc64-server-release/jdk/lib/server/libjvm.so: Undefined symbol "_ZN2os27current_stack_base_and_sizeEPPhPm"
|
|
|
|
| |
While here, also rename powerpc64 to remove the unnecessary elfv2 string.
|
|
|
|
| |
install: /wrkdirs/usr/ports/java/sigar/work/sigar-6719d4d/bindings/java/sigar-bin/lib/libsigar-powerpc-freebsd-1.so: No such file or directory
|
|
|
|
|
| |
Reported by: poudriere fallout
Sponsored by: Future Crew, LLC
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
OpenJDK installation inform that fdescfs(5) and procfs(5) should be
mounted when using OpenJDK.
After doing some test and some traces, it seems that this should be
no so usefull, some applications will require it, but most of java
applications doesn't seems to suffer to work or performance when
such pseudo FS is not mounted.
So this change request permit to let local administrator to decide if
it is really needed or not.
Sponsored by: Entersekt (previously Modirum MDpay)
Sponsored by: Klara Inc.
Approved by: 0mp (mentor)
PR: 283364
|
|
|
|
| |
PR: 283885
|
|
|
|
|
|
|
|
|
|
|
|
| |
USES=java:ant does not imply USES=java:run so we need to add the run arg
seperately when we are using USES=java:ant. Not all ports require the
the argument so it is better to address the ports individually instead
of handling it automatically by implying run for ant.
Thanks to vvd for carefully going through this.
Reported by: vvd
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
| |
This was marked for deletion with the advise to use bouncycastle15. So
instead bouncycastle15 has been moved to boucycastle.
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201
|
|
|
|
|
|
|
|
| |
On FreeBSD 14 and 15 the i386 build fails with a segfault.
Reviewed by: bofh, jrm
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D48252
|
|
|
|
|
|
|
| |
Release notes: https://openjdk.org/projects/jdk/23/
Reviewed by: bofh, diizzy, emaste, glewis, jrm
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D48194
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Java InfoBus is an outdated API and is no longer actively developed or
maintained
- Modern Java development practices and frameworks have replaced the
functionality provided by InfoBus
- No known consumers or upstream support exist for this library
- Upstream distfiles are no longer available as Sun stopped developing
this long before their merger with Oracle
- Set EXPIRATION_DATE 2025-01-24
Approved by: portmgr (blanket)
|
| |
|
|
|
|
| |
Changelog: https://www.wildfly.org/news/2024/11/22/WildFly3401-Released/
|
|
|
|
| |
Changelog: https://www.wildfly.org/news/2024/10/17/WildFly34-Released/
|
|
|
|
|
| |
Partially reverts 08cc50220f1d71f12d13d7e2c957a5679b02914d, segfaults are still
present on both powerpc64 and powerpc64le.
|
|
|
|
|
| |
install -s -m 0644 /wrkdirs/usr/ports/java/intellij-ultimate/work/jna/com/sun/jna/freebsd-powerpc64le/libjnidispatch.so /wrkdirs/usr/ports/java/intellij-ultimate/work/stage/usr/local/share/intellij-ultimate/lib/jna/
install: /wrkdirs/usr/ports/java/intellij-ultimate/work/jna/com/sun/jna/freebsd-powerpc64le/libjnidispatch.so: No such file or directory
|
|
|
|
|
|
|
|
| |
New and Noteworthy:
https://eclipse.dev/eclipse/news/4.34/platform.php
https://eclipse.dev/eclipse/news/4.34/jdt.php
https://eclipse.dev/eclipse/news/4.34/platform_isv.php
https://eclipse.dev/eclipse/news/4.34/pde.php
|
|
|
|
| |
PR: 283000
|
| |
|
|
|
|
|
|
|
| |
Upgrade apache-commons-lang3 to the newest version.
Release notes:
https://commons.apache.org/proper/commons-lang/changes-report.html#a3.17.0
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
A change to one of the patches was not correct for other
architectures.
PR: 255662
Approved by: broken build
|
|
|
|
|
|
|
|
|
|
|
|
| |
Slightly adjusted the patch of Mikael Urankar to make sure it only
affects __arm__ builds.
The patch is similar to what fixed openjdk8 in
commit e13c81137266603a6a0700810b6bad419f9d98c8.
Not bumping portrevision as nothing changes for existing pkgs.
PR: 255662
Approved by: java@ (maintainer timeout)
|
|
|
|
| |
PR: 282516
|