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:   tnn
Date:           Sun Mar 21 09:03:04 UTC 2021

Modified Files:
        pkgsrc/net/unifi: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.19 pkgsrc/net/unifi/Makefile:1.20
--- pkgsrc/net/unifi/Makefile:1.19      Sun Aug 30 06:03:53 2020
+++ pkgsrc/net/unifi/Makefile   Sun Mar 21 09:03:04 2021
@@ -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 @@ 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=     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