diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-04-16 18:10:47 +0200 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-04-16 20:09:23 +0200 |
| commit | 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea (patch) | |
| tree | 1ba37b5ce2bb8e5f358541fdf40a7cdf781a5388 /devel | |
| parent | www/py-urlwatch: Update to 2.26 (diff) | |
*/*: Remove merged or non-existent USE_PHP directives
- Remove USE_PHP=hash which is available in default php installation of
all versions of php
* security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
all versions of php
* devel/pear-PHPTAL: Remove OPTION JSON
* www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
and later and has been replaced with sqlsrv module which is Windows
only
* www/codeigniter: Remove OPTION MSSQL
* www/moodle311: Remove OPTION MSSQL
* www/moodle39: Remove OPTION MSSQL
* www/moodle40: Remove OPTION MSSQL
* www/moodle41: Remove OPTION MSSQL
- Remove USE_PHP=openssl which is available in default php installation
of all versions of php
* databases/phpmyadmin: Remove OPTION OPENSSL
* databases/phpmyadmin5: Remove OPTION OPENSSL
* security/pear-Horde_Crypt_Blowfish: Remove OPTION OPENSSL
* www/nextcloud: Remove OPTION SSL
* www/owncloud: Remove OPTION SSL
- Remove USE_PHP=pcre which is available in default php installation of
all versions of php
* sysutils/racktables: Remove OPTION PCRE
- Remove USE_PHP=postgresql which should be USE_PHP=pgsql and update
following ports
* www/typo3-11
* www/typo3-12
- Remove USE_PHP=pdf which is no longer available as php module
* databases/phpmyadmin: Remove OPTION PDF
- Remove USE_PHP=spl which is available in default php installation of
all versions of php
- Remove USE_PHP=sqlsrv which was never imported into FreeBSD as that is
Windows only php module
* www/typo3-11: Remove OPTION SQLSRV
* www/typo3-12: Remove OPTION SQLSRV
- Bump where DEFAULT OPTIONS are affected
Sponsored by: Bounce Experts
Approved by: portmgr(blanket)
Diffstat (limited to 'devel')
27 files changed, 23 insertions, 35 deletions
diff --git a/devel/aphpbreakdown/Makefile b/devel/aphpbreakdown/Makefile index 4ad20cbd904d..e770343b5672 100644 --- a/devel/aphpbreakdown/Makefile +++ b/devel/aphpbreakdown/Makefile @@ -12,7 +12,7 @@ WWW= https://gitlab.code-mesa.com/code-mesa/aphpbreakdown/ LICENSE= BSD2CLAUSE USES= php:flavors -USE_PHP= tokenizer phar hash +USE_PHP= tokenizer phar NO_ARCH= yes NO_BUILD= yes diff --git a/devel/arcanist-lib/Makefile b/devel/arcanist-lib/Makefile index 35298455a620..ca0fcf463952 100644 --- a/devel/arcanist-lib/Makefile +++ b/devel/arcanist-lib/Makefile @@ -26,7 +26,7 @@ SHEBANG_FILES= bin/arc \ support/xhpast/*.php \ support/xhpast/bin/*.php -USE_PHP= curl dom hash json simplexml zlib +USE_PHP= curl dom simplexml zlib USE_GITHUB= yes NO_BUILD= yes NO_ARCH= yes diff --git a/devel/deployer/Makefile b/devel/deployer/Makefile index cf9b1a3720d0..0b9e24daa307 100644 --- a/devel/deployer/Makefile +++ b/devel/deployer/Makefile @@ -14,7 +14,7 @@ WWW= https://deployer.org/ LICENSE= MIT USES= php:flavors -USE_PHP= curl iconv json openssl pcntl phar posix zlib +USE_PHP= curl iconv pcntl phar posix zlib CONFLICTS_INSTALL= php*-deployer diff --git a/devel/flyspray/Makefile b/devel/flyspray/Makefile index cf158bea3217..ac914b5a6817 100644 --- a/devel/flyspray/Makefile +++ b/devel/flyspray/Makefile @@ -10,7 +10,7 @@ WWW= https://www.flyspray.org/ RUN_DEPENDS= ${LOCALBASE}/share/adodb/adodb.inc.php:databases/adodb5 -USE_PHP= pcre session zlib xml gd +USE_PHP= session zlib xml gd USES= cpe dos2unix php:web zip NO_BUILD= yes diff --git a/devel/gitlist/Makefile b/devel/gitlist/Makefile index 77e5995eea7c..9cfb6a3ce5ec 100644 --- a/devel/gitlist/Makefile +++ b/devel/gitlist/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= git:devel/git NO_BUILD= yes USES= cpe php:web zip -USE_PHP= ctype hash json simplexml +USE_PHP= ctype simplexml PLIST= ${WRKDIR}/plist NO_WRKSUBDIR= yes diff --git a/devel/pear-Horde_Autoloader_Cache/Makefile b/devel/pear-Horde_Autoloader_Cache/Makefile index 755bec30622c..84379c691e9f 100644 --- a/devel/pear-Horde_Autoloader_Cache/Makefile +++ b/devel/pear-Horde_Autoloader_Cache/Makefile @@ -8,7 +8,6 @@ WWW= https://pear.horde.org USES= horde php cpe USE_HORDE_RUN= Horde_Autoloader -USE_PHP= json CONFLICTS_INSTALL= php*-pear-horde-Horde_Autoloader_Cache diff --git a/devel/pear-Horde_Cache/Makefile b/devel/pear-Horde_Cache/Makefile index 1a22090fa8fd..830d4eac2045 100644 --- a/devel/pear-Horde_Cache/Makefile +++ b/devel/pear-Horde_Cache/Makefile @@ -11,6 +11,5 @@ USE_HORDE_RUN= Horde_Compress_Fast \ Horde_Exception \ Horde_HashTable \ Horde_Util -USE_PHP= hash .include <bsd.port.mk> diff --git a/devel/pear-Horde_Prefs/Makefile b/devel/pear-Horde_Prefs/Makefile index 6ff0886866cb..a4ed3be9a4cd 100644 --- a/devel/pear-Horde_Prefs/Makefile +++ b/devel/pear-Horde_Prefs/Makefile @@ -12,7 +12,6 @@ USE_HORDE_RUN= Horde_Exception \ Horde_Mime \ Horde_Translation \ Horde_Util -USE_PHP= json CONFLICTS_INSTALL= php*-pear-horde-Horde_Prefs diff --git a/devel/pear-Horde_Token/Makefile b/devel/pear-Horde_Token/Makefile index 361c106b86f2..0192d3cee6e0 100644 --- a/devel/pear-Horde_Token/Makefile +++ b/devel/pear-Horde_Token/Makefile @@ -11,6 +11,5 @@ USE_HORDE_RUN= Horde_Exception \ Horde_Translation \ Horde_Url \ Horde_Util -USE_PHP= hash .include <bsd.port.mk> diff --git a/devel/pear-Net_Gearman/Makefile b/devel/pear-Net_Gearman/Makefile index a5236ab1e5d5..22ce9cecf350 100644 --- a/devel/pear-Net_Gearman/Makefile +++ b/devel/pear-Net_Gearman/Makefile @@ -10,7 +10,7 @@ WWW= https://pear.php.net/package/Net_Gearman LICENSE= BSD2CLAUSE USES= pear -USE_PHP= json mbstring sockets +USE_PHP= mbstring sockets NO_ARCH= yes diff --git a/devel/pear-PEAR_Info/Makefile b/devel/pear-PEAR_Info/Makefile index dacb9ed8be98..728aae393447 100644 --- a/devel/pear-PEAR_Info/Makefile +++ b/devel/pear-PEAR_Info/Makefile @@ -12,7 +12,6 @@ LICENSE= PHP301 RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Console_Getargs>=1.3.3:devel/pear-Console_Getargs@${PHP_FLAVOR} USES= pear -USE_PHP= pcre NO_ARCH= yes diff --git a/devel/pear-PHPTAL/Makefile b/devel/pear-PHPTAL/Makefile index 55d454af0d04..ea588b26344f 100644 --- a/devel/pear-PHPTAL/Makefile +++ b/devel/pear-PHPTAL/Makefile @@ -12,17 +12,15 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING USES= pear php -USE_PHP= ctype hash +USE_PHP= ctype NO_ARCH= yes -OPTIONS_DEFINE= GETTEXT JSON SIMPLEXML +OPTIONS_DEFINE= GETTEXT SIMPLEXML GETTEXT_DESC= Enable GetText support -JSON_DESC= Enable JSON support SIMPLEXML_DESC= Enable SimpleXML support GETTEXT_USE= PHP=gettext -JSON_USE= PHP=json SIMPLEXML_USE= PHP=simplexml .include <bsd.port.mk> diff --git a/devel/pear-PHP_CompatInfo/Makefile b/devel/pear-PHP_CompatInfo/Makefile index 593c60ccd3b1..a660eb195e76 100644 --- a/devel/pear-PHP_CompatInfo/Makefile +++ b/devel/pear-PHP_CompatInfo/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Console_Getargs>=1.3.3:devel/pear-Console_Geta ${PEAR_PKGNAMEPREFIX}File_Find>=1.3.0:sysutils/pear-File_Find@${PHP_FLAVOR} USES= dos2unix pear -USE_PHP= pcre tokenizer +USE_PHP= tokenizer NO_ARCH= yes diff --git a/devel/pear-PHP_UML/Makefile b/devel/pear-PHP_UML/Makefile index 68d7db998e1a..659d5eadd66e 100644 --- a/devel/pear-PHP_UML/Makefile +++ b/devel/pear-PHP_UML/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL3 RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Console_CommandLine>=0:devel/pear-Console_CommandLine@${PHP_FLAVOR} USES= pear -USE_PHP= spl xsl +USE_PHP= xsl NO_ARCH= yes diff --git a/devel/pear-Validate_Finance_CreditCard/Makefile b/devel/pear-Validate_Finance_CreditCard/Makefile index 56ef764c13b9..95d986e31f92 100644 --- a/devel/pear-Validate_Finance_CreditCard/Makefile +++ b/devel/pear-Validate_Finance_CreditCard/Makefile @@ -10,7 +10,6 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= pear -USE_PHP= pcre NO_ARCH= yes diff --git a/devel/pear-XML_Util/Makefile b/devel/pear-XML_Util/Makefile index ebc2ed304470..b1b7359cc49a 100644 --- a/devel/pear-XML_Util/Makefile +++ b/devel/pear-XML_Util/Makefile @@ -9,7 +9,6 @@ WWW= https://pear.php.net/package/XML_Util LICENSE= BSD2CLAUSE USES= pear -USE_PHP= pcre NO_ARCH= yes diff --git a/devel/pear/Makefile b/devel/pear/Makefile index 77eb05998219..4ec6f3d7dcfd 100644 --- a/devel/pear/Makefile +++ b/devel/pear/Makefile @@ -12,12 +12,12 @@ WWW= https://pear.php.net/ LICENSE= PHP301 -USES= cpe php:cli,flavors tar:xz +USES= cpe php:build,cli,flavors tar:xz CPE_VENDOR= php NO_BUILD= yes NO_ARCH= yes -USE_PHP= pcre:build xml:build zlib:build +USE_PHP= xml:build zlib:build PEARDIR= ${PREFIX}/share/pear diff --git a/devel/pecl-ds/Makefile b/devel/pecl-ds/Makefile index 10bf061750e9..986ef4844e92 100644 --- a/devel/pecl-ds/Makefile +++ b/devel/pecl-ds/Makefile @@ -9,7 +9,6 @@ WWW= https://pecl.php.net/package/ds LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= localbase php:pecl -USE_PHP= json:build +USES= localbase php:build,pecl .include <bsd.port.mk> diff --git a/devel/pecl-json_post/Makefile b/devel/pecl-json_post/Makefile index 4bf282347470..b38d7a27c1f0 100644 --- a/devel/pecl-json_post/Makefile +++ b/devel/pecl-json_post/Makefile @@ -9,7 +9,6 @@ WWW= https://pecl.php.net/package/json_post LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= php:pecl -USE_PHP= json:build +USES= php:build,pecl .include <bsd.port.mk> diff --git a/devel/pecl-swoole/Makefile b/devel/pecl-swoole/Makefile index 1779e751ede3..e452fa6ad865 100644 --- a/devel/pecl-swoole/Makefile +++ b/devel/pecl-swoole/Makefile @@ -9,8 +9,7 @@ WWW= https://pecl.php.net/package/swoole LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c11 localbase:ldflags php:pecl ssl -USE_PHP= hash:build pcre +USES= compiler:c11 localbase:ldflags php:build,pecl ssl CONFIGURE_ARGS+= --enable-mysqlnd @@ -26,7 +25,7 @@ CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_CONFIGURE_ON= --enable-swoole-curl CURL_USE= PHP=curl JSON_CONFIGURE_ON= --enable-swoole-json -JSON_USE= PHP=json:build +JSON_USES= php:build PGSQL_CONFIGURE_ON= --enable-swoole-pgsql PGSQL_USES= pgsql BROTLI_CONFIGURE_ON= --enable-brotli diff --git a/devel/phabricator/Makefile b/devel/phabricator/Makefile index 4a8b304777f5..7b5487bf4521 100644 --- a/devel/phabricator/Makefile +++ b/devel/phabricator/Makefile @@ -40,7 +40,7 @@ SHEBANG_FILES= resources/timezones/*.php \ scripts/util/*.php \ support/aphlict/server/*.php -USE_PHP= ctype curl fileinfo filter hash iconv mbstring mysqli openssl \ +USE_PHP= ctype curl fileinfo filter iconv mbstring mysqli \ pcntl posix zip OPTIONS_DEFINE= GD OPCACHE diff --git a/devel/php-composer/Makefile b/devel/php-composer/Makefile index e7f47cb427b3..c5046147682f 100644 --- a/devel/php-composer/Makefile +++ b/devel/php-composer/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss USES= cpe php:flavors CPE_VENDOR= getcomposer -USE_PHP= ctype filter intl json mbstring openssl phar +USE_PHP= ctype filter intl mbstring phar CONFLICTS_INSTALL= php*-composer php*-composer2 diff --git a/devel/php-composer2/Makefile b/devel/php-composer2/Makefile index c40fe280fb97..2e748fe4962b 100644 --- a/devel/php-composer2/Makefile +++ b/devel/php-composer2/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss USES= cpe php:flavors CPE_VENDOR= getcomposer -USE_PHP= ctype filter intl json mbstring openssl phar +USE_PHP= ctype filter intl mbstring phar CONFLICTS_INSTALL= php*-composer php*-composer2 diff --git a/devel/phpunit10/Makefile b/devel/phpunit10/Makefile index 256430dca733..1e35c7c287eb 100644 --- a/devel/phpunit10/Makefile +++ b/devel/phpunit10/Makefile @@ -13,7 +13,7 @@ WWW= https://phpunit.de/ \ LICENSE= BSD3CLAUSE USES= cpe php:flavors -USE_PHP= dom json pcre phar spl +USE_PHP= dom phar IGNORE_WITH_PHP=80 NO_ARCH= yes diff --git a/devel/phpunit8/Makefile b/devel/phpunit8/Makefile index e3a5fc17e146..9a93b99bd0d6 100644 --- a/devel/phpunit8/Makefile +++ b/devel/phpunit8/Makefile @@ -15,7 +15,7 @@ CONFLICTS_INSTALL= phpunit7 USES= cpe php:flavors CPE_VENDOR= phpunit_project -USE_PHP= dom json spl pcre phar +USE_PHP= dom phar NO_ARCH= yes NO_BUILD= yes diff --git a/devel/phpunit9/Makefile b/devel/phpunit9/Makefile index ec5a8802a1f4..cd0a1597a620 100644 --- a/devel/phpunit9/Makefile +++ b/devel/phpunit9/Makefile @@ -13,7 +13,7 @@ WWW= https://phpunit.de/ \ LICENSE= BSD3CLAUSE USES= cpe php:flavors -USE_PHP= dom json pcre phar spl +USE_PHP= dom phar NO_ARCH= yes NO_BUILD= yes diff --git a/devel/websvn/Makefile b/devel/websvn/Makefile index 68c4092d6b37..d36310ea46d0 100644 --- a/devel/websvn/Makefile +++ b/devel/websvn/Makefile @@ -17,7 +17,7 @@ USES= php:web,flavors cpe USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME}php -USE_PHP= iconv pcre xml mbstring zlib dom +USE_PHP= iconv xml mbstring zlib dom NO_ARCH= yes NO_BUILD= yes |
