diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2019-09-21 04:04:28 +0800 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2019-09-21 04:04:28 +0800 |
commit | 8bd2d8042228aed62906e4077c54c0336bffcefa (patch) | |
tree | 0fe29d4729f86a988471ea32e0df7dd9b123a91a /archivers | |
parent | 3f1915711db5e32dd082295bb1a3e4eb36969d34 (diff) | |
download | freebsd-ports-gnome-8bd2d8042228aed62906e4077c54c0336bffcefa.tar.gz freebsd-ports-gnome-8bd2d8042228aed62906e4077c54c0336bffcefa.tar.zst freebsd-ports-gnome-8bd2d8042228aed62906e4077c54c0336bffcefa.zip |
lang/php74: Remove obsolete patches
All these patches are no longer needed. Their existence break the ports,
so now commit their deletion.
Sponsored by: PHP Update Service
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/php74-phar/files/patch-phar.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/archivers/php74-phar/files/patch-phar.c b/archivers/php74-phar/files/patch-phar.c deleted file mode 100644 index e7ae6cb3328d..000000000000 --- a/archivers/php74-phar/files/patch-phar.c +++ /dev/null @@ -1,11 +0,0 @@ ---- phar.c.orig 2016-06-21 19:56:49 UTC -+++ phar.c -@@ -3589,7 +3589,7 @@ static const zend_module_dep phar_deps[] - ZEND_MOD_OPTIONAL("openssl") - ZEND_MOD_OPTIONAL("zlib") - ZEND_MOD_OPTIONAL("standard") --#if defined(HAVE_HASH) && !defined(COMPILE_DL_HASH) -+#if defined(HAVE_HASH) - ZEND_MOD_REQUIRED("hash") - #endif - #if HAVE_SPL |