Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Apr 2022 02:21:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 263601] java/bouncycastle15 only builds with Java 8
Message-ID:  <bug-263601-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263601

            Bug ID: 263601
           Summary: java/bouncycastle15 only builds with Java 8
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: wcarson.bugzilla@disillusion.net

There is no JAVA_VERSION defined in the Makefile. I tried various values (8,
11, and 17) and the only one that worked is 8.

diff --git a/java/bouncycastle15/Makefile b/java/bouncycastle15/Makefile
index 472af5a4a0..a84bc41546 100644
--- a/java/bouncycastle15/Makefile
+++ b/java/bouncycastle15/Makefile
@@ -26,6 +26,7 @@ CPE_VENDOR=3D   ${PORTNAME}
 CPE_PRODUCT=3D   legion-of-the-bouncy-castle-java-crytography-api
 USE_ANT=3D       yes
 USE_JAVA=3D      yes
+JAVA_VERSION=3D  8

 MAKE_ARGS=3D     -f \
                ant/jdk${JDKNVERSION}+.xml

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263601-7788>