Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Dec 2020 15:52:44 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559494 - head/mail/postfixadmin
Message-ID:  <202012281552.0BSFqibB071253@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Mon Dec 28 15:52:44 2020
New Revision: 559494
URL: https://svnweb.freebsd.org/changeset/ports/559494

Log:
  mail/postfixadmin: unbreak build with php80
  
  Drop abandonware xmlrpc dependency with php80
  
  PHP80 was introduced more than two month ago,
  maintainer had more than enough time to react and fix the port
  
  With hat:	ports-secteam

Modified:
  head/mail/postfixadmin/Makefile

Modified: head/mail/postfixadmin/Makefile
==============================================================================
--- head/mail/postfixadmin/Makefile	Mon Dec 28 15:49:02 2020	(r559493)
+++ head/mail/postfixadmin/Makefile	Mon Dec 28 15:52:44 2020	(r559494)
@@ -37,11 +37,17 @@ OPTIONS_DEFAULT=	PGSQL
 
 USE_PERL5=	run
 
-USE_PHP=	mbstring openssl pcre phar session spl xmlrpc
+USE_PHP=	mbstring openssl pcre phar session spl
 
 MYSQL_USE=	php=mysqli
 PGSQL_USE=	php=pgsql
 SQLITE_USE=	php=sqlite3
+
+.include <bsd.port.options.mk>
+
+.if ${FLAVOR} != php80
+USE_PHP_=	xmlrpc
+.endif
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${WWWDIR}



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