From owner-svn-ports-all@freebsd.org Tue Mar 2 08:41:48 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7C724560EF0; Tue, 2 Mar 2021 08:41:48 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DqVwr38N7z3J8W; Tue, 2 Mar 2021 08:41:48 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5F55A13B78; Tue, 2 Mar 2021 08:41:48 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1228fmwY001974; Tue, 2 Mar 2021 08:41:48 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1228fltS001971; Tue, 2 Mar 2021 08:41:47 GMT (envelope-from ak@FreeBSD.org) Message-Id: <202103020841.1228fltS001971@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Tue, 2 Mar 2021 08:41:47 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: ak X-SVN-Commit-Paths: in head: mail/postfixadmin net/sniffit print/openprinting X-SVN-Commit-Revision: 566940 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Mar 2021 08:41:48 -0000 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 .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