Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2023 01:12:31 GMT
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: b9de9faa282f - 2023Q4 - devel/pecl-swoole: drop i386 support.
Message-ID:  <202310080112.3981CVJY071948@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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