git: ac9c0ce835b4 - main - www/phalcon4: enable on riscv64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Dec 2021 22:12:16 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=ac9c0ce835b44ce62afff8c70fa8b18e63ef078a commit ac9c0ce835b44ce62afff8c70fa8b18e63ef078a Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-12-16 21:38:23 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-12-16 21:38:56 +0000 www/phalcon4: enable on riscv64 --- www/phalcon4/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/phalcon4/Makefile b/www/phalcon4/Makefile index 208c492153b8..7b2c24773c71 100644 --- a/www/phalcon4/Makefile +++ b/www/phalcon4/Makefile @@ -10,7 +10,7 @@ COMMENT= Phalcon PHP Framework written in C-language LICENSE= BSD3CLAUSE -ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le +ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le riscv64 RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/psr.so:devel/pecl-psr@${PHP_FLAVOR} @@ -28,7 +28,7 @@ CONFLICTS_INSTALL= ${PKGNAMEPREFIX}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/:S/powerpc/32/} +PBITS= ${ARCH:S/aarch64/64/:S/amd64/64/:C/armv.*/32/:S/i386/32/:S/x86_64/64/:C/powerpc64.*/64/:S/powerpc/32/:C/riscv64.*/64/} WRKSRC_SUBDIR= build/php${PHP_VER:C/.$//}/${PBITS}bits post-patch: