| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Release Notes:
https://www.dbvis.com/releasenotes/26.1/
MFH: 2026Q1
|
| |
|
|
|
|
|
| |
Release Notes:
https://www.dbvis.com/releasenotes/25.3/
MFH: 2026Q1
|
| |
|
|
|
|
|
| |
error:
com.amd.aparapi.jni/build.xml:458: javah does not exist under Java 10 and higher, use the javac task with nativeHeaderDir instead
Approved-by: no maintainer
|
| |
|
|
|
|
|
|
| |
Changelog:
https://github.com/apache/netbeans/releases/tag/29
PR: 293537
MFH: 2026Q1
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The OpenJDK headless builds still need xorg and related libraries.
This should hopefully fix the pkg fallouts reported after the update to
25.0.2.
Reviewed by: fuz (mentor)
Approved by: fuz (mentor)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55589
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update to track upstream version 25.0.2, with fixes for FreeBSD.
See the upstream release notes for details on what has changed since
version 25.0.1:
https://www.oracle.com/java/technologies/javase/25-0-2-relnotes.html
In addition to the above, this release includes the following patch,
scheduled for JDK 26 by upstream.
JDK-8371637: allocateNativeInternal sometimes return incorrectly aligned
memory
This is because this patch affects systems using jemalloc specifically,
like FreeBSD does, but I feel it's too long time to wait until the next
LTS release before making it available on FreeBSD.
Reviewed by: fuz (mentor)
Approved by: fuz (mentor)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55529
|
| |
|
|
|
| |
Release Notes:
https://www.dbvis.com/releasenotes/25.3/
|
| |
|
|
| |
PR: 272855
|
| |
|
|
|
|
|
|
|
|
|
| |
Completes the transition to using prebuilt packages to bootstrap OpenJDK
ports.
PR: 289731
Reviewed by: jrm, fuz (mentor)
Approved by: fuz (mentor)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D54731
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Dependency openoffice needs java 8. Without this patch openoffice fails
with:
bad class file: /usr/local/share/java/classes/commons-httpclient.jar(org/apache/commons/httpclient/HttpClient.class)
class file has wrong version 65.0, should be 52.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
So make httpclient target java 8 for now.
While here I added encoding= to javac instead of the REINPLACE_CMD statement.
PR: 293317
Approved-by: Alex Dupre (maintainer)
|
| |
|
|
| |
Changelog: https://github.com/wildfly/wildfly/releases/tag/39.0.1.Final
|
| |
|
|
|
|
|
| |
Simplify RUBY_VER check
PR: 293109
Reported by: Benjamin Takacs <nimaje+fbz@bureaucracy.de>
|
| |
|
|
| |
2026-02-12 java/openjdk19: No longer supported by upstream
|
| |
|
|
|
|
|
|
|
|
|
| |
Fix build with WEBKIT=off.
RUBY_VER variable is only defined with USES=ruby, which is only the
case if the WEBKIT option is on.
While here move LDFLAGS higher.
PR: 293109
Fixes: a67f24e318a6 (Fix 066663be20a8d55bde6ec67c54dbdaeafcf04fea)
|
| |
|
|
|
|
| |
rubygem-getoptlong is a conditional dependency.
PR: 292489
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelogs:
https://github.com/apache/netbeans/releases/tag/18
https://github.com/apache/netbeans/releases/tag/19
https://github.com/apache/netbeans/releases/tag/20
https://github.com/apache/netbeans/releases/tag/21
https://github.com/apache/netbeans/releases/tag/22
https://github.com/apache/netbeans/releases/tag/23
https://github.com/apache/netbeans/releases/tag/24
https://github.com/apache/netbeans/releases/tag/25
https://github.com/apache/netbeans/releases/tag/26
https://github.com/apache/netbeans/releases/tag/27
https://github.com/apache/netbeans/releases/tag/28
- Repalce PORTVERSION with DISTVERSION.
- Remove shebangfix variables with default values.
- Parametrize netbeans with PORTNAME.
- Fix warnings from portclippy.
- Exclude from extract binary files for other OSes - add NO_ARCH.
- Use RLN instead of LN -s in post-install.
PR: 292351
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
|
| |
|
|
|
| |
PR: 292881
Reported by: Petr Lampa <lampa@fit.vutbr.cz>
|
| |
|
|
| |
PR: 292360
|
| |
|
|
|
|
|
| |
/usr/local/lib/ruby/3.4/did_you_mean/core_ext/name_error.rb:11: warning: getoptlong is not part of the default gems starting from Ruby 3.4.0. Install getoptlong from RubyGems.
<internal:/usr/local/lib/ruby/3.4/rubygems/core_ext/kernel_require.rb>:136:in 'Kernel#require': cannot load such file -- getoptlong (LoadError)
PR: 292489
|
| |
|
|
|
|
|
|
|
| |
When scilab compiles with jdk8 it needs the libraries to be
compiled with jdk8 also.
PR: 272855
Approved-By: no maintainer
Fixes: 0bb32f6170f8040ec686c7e597408b1f3923a225 (scilab pin to jdk8)
|
| |
|
|
| |
Changelog: https://www.wildfly.org/news/2026/01/16/WildFly-39-is-released/
|
| |
|
|
|
| |
PR: 292647
Approved-by: olgeni@ (maintainer)
|
| |
|
|
| |
2026-01-17 java/jta: manual download, no users in the ports tree, newer version is at https://github.com/jakartaee/transactions
|
| |
|
|
|
|
|
|
| |
Don't pin javac to source/target.
Revert ports c0eef0ceec76f8e99a152aca04e938dcb12f7261 for this.
PR: 292152
|
| |
|
|
| |
2026-01-12 java/openjdk18: No longer supported by upstream
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use prebuilt known good packages (derived from the official pkgs)
instead of depending on the previous version of the OpenJDK.
This patch fixes bootstrapping for openjdk8-20 except 18 which is
expired, and 19 which has been dealt with before.
PR: 291872
Reviewed by: fuz (mentor)
Approved by: fuz (mentor)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D54683
|
| |
|
|
|
|
|
|
|
|
|
| |
Change the way the port is bootstrapped, by extracting a prebuild
package to the work dir, instead of installing the previous openjdk
version to the system.
Reviewed by: bofh (mentor)
Approved by: bofh (mentor)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D54608
|
| |
|
|
|
| |
Release Notes:
https://www.dbvis.com/releasenotes/25.3/
|
| |
|
|
| |
Changelog: https://www.pydev.org/history_pydev.html#release-13-1-0-2025-09-21
|
| |
|
|
| |
2025-12-31 java/springframework: Superseded upstream by newer versions many years ago
|
| |
|
|
| |
2025-12-31 java/springframework31: Superseded upstream by newer versions many years ago
|
| |
|
|
|
|
|
|
| |
The build was pinned to a jdk version that is not supported by jdk21.
Fix that by just compiling to the JAVA_DEFAULT version.
PR: 291667
Approved-By: maintainer timeout
|
| |
|
|
|
| |
PR: 291876
Approved by: olgeni (maintainer)
|
| | |
|
| |
|
|
| |
PR: 291582
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Does not build with JDK21.
[javac] error: Source option 7 is no longer supported. Use 8 or later.
[javac] error: Target option 7 is no longer supported. Use 8 or later.
NB: maybe the build can be easily fixed with jdk21, but that would need more
time to investigate and my test setup does not have amd64.
If you use this port, please try and test.
PR: 272855
Approved-by: no maintainer
|
| |
|
|
| |
PR: 272855
|
| |
|
|
|
|
|
|
| |
Release Notes:
https://www.dbvis.com/releasenotes/25.2/
https://www.dbvis.com/releasenotes/25.3/
MFH: 2025Q4
|
| |
|
|
|
|
|
|
|
|
| |
News:
https://eclipse.dev/eclipse/markdown/?f=news/4.38/index.md
Release Notes:
https://eclipse.dev/eclipse/development/readme_eclipse_4.38.html
PR: 291606
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Mark OpenJDK versions no longer maintained by upstream as deprecated,
and for future removal. Keeping LTS versions, as well as the actively
maintained latest versions in the tree.
Reviewed by: bofh (mentor), jrm
Approved by: bofh (mentor)
MFH: 2025Q4
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D54176
|
| |
|
|
|
|
|
|
|
| |
/!\ javamail-1.6.2_2: Makefile errors /!\
you cannot include bsd.port[.pre].mk twice
Defining both PORTVERSION and DISTVERSION is wrong, only set one, if necessary,
set DISTNAME
|
| | |
|
| |
|
|
| |
PR: 272855
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
As javamail is a library and not an application itself it should not
have a run-dependency on Java. It doesn't run on its own.
It will always use the java version of the application that uses javamail.
Use source and target arguments compatible with jdk21.
If not using openjdk8 bring back the Java Activation Framework. In
openjdk8 these classes were included in the core packages. In later
JDK versions it was removed again.
PR: 291388
|
| |
|
|
|
|
|
|
|
|
| |
Some comments in source files contain UTF-8 characters.
Jdk11 and jdk17 expected ASCII and threw an error.
Tell the compiler the charset of the source files.
PR: 263601
Reported-by: olce@
Obtained-from: https://lists.freebsd.org/archives/freebsd-java/2025-December/003388.html
|