Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jan 2024 21:59:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 276163] archivers/snappy-java: bad dependency syntax in BUILD_DEPENDS
Message-ID:  <bug-276163-7788-w6sKXSGmHE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-276163-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-276163-7788@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #6 from Ronald Klop <ronald@FreeBSD.org> ---
Would this help? If I read Mk/bsd.java.mk again the only value JAVA_BUILD c=
an
have would be "jdk".

diff --git a/archivers/snappy-java/Makefile b/archivers/snappy-java/Makefile
index bd46c3334633..f7be155faf7d 100644
--- a/archivers/snappy-java/Makefile
+++ b/archivers/snappy-java/Makefile
@@ -39,7 +39,7 @@ GH_TUPLE=3D     google:snappy:${DISTVERSION:R}:google \
                kiyo-masui:bitshuffle:${BITSHUFFLE_V}:masui

 USE_JAVA=3D      yes
-JAVA_BUILD=3D    jre # prevent JAVA_RUN via bsd.java.mk
+JAVA_BUILD=3D    jdk # prevent JAVA_RUN via bsd.java.mk
 USE_LDCONFIG=3D  yes
 MAKE_ARGS+=3D    CXX=3D"${CXX}"
 TEST_TARGET=3D   test

--=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-276163-7788-w6sKXSGmHE>