git: 8a66b69ceb37 - main - lang/php81: Remove xmlrpc module
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 May 2024 23:24:21 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=8a66b69ceb373a6bb33bd1b7119762f9b9d800d3 commit 8a66b69ceb373a6bb33bd1b7119762f9b9d800d3 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-05-11 23:23:10 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-05-11 23:23:10 +0000 lang/php81: Remove xmlrpc module This module is no longer part of php but available as a PECL module --- lang/php81/Makefile | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/lang/php81/Makefile b/lang/php81/Makefile index 6a479fb62520..be1a5fa52c20 100644 --- a/lang/php81/Makefile +++ b/lang/php81/Makefile @@ -569,18 +569,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