Date: Tue, 2 Mar 2021 08:41:47 +0000 (UTC) From: Alex Kozlov <ak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566940 - in head: mail/postfixadmin net/sniffit print/openprinting Message-ID: <202103020841.1228fltS001971@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103020841.1228fltS001971>