From 2fbc923427d57bd2dc43ef4b899d3709e54da58e Mon Sep 17 00:00:00 2001 From: abs Date: Tue, 20 Jul 2021 16:01:03 +0000 Subject: 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@ --- net/unifi/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net') diff --git a/net/unifi/Makefile b/net/unifi/Makefile index 20f7ecf37ac..a44eaef1a2e 100644 --- a/net/unifi/Makefile +++ b/net/unifi/Makefile @@ -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 -- cgit v1.2.3