aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2019-09-20 20:04:28 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2019-09-20 20:04:28 +0000
commit8bd2d8042228aed62906e4077c54c0336bffcefa (patch)
tree0fe29d4729f86a988471ea32e0df7dd9b123a91a /archivers
parent3f1915711db5e32dd082295bb1a3e4eb36969d34 (diff)
downloadports-8bd2d8042228aed62906e4077c54c0336bffcefa.tar.gz
ports-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
Notes
Notes: svn path=/head/; revision=512441
Diffstat (limited to 'archivers')
-rw-r--r--archivers/php74-phar/files/patch-phar.c11
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