aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-05-11 23:23:10 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-06-10 11:50:45 +0000
commit29d9a4a8c68aae0e9d9bfb12341e747b23cac063 (patch)
tree33c290aa8ba4378916d28fc5e8680542cc02822a
parent6a35e5955febec016fa521f90e1dca83233644cf (diff)
downloadports-29d9a4a8c68aae0e9d9bfb12341e747b23cac063.tar.gz
ports-29d9a4a8c68aae0e9d9bfb12341e747b23cac063.zip
lang/php81: Remove xmlrpc module
This module is no longer part of php but available as a PECL module (cherry picked from commit 8a66b69ceb373a6bb33bd1b7119762f9b9d800d3)
-rw-r--r--lang/php81/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/lang/php81/Makefile b/lang/php81/Makefile
index 4fc722c97c01..18f611fe0c7b 100644
--- a/lang/php81/Makefile
+++ b/lang/php81/Makefile
@@ -570,18 +570,6 @@ USE_GNOME= libxml2
USE_PHP= dom:build
.endif
-.if ${PHP_MODNAME} == "xmlrpc"
-CONFIGURE_ARGS+= --with-iconv-dir=${LOCALBASE} \
- --with-xmlrpc
-
-USES+= iconv:translit
-USE_GNOME= libxml2
-
-PHP_HEADER_DIRS= libxmlrpc
-
-USE_PHP= xml:build
-.endif
-
.if ${PHP_MODNAME} == "xmlwriter"
CONFIGURE_ARGS+= --enable-xmlwriter