Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jun 2024 11:50:51 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 29d9a4a8c68a - 2024Q2 - lang/php81: Remove xmlrpc module
Message-ID:  <202406101150.45ABopwx078289@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=29d9a4a8c68aae0e9d9bfb12341e747b23cac063

commit 29d9a4a8c68aae0e9d9bfb12341e747b23cac063
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-05-11 23:23:10 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-06-10 11:50:45 +0000

    lang/php81: Remove xmlrpc module
    
    This module is no longer part of php but available as a PECL module
    
    (cherry picked from commit 8a66b69ceb373a6bb33bd1b7119762f9b9d800d3)
---
 lang/php81/Makefile | 12 ------------
 1 file changed, 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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406101150.45ABopwx078289>