Date: Tue, 9 May 2023 20:07:09 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4b7b0c6d5266 - main - www/lighttpd: fix WEBDAV option Message-ID: <202305092007.349K79dF076709@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=4b7b0c6d526683fb370aff150e67263f456148e6 commit 4b7b0c6d526683fb370aff150e67263f456148e6 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-05-09 20:06:42 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-05-09 20:06:42 +0000 www/lighttpd: fix WEBDAV option It looks like it was missed in cmake migration. --- www/lighttpd/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index 46d3a7ba347b..a4e18618dd76 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -80,6 +80,10 @@ NSS_LIB_DEPENDS= libnss3.so:security/nss OPENSSL_USES= ssl OPENSSL_CMAKE_BOOL= WITH_OPENSSL SPAWNFCGI_RUN_DEPENDS= spawn-fcgi:www/spawn-fcgi +WEBDAV_CMAKE_BOOL= WITH_WEBDAV_LOCKS \ + WITH_WEBDAV_PROPS +WEBDAV_LIB_DEPENDS= libxml2.so:textproc/libxml2 \ + libsqlite3.so:databases/sqlite3 WOLFSSL_CMAKE_BOOL= WITH_WOLFSSL WOLFSSL_LIB_DEPENDS= libwolfssl.so:security/wolfssl ZSTD_CMAKE_BOOL= WITH_ZSTD
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305092007.349K79dF076709>