pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/unifi
Module Name: pkgsrc
Committed By: abs
Date: Tue Jul 20 16:01:03 UTC 2021
Modified Files:
pkgsrc/net/unifi: Makefile
Log Message:
Remove openjdk11 from PKG_JVMS_ACCEPTED for now
Running on NetBSD-9.2/amd64 under openjdk11, the unifi server fails to listen
to https, so exclude openjdk11 for now. Confirmed by tnn@
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/unifi/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/unifi/Makefile
diff -u pkgsrc/net/unifi/Makefile:1.22 pkgsrc/net/unifi/Makefile:1.23
--- pkgsrc/net/unifi/Makefile:1.22 Tue Jun 1 15:04:12 2021
+++ pkgsrc/net/unifi/Makefile Tue Jul 20 16:01:03 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2021/06/01 15:04:12 gdt Exp $
+# $NetBSD: Makefile,v 1.23 2021/07/20 16:01:03 abs Exp $
# Update to 6.2 (wip) is on hold pending reports that the greater
# Unifi world thinks it is stable enough. -- gdt, 2021-06-01
@@ -47,7 +47,8 @@ INSTALLATION_DIRS= unifi
# Emulated JDK doesn't work due to epoll issues. Also, would require
# matching emulated native libraries, and we only compile actual
# native libaries.
-PKG_JVMS_ACCEPTED= openjdk11 openjdk8
+# NetBSD openjdk11 fails to listen to https, so disable for now
+PKG_JVMS_ACCEPTED= openjdk8
PKGSRC_MAKE_ENV+= JAVA_HOME=${PKG_JAVA_HOME}
USE_LANGUAGES= c c++ # for snappy JNI library
USE_TOOLS+= gmake pax
Home |
Main Index |
Thread Index |
Old Index