unifi: drop the version restriction on mongodb; unifi versions >=5.13
should be happy with newer versions and 5.6 is patched to drop the command-line flag which was causing problems.
This commit is contained in:
parent
84bab2f395
commit
59bbbc223f
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2022/01/24 16:35:54 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2022/02/02 18:07:09 sthen Exp $
|
||||
|
||||
V= 5.14.23
|
||||
SNAPPY_V= 1.1.8.4
|
||||
REVISION= 11
|
||||
REVISION= 12
|
||||
|
||||
REPLACE_LOG4J= Yes
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2022/02/02 18:01:20 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2022/02/02 18:07:09 sthen Exp $
|
||||
|
||||
V= 5.6.42
|
||||
SNAPPY_V= 1.1.2.6
|
||||
SNAPPY_S=
|
||||
REVISION= 12
|
||||
REVISION= 13
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2022/01/24 16:35:54 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2022/02/02 18:07:09 sthen Exp $
|
||||
|
||||
V= 6.0.45
|
||||
SNAPPY_V= 1.1.8.4
|
||||
REVISION= 9
|
||||
REVISION= 10
|
||||
|
||||
REPLACE_LOG4J= Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.33 2022/02/02 18:01:20 sthen Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.34 2022/02/02 18:07:08 sthen Exp $
|
||||
|
||||
.if defined(V)
|
||||
COMMENT = controller for Ubiquiti uniFi (wifi/routing/switching/voip)
|
||||
@ -50,7 +50,7 @@ MODJAVA_VER = 1.8
|
||||
# building snappy-java for i386 is even more of a pain than for amd64)
|
||||
ONLY_FOR_ARCHS = amd64
|
||||
|
||||
RUN_DEPENDS = databases/mongodb<3.6.0 \
|
||||
RUN_DEPENDS = databases/mongodb \
|
||||
java/javaPathHelper
|
||||
|
||||
# disable dup file check, embedded version numbers in PLISTs result
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2022/02/02 12:41:49 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2022/02/02 18:07:09 sthen Exp $
|
||||
|
||||
V= 6.5.55
|
||||
SNAPPY_V= 1.1.8.4
|
||||
REVISION= 2
|
||||
REVISION= 3
|
||||
|
||||
REPLACE_LOG4J= Yes
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user