pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/unifi unifi: works with openjdk11 now (after openj...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd95f87bfac6
branches:  trunk
changeset: 449120:dd95f87bfac6
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Mar 21 09:03:04 2021 +0000

description:
unifi: works with openjdk11 now (after openjdk11-1.11.0.10.9nb1)

diffstat:

 net/unifi/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r ff818a8a6ad9 -r dd95f87bfac6 net/unifi/Makefile
--- a/net/unifi/Makefile        Sun Mar 21 08:46:59 2021 +0000
+++ b/net/unifi/Makefile        Sun Mar 21 09:03:04 2021 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2020/08/30 06:03:53 tnn Exp $
+# $NetBSD: Makefile,v 1.20 2021/03/21 09:03:04 tnn Exp $
 
 DISTNAME=      unifi-5.14.23
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  -http://dl.ubnt.com/unifi/${PKGVERSION_NOREV}/UniFi.unix.zip
 EXTRACT_SUFX=  .zip
@@ -45,7 +46,7 @@
 # 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=     openjdk8
+PKG_JVMS_ACCEPTED=     openjdk11 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