svn commit: r451727 - head/www/phalcon
Mark Linimon
linimon at FreeBSD.org
Wed Oct 11 02:39:17 UTC 2017
Author: linimon
Date: Wed Oct 11 02:39:16 2017
New Revision: 451727
URL: https://svnweb.freebsd.org/changeset/ports/451727
Log:
Adapt to build on armv7.
PR: 221902
Submitted by: maintainer timeout (linpct @ gmail.com, 2 months)
Modified:
head/www/phalcon/Makefile
Modified: head/www/phalcon/Makefile
==============================================================================
--- head/www/phalcon/Makefile Wed Oct 11 02:34:40 2017 (r451726)
+++ head/www/phalcon/Makefile Wed Oct 11 02:39:16 2017 (r451727)
@@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE
USES= php:ext
USE_PHP= hash:build json:build pdo:build
-ONLY_FOR_ARCHS= amd64 armv6 i386
+ONLY_FOR_ARCHS= amd64 armv6 armv7 i386
USE_GITHUB= yes
GH_ACCOUNT= phalcon
@@ -25,7 +25,7 @@ CONFIGURE_ARGS= --enable-phalcon
.include <bsd.port.pre.mk>
-PBITS= ${ARCH:S/amd64/64/:S/armv6/32/:S/i386/32/:S/x86_64/64/}
+PBITS= ${ARCH:S/amd64/64/:C/armv.*/32/:S/i386/32/:S/x86_64/64/}
WRKSRC_SUBDIR= build/php${PHP_VER:C/.$//}/${PBITS}bits
post-patch:
More information about the svn-ports-head
mailing list