svn commit: r566940 - in head: mail/postfixadmin net/sniffit print/openprinting

Alex Kozlov ak at FreeBSD.org
Tue Mar 2 08:41:48 UTC 2021


Author: ak
Date: Tue Mar  2 08:41:47 2021
New Revision: 566940
URL: https://svnweb.freebsd.org/changeset/ports/566940

Log:
  - Remove commented out and obsolete USE_APACHE and USE_AUTOTOOLS, fix typo USE_PHP_= -> USE_PHP+=
  
  Approved by:	portmgr blanket

Modified:
  head/mail/postfixadmin/Makefile
  head/net/sniffit/Makefile
  head/print/openprinting/Makefile

Modified: head/mail/postfixadmin/Makefile
==============================================================================
--- head/mail/postfixadmin/Makefile	Tue Mar  2 08:34:53 2021	(r566939)
+++ head/mail/postfixadmin/Makefile	Tue Mar  2 08:41:47 2021	(r566940)
@@ -46,7 +46,7 @@ SQLITE_USE=	php=sqlite3
 .include <bsd.port.options.mk>
 
 .if ${FLAVOR} != php80
-USE_PHP_=	xmlrpc
+USE_PHP+=	xmlrpc
 .endif
 
 do-install:

Modified: head/net/sniffit/Makefile
==============================================================================
--- head/net/sniffit/Makefile	Tue Mar  2 08:34:53 2021	(r566939)
+++ head/net/sniffit/Makefile	Tue Mar  2 08:41:47 2021	(r566940)
@@ -12,7 +12,6 @@ LICENSE=	BSD4CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=autoreconf
-#USE_AUTOMAKE=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	resurrecting-open-source-projects
 GH_TAGNAME=	${PORTNAME}-${PORTVERSION}

Modified: head/print/openprinting/Makefile
==============================================================================
--- head/print/openprinting/Makefile	Tue Mar  2 08:34:53 2021	(r566939)
+++ head/print/openprinting/Makefile	Tue Mar  2 08:41:47 2021	(r566940)
@@ -39,8 +39,6 @@ LIBS+=		-L${LOCALBASE}/lib -lintl
 # NOTE: This has only been tested with www/apache20, with integrated APR.
 .if defined(WITH_MOD_IPP)
 IGNORE=	no supported apache versions available
-#USE_APACHE=	20
-#CONFIGURE_ARGS+=--with-apache=${LOCALBASE}
 .else
 CONFIGURE_ARGS+=--without-apache
 .endif


More information about the svn-ports-all mailing list