Index: head/www/phalcon/Makefile =================================================================== --- head/www/phalcon/Makefile (revision 436703) +++ head/www/phalcon/Makefile (revision 436704) @@ -1,31 +1,35 @@ # Created by: Jin-Sih Lin # $FreeBSD$ PORTNAME= phalcon -PORTVERSION= 3.0.3 +PORTVERSION= 3.0.4 DISTVERSIONPREFIX= v CATEGORIES= www MAINTAINER= linpct@gmail.com COMMENT= Phalcon PHP Framework written in C-language LICENSE= BSD3CLAUSE USES= php:ext USE_PHP= hash:build json:build pdo:build ONLY_FOR_ARCHS= amd64 armv6 i386 USE_GITHUB= yes GH_ACCOUNT= phalcon GH_PROJECT= c${PORTNAME} CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --enable-phalcon .include PBITS= ${ARCH:S/amd64/64/:S/armv6/32/:S/i386/32/:S/x86_64/64/} WRKSRC_SUBDIR= build/php${PHP_VER:C/.$//}/${PBITS}bits + +.if ${PHP_VER} == 70 && ${PBITS} == 32 +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-phalcon.zep.c +.endif .include Index: head/www/phalcon/distinfo =================================================================== --- head/www/phalcon/distinfo (revision 436703) +++ head/www/phalcon/distinfo (revision 436704) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482903422 -SHA256 (phalcon-cphalcon-v3.0.3_GH0.tar.gz) = b3b5a2408b9eed5f440bf8fcb89b18da255ddc6ed1d90e585aa70975c258699c -SIZE (phalcon-cphalcon-v3.0.3_GH0.tar.gz) = 6371473 +TIMESTAMP = 1487668442 +SHA256 (phalcon-cphalcon-v3.0.4_GH0.tar.gz) = 50834275cd964a5d1fdd7a588183ca4e038a46900045a6cf91f50b56664d15cd +SIZE (phalcon-cphalcon-v3.0.4_GH0.tar.gz) = 6407812 Index: head/www/phalcon/files/extra-patch-phalcon.zep.c =================================================================== --- head/www/phalcon/files/extra-patch-phalcon.zep.c (nonexistent) +++ head/www/phalcon/files/extra-patch-phalcon.zep.c (revision 436704) @@ -0,0 +1,31 @@ +--- phalcon.zep.c.orig 2016-11-26 21:03:16 UTC ++++ phalcon.zep.c +@@ -2114,8 +2114,8 @@ static int ZEPHIR_FASTCALL zephir_memory + #define ZEPHIR_MM_RESTORE() zephir_memory_restore_stack(NULL) + + #else +-static void ZEPHIR_FASTCALL zephir_memory_grow_stack(); +-static int ZEPHIR_FASTCALL zephir_memory_restore_stack(); ++static void zephir_memory_grow_stack(); ++static int zephir_memory_restore_stack(); + + #define ZEPHIR_MM_GROW() zephir_memory_grow_stack() + #define ZEPHIR_MM_RESTORE() zephir_memory_restore_stack() +@@ -4212,7 +4212,7 @@ static void ZEPHIR_FASTCALL zephir_memor + + #else + +-static void ZEPHIR_FASTCALL zephir_memory_grow_stack() ++static void zephir_memory_grow_stack() + { + zend_zephir_globals_def *g = ZEPHIR_VGLOBAL; + if (g->start_memory == NULL) { +@@ -4221,7 +4221,7 @@ static void ZEPHIR_FASTCALL zephir_memor + zephir_memory_grow_stack_common(g); + } + +-static int ZEPHIR_FASTCALL zephir_memory_restore_stack() ++static int zephir_memory_restore_stack() + { + zephir_memory_restore_stack_common(ZEPHIR_VGLOBAL); + return SUCCESS; Property changes on: head/www/phalcon/files/extra-patch-phalcon.zep.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property