From ba09f7ee95cee49a75d1ecb50f4be68f99de394a Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Tue, 1 Jan 2019 13:52:46 +0000 Subject: Remove expired ports: 2018-12-30 textproc/pecl-xdiff: Works only with EOL php 5.6 2019-01-01 www/mod_http2-devel: Use the module that is shipped with Apache 2.4 2019-01-01 www/varnish5: Varnish 5 is Retired 2018-12-30 security/pecl-ssh2-0: Works only with EOL php 5.6 2019-01-01 security/bitwarden-ruby: Expects very specific rubygem versions for new updates. Please follow instructions in git repo. 2018-12-30 devel/pecl-intl: Works only with EOL php 5.6 2018-12-30 devel/pecl-APCu4: Works only with EOL php 5.6 2018-12-30 databases/pecl-memcache: Works only with EOL php 5.6 2018-12-30 databases/pecl-memcached2: Works only with EOL php 5.6 2018-12-30 math/pecl-bitset2: Works only with EOL php 5.6 2019-01-01 multimedia/zoneminder-h264: h264 feature was commited to main branch, please upgrade to www/zoneminder 2019-01-01 lang/php56: Security Support ends on 31 Dec 2018 --- math/pecl-bitset2/files/patch-bitset.c | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 math/pecl-bitset2/files/patch-bitset.c (limited to 'math/pecl-bitset2/files/patch-bitset.c') diff --git a/math/pecl-bitset2/files/patch-bitset.c b/math/pecl-bitset2/files/patch-bitset.c deleted file mode 100644 index fd5d1b3f7fdd..000000000000 --- a/math/pecl-bitset2/files/patch-bitset.c +++ /dev/null @@ -1,20 +0,0 @@ ---- bitset.c.orig 2017-10-06 16:29:59 UTC -+++ bitset.c -@@ -652,7 +652,7 @@ PHP_METHOD(BitSet, previousClearBit) - bit_diff = intern->bitset_len * CHAR_BIT; - - if (start_bit > bit_diff) { -- zend_throw_exception_ex(spl_ce_OutOfRangeException, 0, -+ zend_throw_exception_ex(spl_ce_OutOfRangeException, 0 TSRMLS_CC, - "The specified index parameter exceeds the total number of bits available"); - return; - } -@@ -696,7 +696,7 @@ PHP_METHOD(BitSet, previousSetBit) - bit_diff = intern->bitset_len * CHAR_BIT; - - if (start_bit > bit_diff) { -- zend_throw_exception_ex(spl_ce_OutOfRangeException, 0, -+ zend_throw_exception_ex(spl_ce_OutOfRangeException, 0 TSRMLS_CC, - "The specified index parameter exceeds the total number of bits available"); - } - -- cgit v1.2.3