pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
unifi6: Follow net/unifi in not allowing openjdk11
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Sun Jul 25 09:31:54 2021 -0400
Changeset: f572f70c28be1d019a37c1c3dbd2a14270a33cad
Modified Files:
unifi6/Makefile
Log Message:
unifi6: Follow net/unifi in not allowing openjdk11
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f572f70c28be1d019a37c1c3dbd2a14270a33cad
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
unifi6/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diffs:
diff --git a/unifi6/Makefile b/unifi6/Makefile
index 4e59972643..c8a58a51bc 100644
--- a/unifi6/Makefile
+++ b/unifi6/Makefile
@@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.21 2021/05/31 17:11:33 gdt Exp $
DISTNAME= unifi-6.2.25
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= -http://dl.ubnt.com/unifi/${PKGVERSION_NOREV}/UniFi.unix.zip
EXTRACT_SUFX= .zip
@@ -45,7 +46,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