diff options
author | abs <abs@pkgsrc.org> | 2021-07-20 16:01:03 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2021-07-20 16:01:03 +0000 |
commit | 2fbc923427d57bd2dc43ef4b899d3709e54da58e (patch) | |
tree | 63a77bf1b651a5bce2d3aae68464671b8ade571e /net | |
parent | b3b8ec8c75fcc627cee0a4393a6e2455dc4a8d9e (diff) | |
download | pkgsrc-2fbc923427d57bd2dc43ef4b899d3709e54da58e.tar.gz |
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@
Diffstat (limited to 'net')
-rw-r--r-- | net/unifi/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |