git: 354276d399be - main - devel/pecl-swoole: fix building, also remove obsolete options.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Jun 2024 12:56:18 UTC
The branch main has been updated by vanilla: URL: https://cgit.FreeBSD.org/ports/commit/?id=354276d399bec77592634e058d591cf5afffbbce commit 354276d399bec77592634e058d591cf5afffbbce Author: Vanilla I. Shu <vanilla@FreeBSD.org> AuthorDate: 2024-06-08 12:55:18 +0000 Commit: Vanilla I. Shu <vanilla@FreeBSD.org> CommitDate: 2024-06-08 12:56:11 +0000 devel/pecl-swoole: fix building, also remove obsolete options. --- devel/pecl-swoole/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/devel/pecl-swoole/Makefile b/devel/pecl-swoole/Makefile index df1cdd747db7..368f64b54491 100644 --- a/devel/pecl-swoole/Makefile +++ b/devel/pecl-swoole/Makefile @@ -16,23 +16,20 @@ USES= compiler:c11 localbase:ldflags php:build,pecl pkgconfig ssl CONFIGURE_ARGS+= --enable-mysqlnd -OPTIONS_DEFINE= BROTLI CARES CURL HTTP2 JSON PGSQL SOCKETS +OPTIONS_DEFINE= BROTLI CARES CURL PGSQL SOCKETS CARES_LIB_DEPENDS= libcares.so:dns/c-ares CARES_CONFIGURE_ON= --enable-cares -HTTP2_CONFIGURE_ON= --enable-http2 \ - --enable-openssl SOCKETS_USE= PHP=sockets:build SOCKETS_DESC= Use native php sockets extension SOCKETS_CONFIGURE_ON= --enable-sockets CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_CONFIGURE_ON= --enable-swoole-curl CURL_USE= PHP=curl -JSON_CONFIGURE_ON= --enable-swoole-json -JSON_USES= php:build PGSQL_CONFIGURE_ON= --enable-swoole-pgsql PGSQL_USES= pgsql PGSQL_USE= PHP=pdo:build BROTLI_CONFIGURE_ON= --enable-brotli +BROTLI_CONFIGURE_OFF= --disable-brotli BROTLI_LIB_DEPENDS= libbrotlicommon.so:archivers/brotli .include <bsd.port.mk>