Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2023 18:27:18 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: 528cd3d026c7 - main - devel/pecl-swoole: disable on powerpc
Message-ID:  <202310111827.39BIRIif091510@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=528cd3d026c76763dd3b250eafe643c2c025d586

commit 528cd3d026c76763dd3b250eafe643c2c025d586
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-10-10 23:01:19 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-10-11 18:26:41 +0000

    devel/pecl-swoole: disable on powerpc
---
 devel/pecl-swoole/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/pecl-swoole/Makefile b/devel/pecl-swoole/Makefile
index af3376884fd8..f3ee3cc7602d 100644
--- a/devel/pecl-swoole/Makefile
+++ b/devel/pecl-swoole/Makefile
@@ -9,7 +9,7 @@ WWW=		https://pecl.php.net/package/swoole
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NOT_FOR_ARCHS=	i386
+NOT_FOR_ARCHS=	i386 powerpc
 NOT_FOR_ARCHS_REASON= 	upstream drop 32 bits support
 
 USES=		compiler:c11 localbase:ldflags php:build,pecl ssl



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