Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 May 2024 23:24:21 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8a66b69ceb37 - main - lang/php81: Remove xmlrpc module
Message-ID:  <202405112324.44BNOLgf033396@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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