pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/snappy-java10



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Jun 27 06:31:38 UTC 2022

Modified Files:
        pkgsrc/devel/snappy-java10: Makefile

Log Message:
snappy-java: Needs a sufficiently old JVM for source version 6.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/snappy-java10/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/snappy-java10/Makefile
diff -u pkgsrc/devel/snappy-java10/Makefile:1.10 pkgsrc/devel/snappy-java10/Makefile:1.11
--- pkgsrc/devel/snappy-java10/Makefile:1.10    Wed Jul  1 05:03:39 2020
+++ pkgsrc/devel/snappy-java10/Makefile Mon Jun 27 06:31:38 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2020/07/01 05:03:39 yyamano Exp $
+# $NetBSD: Makefile,v 1.11 2022/06/27 06:31:38 nia Exp $
 
 DISTNAME=      snappy-java-${SNAPVER}${SNAPJVER}
 CATEGORIES=    devel
@@ -28,6 +28,8 @@ USE_TOOLS+=   gmake
 USE_JAVA=      yes
 USE_JAVA2=     6
 
+PKG_JVMS_ACCEPTED=     openjdk8
+
 .include "../../mk/java-vm.mk"
 
 MAVEN_FLAGS+=  -Duser.home=${FAKEHOMEDIR}



Home | Main Index | Thread Index | Old Index