git: b9de9faa282f - 2023Q4 - devel/pecl-swoole: drop i386 support.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Oct 2023 01:12:31 UTC
The branch 2023Q4 has been updated by vanilla: URL: https://cgit.FreeBSD.org/ports/commit/?id=b9de9faa282fa903e7548827ab6308ec487bb911 commit b9de9faa282fa903e7548827ab6308ec487bb911 Author: Vanilla I. Shu <vanilla@FreeBSD.org> AuthorDate: 2023-10-05 11:35:19 +0000 Commit: Vanilla I. Shu <vanilla@FreeBSD.org> CommitDate: 2023-10-08 01:12:07 +0000 devel/pecl-swoole: drop i386 support. (cherry picked from commit 8517d5b9d9fee34326fd0a4248ab732d0d015f63) --- devel/pecl-swoole/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/pecl-swoole/Makefile b/devel/pecl-swoole/Makefile index d7355b311bcd..af3376884fd8 100644 --- a/devel/pecl-swoole/Makefile +++ b/devel/pecl-swoole/Makefile @@ -9,6 +9,9 @@ WWW= https://pecl.php.net/package/swoole LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +NOT_FOR_ARCHS= i386 +NOT_FOR_ARCHS_REASON= upstream drop 32 bits support + USES= compiler:c11 localbase:ldflags php:build,pecl ssl CONFIGURE_ARGS+= --enable-mysqlnd