summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/pecl-eio/Makefile6
-rw-r--r--devel/pecl-eio/distinfo6
-rw-r--r--devel/pecl-eio/files/patch-libeio__ecb.h26
3 files changed, 6 insertions, 32 deletions
diff --git a/devel/pecl-eio/Makefile b/devel/pecl-eio/Makefile
index a2c179181a9b..9d9a814fb5d0 100644
--- a/devel/pecl-eio/Makefile
+++ b/devel/pecl-eio/Makefile
@@ -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 @@ COMMENT= Provides interface to the libeio library
LICENSE= PHP301
-CONFIGURE_ARGS= --enable-eio
USES= php:pecl
-IGNORE_WITH_PHP= 73 74
+
+CONFIGURE_ARGS= --enable-eio
.include <bsd.port.mk>
diff --git a/devel/pecl-eio/distinfo b/devel/pecl-eio/distinfo
index 592db597cab9..4ca9a281123b 100644
--- a/devel/pecl-eio/distinfo
+++ b/devel/pecl-eio/distinfo
@@ -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
diff --git a/devel/pecl-eio/files/patch-libeio__ecb.h b/devel/pecl-eio/files/patch-libeio__ecb.h
deleted file mode 100644
index 432f6c769e30..000000000000
--- a/devel/pecl-eio/files/patch-libeio__ecb.h
+++ /dev/null
@@ -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
- {