Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Oct 2023 11:35:55 GMT
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8517d5b9d9fe - main - devel/pecl-swoole: drop i386 support.
Message-ID:  <202310051135.395BZtf3011285@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vanilla:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8517d5b9d9fee34326fd0a4248ab732d0d015f63

commit 8517d5b9d9fee34326fd0a4248ab732d0d015f63
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-05 11:35:19 +0000

    devel/pecl-swoole: drop i386 support.
---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310051135.395BZtf3011285>