Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= phalcon |
4 |
PORTNAME= phalcon |
5 |
DISTVERSIONPREFIX= v |
5 |
DISTVERSIONPREFIX= v |
6 |
DISTVERSION= 3.4.2 |
6 |
DISTVERSION= 3.4.3 |
7 |
CATEGORIES= www |
7 |
CATEGORIES= www |
8 |
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} |
9 |
|
9 |
|
Lines 16-22
ONLY_FOR_ARCHS= amd64 armv6 armv7 i386
Link Here
|
16 |
|
16 |
|
17 |
USES= php:ext |
17 |
USES= php:ext |
18 |
USE_PHP= hash:build json:build pdo:build |
18 |
USE_PHP= hash:build json:build pdo:build |
19 |
IGNORE_WITH_PHP= 73 |
|
|
20 |
|
19 |
|
21 |
USE_GITHUB= yes |
20 |
USE_GITHUB= yes |
22 |
GH_ACCOUNT= phalcon |
21 |
GH_ACCOUNT= phalcon |
Lines 31-37
PBITS= ${ARCH:S/amd64/64/:C/armv.*/32/:S/i386/32/:S/x86_64/64/}
Link Here
|
31 |
WRKSRC_SUBDIR= build/php${PHP_VER:C/.$//}/${PBITS}bits |
30 |
WRKSRC_SUBDIR= build/php${PHP_VER:C/.$//}/${PBITS}bits |
32 |
|
31 |
|
33 |
post-patch: |
32 |
post-patch: |
34 |
.if ${PHP_VER} >= 70 && ${PBITS} == 32 |
33 |
.if ${PBITS} == 32 |
35 |
@${REINPLACE_CMD} -e 's|ZEPHIR_FASTCALL| |' ${WRKSRC}/phalcon.zep.c |
34 |
@${REINPLACE_CMD} -e 's|ZEPHIR_FASTCALL| |' ${WRKSRC}/phalcon.zep.c |
36 |
.endif |
35 |
.endif |
37 |
|
36 |
|