git: b56e326654dc - main - java/java3d: enable on aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Apr 2025 15:35:22 UTC
The branch main has been updated by ronald:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b56e326654dc1c9f95b29e3a16ef0cc8a60184b8
commit b56e326654dc1c9f95b29e3a16ef0cc8a60184b8
Author: Ronald Klop <ronald@FreeBSD.org>
AuthorDate: 2025-04-17 11:52:56 +0000
Commit: Ronald Klop <ronald@FreeBSD.org>
CommitDate: 2025-04-17 15:34:56 +0000
java/java3d: enable on aarch64
Builds fine.
Replace WWW by something that does resolve and looks as close as
possible to a canonical website about this pretty old software.
---
java/java3d/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/java/java3d/Makefile b/java/java3d/Makefile
index 54ce86120836..0ef3273e28dd 100644
--- a/java/java3d/Makefile
+++ b/java/java3d/Makefile
@@ -6,12 +6,12 @@ MASTER_SITES= https://sites.google.com/site/daemonwizard/
MAINTAINER= ports@FreeBSD.org
COMMENT= Provides API for creating and manipulation of 3D geometry
-WWW= http://java3d.java.net/
+WWW= https://www.oracle.com/java/technologies/javase/java-3d.html \
+ https://download.java.net/media/java3d/builds/release/1.5.2/README-download.html
LICENSE= BSD2CLAUSE GPLv2
LICENSE_COMB= multi
-BROKEN_aarch64= fails to compile: GVector.java:168: bad use of '>'
BROKEN_armv6= fails to compile: build.xml: Compile failed; see the compiler error output for details
BROKEN_armv7= fails to compile: build.xml: Compile failed; see the compiler error output for details