Index: head/devel/pecl-ev/Makefile =================================================================== --- head/devel/pecl-ev/Makefile (revision 402608) +++ head/devel/pecl-ev/Makefile (revision 402609) @@ -1,23 +1,24 @@ # Created by: John Chen # $FreeBSD$ PORTNAME= ev PORTVERSION= 0.2.15 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL MAINTAINER= johnpupu@gmail.com COMMENT= Libev extension for PHP LICENSE= PHP301 USES= tar:tgz USE_PHP= yes USE_PHP_BUILD= yes USE_PHPIZE= yes USE_PHPEXT= yes IGNORE_WITH_PHP=52 53 .include Index: head/devel/pecl-ev/files/patch-libev_ev.c =================================================================== --- head/devel/pecl-ev/files/patch-libev_ev.c (nonexistent) +++ head/devel/pecl-ev/files/patch-libev_ev.c (revision 402609) @@ -0,0 +1,11 @@ +--- libev/ev.c.orig 2015-11-29 14:37:29 UTC ++++ libev/ev.c +@@ -1010,7 +1010,7 @@ ecb_inline uint64_t ecb_rotr64 (uint64_t + #define ecb_unreachable() __builtin_unreachable () + #else + /* this seems to work fine, but gcc always emits a warning for it :/ */ +- ecb_inline void ecb_unreachable (void) ecb_noreturn; ++ ecb_noreturn ecb_inline void ecb_unreachable (void); + ecb_inline void ecb_unreachable (void) { } + #endif + Property changes on: head/devel/pecl-ev/files/patch-libev_ev.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