Index: devel/pecl-eio/Makefile =================================================================== --- devel/pecl-eio/Makefile (revision 540922) +++ devel/pecl-eio/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eio -DISTVERSION= 2.0.2 +DISTVERSION= 2.0.4 CATEGORIES= devel MAINTAINER= gasol.wu@gmail.com @@ -10,8 +10,8 @@ LICENSE= PHP301 -CONFIGURE_ARGS= --enable-eio USES= php:pecl -IGNORE_WITH_PHP= 73 74 +CONFIGURE_ARGS= --enable-eio + .include Index: devel/pecl-eio/distinfo =================================================================== --- devel/pecl-eio/distinfo (revision 540922) +++ devel/pecl-eio/distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521059138 -SHA256 (PECL/eio-2.0.2.tgz) = f29afa184cd0d410e14b652d7af24f454d77f831cc95b4754dd1b1d5db8a8bcc -SIZE (PECL/eio-2.0.2.tgz) = 74005 +TIMESTAMP = 1593494567 +SHA256 (PECL/eio-2.0.4.tgz) = f389e0429e89d14f4003fc281e73a6ce402eb92d000870fe98e82a930ecf36e4 +SIZE (PECL/eio-2.0.4.tgz) = 74118 Index: devel/pecl-eio/files/patch-libeio__ecb.h =================================================================== --- devel/pecl-eio/files/patch-libeio__ecb.h (revision 540922) +++ devel/pecl-eio/files/patch-libeio__ecb.h (nonexistent) @@ -1,26 +0,0 @@ ---- libeio/ecb.h.orig 2016-07-24 19:02:19.000000000 +0200 -+++ libeio/ecb.h 2016-12-26 10:31:13.000232000 +0100 -@@ -452,12 +452,12 @@ - } - #endif - --#if ECB_GCC_VERSION(4,5) -+#if ECB_GCC_VERSION(4,5) || defined __clang__ - #define ecb_unreachable() __builtin_unreachable () - #else - /* this seems to work fine, but gcc always emits a warning for it :/ */ - ecb_noreturn ecb_inline void ecb_unreachable (void); -- ecb_inline void ecb_unreachable (void) { } -+ ecb_noreturn ecb_inline void ecb_unreachable (void) { } - #endif - - /* try to tell the compiler that some condition is definitely true */ -@@ -478,7 +478,7 @@ ecb_byteorder_helper (void) - #elif __BYTE_ORDER__ && __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ - return 0x44; - #elif __BYTE_ORDER__ && __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ -- retrurn 0x11; -+ return 0x11; - #else - union - { Property changes on: devel/pecl-eio/files/patch-libeio__ecb.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property