From owner-svn-ports-all@freebsd.org Mon Nov 18 08:05:20 2019 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 F0B491B8FB2; Mon, 18 Nov 2019 08:05:20 +0000 (UTC) (envelope-from tobik@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47GhMh60X7z3xTP; Mon, 18 Nov 2019 08:05:20 +0000 (UTC) (envelope-from tobik@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 9EDC52705F; Mon, 18 Nov 2019 08:05:20 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xAI85KYC075319; Mon, 18 Nov 2019 08:05:20 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAI85Imt075306; Mon, 18 Nov 2019 08:05:18 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201911180805.xAI85Imt075306@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 18 Nov 2019 08:05:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517860 - in head: devel/pear-PHP_CodeCoverage finance/frontaccounting graphics/pear-Horde_Image net/rtg security/maia security/pear-Crypt_Blowfish security/pear-Crypt_RSA security/pear... X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head: devel/pear-PHP_CodeCoverage finance/frontaccounting graphics/pear-Horde_Image net/rtg security/maia security/pear-Crypt_Blowfish security/pear-Crypt_RSA security/pear-Horde_Crypt_Blowfish sys... X-SVN-Commit-Revision: 517860 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.29 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: Mon, 18 Nov 2019 08:05:21 -0000 Author: tobik Date: Mon Nov 18 08:05:17 2019 New Revision: 517860 URL: https://svnweb.freebsd.org/changeset/ports/517860 Log: Add more missing USES=php Modified: head/devel/pear-PHP_CodeCoverage/Makefile head/finance/frontaccounting/Makefile head/graphics/pear-Horde_Image/Makefile head/net/rtg/Makefile head/security/maia/Makefile head/security/pear-Crypt_Blowfish/Makefile head/security/pear-Crypt_RSA/Makefile head/security/pear-Horde_Crypt_Blowfish/Makefile head/sysutils/pear-Horde_Vfs/Makefile head/sysutils/pear-Log/Makefile head/www/pear-HTTP_Request2/Makefile Modified: head/devel/pear-PHP_CodeCoverage/Makefile ============================================================================== --- head/devel/pear-PHP_CodeCoverage/Makefile Mon Nov 18 07:24:30 2019 (r517859) +++ head/devel/pear-PHP_CodeCoverage/Makefile Mon Nov 18 08:05:17 2019 (r517860) @@ -30,6 +30,7 @@ OPTIONS_DEFINE= DOM XDEBUG DOM_DESC= Enable DOM support XDEBUG_DESC= Enable Xdebug support +DOM_USES= php DOM_USE= PHP=dom XDEBUG_RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xdebug.so:devel/pecl-xdebug@${PHP_FLAVOR} Modified: head/finance/frontaccounting/Makefile ============================================================================== --- head/finance/frontaccounting/Makefile Mon Nov 18 07:24:30 2019 (r517859) +++ head/finance/frontaccounting/Makefile Mon Nov 18 08:05:17 2019 (r517860) @@ -37,6 +37,10 @@ NLS_USES= gettext .include +.if !${PORT_OPTIONS:MAPACHE} && !${PORT_OPTIONS:MLIGHTTPD} && !{PORT_OPTIONS:MNGINX} +USES+= php +.endif + .if !${PORT_OPTIONS:MDOCS} PORTDOCSARGS= '-not -path "./doc*"' .endif Modified: head/graphics/pear-Horde_Image/Makefile ============================================================================== --- head/graphics/pear-Horde_Image/Makefile Mon Nov 18 07:24:30 2019 (r517859) +++ head/graphics/pear-Horde_Image/Makefile Mon Nov 18 08:05:17 2019 (r517860) @@ -17,6 +17,7 @@ USE_HORDE_RUN= Horde_Exception \ OPTIONS_DEFINE= GD GD_DESC= Depend on PHP gd extension -GD_USE= PHP=gd +GD_USES= php +GD_USE= PHP=gd .include Modified: head/net/rtg/Makefile ============================================================================== --- head/net/rtg/Makefile Mon Nov 18 07:24:30 2019 (r517859) +++ head/net/rtg/Makefile Mon Nov 18 08:05:17 2019 (r517860) @@ -3,7 +3,7 @@ PORTNAME= rtg PORTVERSION= 0.7.4 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= net MASTER_SITES= SF \ ftp://ftpmirror.uk/freebsd-ports/rtg/ @@ -38,7 +38,7 @@ WEB_DESC= Include PHP-based web client interface pre-r MYSQL_USES= mysql:server WEB_USES= php -USE_PHP= mysqli spl +WEB_USE= PHP=mysqli,spl CFLAGS+= -fstack-protector LDFLAGS+= -fstack-protector Modified: head/security/maia/Makefile ============================================================================== --- head/security/maia/Makefile Mon Nov 18 07:24:30 2019 (r517859) +++ head/security/maia/Makefile Mon Nov 18 08:05:17 2019 (r517860) @@ -105,6 +105,7 @@ USES+= apache:run,2.2+ .endif .if ${PORT_OPTIONS:MWEBHOST} +USES+= php USE_PHP= bcmath ctype dom gettext hash iconv imap json mbstring \ mcrypt pdo pdo_sqlite posix session simplexml sockets \ sqlite3 tokenizer xml wddx xmlreader xmlwriter xmlrpc Modified: head/security/pear-Crypt_Blowfish/Makefile ============================================================================== --- head/security/pear-Crypt_Blowfish/Makefile Mon Nov 18 07:24:30 2019 (r517859) +++ head/security/pear-Crypt_Blowfish/Makefile Mon Nov 18 08:05:17 2019 (r517860) @@ -13,6 +13,7 @@ USES= pear OPTIONS_DEFINE= MCRYPT MCRYPT_DESC= Additional MCrypt PHP support +MCRYPT_USES= php MCRYPT_USE= PHP=mcrypt pre-fetch: Modified: head/security/pear-Crypt_RSA/Makefile ============================================================================== --- head/security/pear-Crypt_RSA/Makefile Mon Nov 18 07:24:30 2019 (r517859) +++ head/security/pear-Crypt_RSA/Makefile Mon Nov 18 08:05:17 2019 (r517860) @@ -15,7 +15,9 @@ OPTIONS_DEFINE= BCMATH GMP BCMATH_DESC= PHP BCMath extension support GMP_DESC= PHP GMP extension support +BCMATH_USES= php BCMATH_USE= PHP=bcmath +GMP_USES= php GMP_USE= PHP=gmp .include Modified: head/security/pear-Horde_Crypt_Blowfish/Makefile ============================================================================== --- head/security/pear-Horde_Crypt_Blowfish/Makefile Mon Nov 18 07:24:30 2019 (r517859) +++ head/security/pear-Horde_Crypt_Blowfish/Makefile Mon Nov 18 08:05:17 2019 (r517860) @@ -17,7 +17,9 @@ MHASH_DESC= Depend on mhash PHP extension OPENSSL_DESC= Depend on OpenSSL PHP extension USES= horde +MHASH_USES= php MHASH_USE= PHP=hash +OPENSSL_USES= php OPENSSL_USE= PHP=openssl .include Modified: head/sysutils/pear-Horde_Vfs/Makefile ============================================================================== --- head/sysutils/pear-Horde_Vfs/Makefile Mon Nov 18 07:24:30 2019 (r517859) +++ head/sysutils/pear-Horde_Vfs/Makefile Mon Nov 18 08:05:17 2019 (r517860) @@ -17,6 +17,7 @@ FTP_DESC= Depend on FTP PHP extension USES= horde +FTP_USES= php FTP_USE= PHP=ftp .include Modified: head/sysutils/pear-Log/Makefile ============================================================================== --- head/sysutils/pear-Log/Makefile Mon Nov 18 07:24:30 2019 (r517859) +++ head/sysutils/pear-Log/Makefile Mon Nov 18 08:05:17 2019 (r517860) @@ -21,6 +21,7 @@ PHP_SQLITE_DESC= PHP sqlite support (php5 only) PEAR_DB_BUILD_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} PEAR_MDB2_BUILD_DEPENDS= ${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR} PEAR_MAIL_BUILD_DEPENDS= ${PEARDIR}/Mail.php:mail/pear-Mail@${PHP_FLAVOR} +PHP_SQLITE_USES= php PHP_SQLITE_USE= PHP=sqlite3 .include Modified: head/www/pear-HTTP_Request2/Makefile ============================================================================== --- head/www/pear-HTTP_Request2/Makefile Mon Nov 18 07:24:30 2019 (r517859) +++ head/www/pear-HTTP_Request2/Makefile Mon Nov 18 08:05:17 2019 (r517860) @@ -19,8 +19,11 @@ ZLIB_DESC= PECL ZLIB support USES= pear +CURL_USES= php CURL_USE= PHP=curl +FILEINFO_USES= php FILEINFO_USE= PHP=fileinfo +ZLIB_USES= php ZLIB_USE= PHP=zlib .include