Date: Tue, 22 Oct 2024 18:08:15 GMT From: Joe Marcus Clarke <marcus@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a71316ec3bb5 - main - net/netatalk3: Prevent MySQL backend from always being built Message-ID: <202410221808.49MI8F0B050651@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by marcus: URL: https://cgit.FreeBSD.org/ports/commit/?id=a71316ec3bb53952c8dad9211ec5d051f411653b commit a71316ec3bb53952c8dad9211ec5d051f411653b Author: Andrew <andrew.hotlab@hotmail.com> AuthorDate: 2024-10-22 18:06:03 +0000 Commit: Joe Marcus Clarke <marcus@FreeBSD.org> CommitDate: 2024-10-22 18:07:50 +0000 net/netatalk3: Prevent MySQL backend from always being built PR: 282170 --- net/netatalk3/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/netatalk3/Makefile b/net/netatalk3/Makefile index 829506b49eaf..847aedfefe42 100644 --- a/net/netatalk3/Makefile +++ b/net/netatalk3/Makefile @@ -1,5 +1,6 @@ PORTNAME= netatalk PORTVERSION= 3.2.10 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/netatalk-${PORTVERSION:S/./-/g}/ @@ -69,7 +70,7 @@ DBUS_MESON_ON= -Dwith-dbus-daemon-path=${LOCALBASE}/bin/dbus-daemon \ -Dwith-dbus-sysconf-path=${LOCALBASE}/etc/dbus-1/system.d DBUS_MESON_OFF= -Dwith-afpstats=false MYSQL_USES= mysql -MYSQL_MESON_ON=-Dwith-cnid-mysql-backend=true +MYSQL_MESON_OFF=-Dwith-cnid-mysql-backend=false ACL_LIB_DEPENDS= libsunacl.so:sysutils/libsunacl ACL_MESON_OFF=-Dwith-acls=false LIBWRAP_MESON_OFF=-Dwith-tcp-wrappers=false
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410221808.49MI8F0B050651>