summaryrefslogtreecommitdiff
path: root/archivers/php80-zlib
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-30 09:34:58 +0100
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-31 01:06:40 +0100
commitbeced896adede7791902c084864668404d24aa46 (patch)
tree059f5d17522bff15edec8e74442f36d9009b79c4 /archivers/php80-zlib
parentwww/py-dj41-drf-spectacular-sidecar: Remove expired port (diff)
lang/php80: Sunset
Diffstat (limited to 'archivers/php80-zlib')
-rw-r--r--archivers/php80-zlib/Makefile9
-rw-r--r--archivers/php80-zlib/files/patch-zlib.c10
2 files changed, 0 insertions, 19 deletions
diff --git a/archivers/php80-zlib/Makefile b/archivers/php80-zlib/Makefile
deleted file mode 100644
index df29615a8abb..000000000000
--- a/archivers/php80-zlib/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-CATEGORIES= archivers
-
-MASTERDIR= ${.CURDIR}/../../lang/php80
-
-PKGNAMESUFFIX= -zlib
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/archivers/php80-zlib/files/patch-zlib.c b/archivers/php80-zlib/files/patch-zlib.c
deleted file mode 100644
index be02c50d1df6..000000000000
--- a/archivers/php80-zlib/files/patch-zlib.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- zlib.c.orig 2016-06-21 19:57:08 UTC
-+++ zlib.c
-@@ -1480,6 +1480,7 @@ static PHP_MSHUTDOWN_FUNCTION(zlib)
- /* {{{ PHP_RINIT_FUNCTION */
- static PHP_RINIT_FUNCTION(zlib)
- {
-+ ZLIBG(output_compression) = 0;
- ZLIBG(compression_coding) = 0;
- if (!ZLIBG(handler_registered)) {
- ZLIBG(output_compression) = ZLIBG(output_compression_default);