git: cc0c35f65619 - main - www/phalcon: enable on armv7 and powerpc
Piotr Kubaj
pkubaj at FreeBSD.org
Tue Jun 15 08:42:46 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cc0c35f65619cd2b286219ecfdd70e9f3cca08c1
commit cc0c35f65619cd2b286219ecfdd70e9f3cca08c1
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-15 08:41:50 +0000
Commit: Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-15 08:41:50 +0000
www/phalcon: enable on armv7 and powerpc
---
www/phalcon/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/phalcon/Makefile b/www/phalcon/Makefile
index e75a983309fb..f14296b23236 100644
--- a/www/phalcon/Makefile
+++ b/www/phalcon/Makefile
@@ -11,7 +11,7 @@ COMMENT= Phalcon PHP Framework written in C-language
LICENSE= BSD3CLAUSE
-ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le
+ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le
USES= localbase php:ext
USE_PHP= hash:build json:build pdo:build
@@ -27,7 +27,7 @@ CONFIGURE_ARGS= --enable-phalcon
.include <bsd.port.pre.mk>
-PBITS= ${ARCH:S/aarch64/64/:S/amd64/64/:C/armv.*/32/:S/i386/32/:S/x86_64/64/:C/powerpc64.*/64/}
+PBITS= ${ARCH:S/aarch64/64/:S/amd64/64/:C/armv.*/32/:S/i386/32/:S/x86_64/64/:C/powerpc64.*/64/:S/powerpc/32/}
WRKSRC_SUBDIR= build/php${PHP_VER:C/.$//}/${PBITS}bits
post-patch:
More information about the dev-commits-ports-all
mailing list