Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Nov 2019 08:05:18 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
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...
Message-ID:  <201911180805.xAI85Imt075306@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 
+.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 <bsd.port.mk>

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 <bsd.port.mk>

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 <bsd.port.mk>

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 <bsd.port.mk>

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 <bsd.port.mk>

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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911180805.xAI85Imt075306>