svn commit: r559494 - head/mail/postfixadmin

Dima Panov fluffy at FreeBSD.org
Mon Dec 28 15:52:45 UTC 2020


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}


More information about the svn-ports-head mailing list