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 /databases | |
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 'databases')
-rw-r--r-- | databases/adodb5/Makefile | 1 | ||||
-rw-r--r-- | databases/dalmp/Makefile | 2 | ||||
-rw-r--r-- | databases/mantis/Makefile | 2 | ||||
-rw-r--r-- | databases/pear-Horde_Memcache/Makefile | 2 | ||||
-rw-r--r-- | databases/pecl-couchbase/Makefile | 1 | ||||
-rw-r--r-- | databases/pecl-memcached/Makefile | 4 | ||||
-rw-r--r-- | databases/pecl-mongodb/Makefile | 4 | ||||
-rw-r--r-- | databases/pecl-redis/Makefile | 4 | ||||
-rw-r--r-- | databases/pgfouine/Makefile | 4 | ||||
-rw-r--r-- | databases/phpminiadmin/Makefile | 2 | ||||
-rw-r--r-- | databases/phpmyadmin/Makefile | 15 | ||||
-rw-r--r-- | databases/phpmyadmin5/Makefile | 13 | ||||
-rw-r--r-- | databases/phppgadmin/Makefile | 2 |
13 files changed, 24 insertions, 32 deletions
diff --git a/databases/adodb5/Makefile b/databases/adodb5/Makefile index 2423e7cd68a3..af05d3ccb44e 100644 --- a/databases/adodb5/Makefile +++ b/databases/adodb5/Makefile @@ -13,7 +13,6 @@ LICENSE_COMB= dual USES= cpe php:flavors CPE_VENDOR= ${PORTNAME}_project -USE_PHP= pcre USE_GITHUB= yes GH_PROJECT= ADOdb diff --git a/databases/dalmp/Makefile b/databases/dalmp/Makefile index e00afee564e0..b73a5e3237d1 100644 --- a/databases/dalmp/Makefile +++ b/databases/dalmp/Makefile @@ -17,7 +17,7 @@ USES= php NO_BUILD= yes NO_ARCH= yes -USE_PHP= pcre mysqli session memcache sqlite3 curl redis +USE_PHP= mysqli session memcache sqlite3 curl redis do-install: @${MKDIR} ${STAGEDIR}${DATADIR} diff --git a/databases/mantis/Makefile b/databases/mantis/Makefile index 7fa8ce06e469..466c346a3a5f 100644 --- a/databases/mantis/Makefile +++ b/databases/mantis/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 USES= php:flavors USE_GITHUB= nodefault -USE_PHP= fileinfo filter hash json mbstring pcre session xml +USE_PHP= fileinfo filter mbstring session xml DATADIR= ${WWWDIR} NO_ARCH= yes diff --git a/databases/pear-Horde_Memcache/Makefile b/databases/pear-Horde_Memcache/Makefile index c8c1038ee1b1..44b886b9a6ad 100644 --- a/databases/pear-Horde_Memcache/Makefile +++ b/databases/pear-Horde_Memcache/Makefile @@ -7,7 +7,7 @@ COMMENT= Horde Memcache API WWW= https://pear.horde.org USES= horde php -USE_PHP= memcache hash +USE_PHP= memcache USE_HORDE_RUN= Horde_Exception .include <bsd.port.mk> diff --git a/databases/pecl-couchbase/Makefile b/databases/pecl-couchbase/Makefile index 0f0adb1f2ea9..ec2524b9c987 100644 --- a/databases/pecl-couchbase/Makefile +++ b/databases/pecl-couchbase/Makefile @@ -13,6 +13,5 @@ LICENSE= APACHE20 BUILD_DEPENDS= cmake:devel/cmake-core USES= compiler:c++17-lang php:build,pecl -USE_PHP= json:build .include <bsd.port.mk> diff --git a/databases/pecl-memcached/Makefile b/databases/pecl-memcached/Makefile index 221ae373880c..a3552dadcd2e 100644 --- a/databases/pecl-memcached/Makefile +++ b/databases/pecl-memcached/Makefile @@ -12,8 +12,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= libmemcached>=1.0.18:databases/libmemcached LIB_DEPENDS= libmemcached.so:databases/libmemcached -USES= php:pecl pkgconfig -USE_PHP= json:build session:build +USES= php:build,pecl pkgconfig +USE_PHP= session:build CONFIGURE_ARGS= --enable-memcached-json \ --enable-memcached-protocol \ diff --git a/databases/pecl-mongodb/Makefile b/databases/pecl-mongodb/Makefile index d506d7711289..d2049015a33b 100644 --- a/databases/pecl-mongodb/Makefile +++ b/databases/pecl-mongodb/Makefile @@ -8,8 +8,6 @@ WWW= https://docs.mongodb.org/ecosystem/drivers/php/ LICENSE= APACHE20 -USES= gmake php:pecl ssl -USE_PHP= spl:build -CFLAGS+= -I${LOCALBASE}/include +USES= gmake localbase php:build,pecl ssl .include <bsd.port.mk> diff --git a/databases/pecl-redis/Makefile b/databases/pecl-redis/Makefile index 3b9b50c93bac..59c9120a5630 100644 --- a/databases/pecl-redis/Makefile +++ b/databases/pecl-redis/Makefile @@ -9,8 +9,8 @@ WWW= https://pecl.php.net/package/redis LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/COPYING -USES= php:pecl -USE_PHP= hash:build json:build session:build +USES= php:build,pecl +USE_PHP= session:build OPTIONS_DEFINE= IGBINARY IGBINARY_DESC= Build with Igbinary serializer diff --git a/databases/pgfouine/Makefile b/databases/pgfouine/Makefile index 309c63790452..76980a3d820d 100644 --- a/databases/pgfouine/Makefile +++ b/databases/pgfouine/Makefile @@ -10,8 +10,8 @@ WWW= http://pgfouine.projects.postgresql.org/ USES+= php -NO_BUILD= Yes -USE_PHP= gd pcre +NO_BUILD= yes +USE_PHP= gd OPTIONS_DEFINE= DOCS diff --git a/databases/phpminiadmin/Makefile b/databases/phpminiadmin/Makefile index 7a40be339371..d287f7cb6426 100644 --- a/databases/phpminiadmin/Makefile +++ b/databases/phpminiadmin/Makefile @@ -18,7 +18,7 @@ NO_WRKSUBDIR= yes NO_BUILD= yes USES= cpe php CPE_VENDOR= ${PORTNAME}_project -USE_PHP= mysqli pcre session +USE_PHP= mysqli session NO_ARCH= yes PLIST_FILES= ${WWWDIR_REL}/phpminiadmin.php diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile index 4fa070cd4c9f..c522bda70303 100644 --- a/databases/phpmyadmin/Makefile +++ b/databases/phpmyadmin/Makefile @@ -1,5 +1,6 @@ PORTNAME= phpMyAdmin DISTVERSION= 4.9.11 +PORTREVISION= 1 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages @@ -27,16 +28,16 @@ NO_BUILD= yes # could, in principle, also use the PHP dbase extension, but it's not # available for PHP >= 7.0 and of only minority interest. -USE_PHP= ctype filter hash iconv json mysqli session spl xml +USE_PHP= ctype filter iconv mysqli session xml .endif # Note: default settings will pull in X11 client support. If you don't # want this, either turn off GD in the config dialog, or else turn off # FONTCONFIG in the graphics/gd port options. -OPTIONS_DEFINE= BZ2 CURL GD GMP MBSTRING OPCACHE OPENSSL \ +OPTIONS_DEFINE= BZ2 CURL GD GMP MBSTRING OPCACHE \ SODIUM ZIP ZLIB -OPTIONS_DEFAULT= BZ2 GD MBSTRING OPENSSL ZIP ZLIB +OPTIONS_DEFAULT= BZ2 GD MBSTRING ZIP ZLIB BZ2_DESC= PHP bzip2 library support CURL_DESC= PHP curl support @@ -44,9 +45,7 @@ GD_DESC= PHP GD library support (requires X11) GMP_DESC= PHP GMP library support MBSTRING_DESC= PHP Multi-byte String support OPCACHE_DESC= PHP Opcache support -OPENSSL_DESC= PHP OpenSSL support -PDF_DESC= PHP PDFlib support -SODIUM_DESC= PHP libsodium support (only available for PHP >= 7.2) +SODIUM_DESC= PHP libsodium support ZIP_DESC= PHP Zip compression support ZLIB_DESC= PHP ZLIB support @@ -62,10 +61,6 @@ SUB_LIST+= PKGNAME=${PKGNAME} \ CFG_FILE=${WWWDIR}/${CFG_FILE} SUB_FILES+= pkg-message -.if ${FLAVOR} != php80 -OPTIONS_DEFINE+= PDF -.endif - .if !defined(WITHOUT_PHP_DEPENDS) .for opt in ${OPTIONS_DEFINE} diff --git a/databases/phpmyadmin5/Makefile b/databases/phpmyadmin5/Makefile index 0bb6d53ea821..fbf4f1dc15cc 100644 --- a/databases/phpmyadmin5/Makefile +++ b/databases/phpmyadmin5/Makefile @@ -1,5 +1,6 @@ PORTNAME= phpMyAdmin DISTVERSION= 5.2.1 +PORTREVISION= 1 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages @@ -23,20 +24,21 @@ NO_BUILD= yes # Note: composer.json files in the source list pcre as a required # extension, but pcre is compiled into PHP as standard on FreeBSD. -# spl, libsodium are only required in the bundled vendor code. PMA +# The same goes for the spl library. +# libsodium are only required in the bundled vendor code. PMA # could, in principle, also use the PHP dbase extension, but it's not # available for PHP >= 7.0 and of only minority interest. -USE_PHP= ctype filter hash iconv json mysqli session spl xml xmlwriter +USE_PHP= ctype filter iconv mysqli session xml xmlwriter .endif # Note: default settings will pull in X11 client support. If you don't # want this, either turn off GD in the config dialog, or else turn off # FONTCONFIG in the graphics/gd port options. -OPTIONS_DEFINE= BZ2 CURL GD GMP MBSTRING OPCACHE OPENSSL \ +OPTIONS_DEFINE= BZ2 CURL GD GMP MBSTRING OPCACHE \ SODIUM ZIP ZLIB -OPTIONS_DEFAULT= BZ2 GD MBSTRING OPENSSL ZIP ZLIB +OPTIONS_DEFAULT= BZ2 GD MBSTRING ZIP ZLIB BZ2_DESC= PHP bzip2 library support CURL_DESC= PHP curl support @@ -44,9 +46,8 @@ GD_DESC= PHP GD library support (requires X11) GMP_DESC= PHP GMP library support MBSTRING_DESC= PHP Multi-byte String support OPCACHE_DESC= PHP Opcache support -OPENSSL_DESC= PHP OpenSSL support PDF_DESC= PHP PDFlib support -SODIUM_DESC= PHP libsodium support (only available for PHP >= 7.2) +SODIUM_DESC= PHP libsodium support ZIP_DESC= PHP Zip compression support ZLIB_DESC= PHP ZLIB support diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile index ea44d6341c22..c8106e8d8748 100644 --- a/databases/phppgadmin/Makefile +++ b/databases/phppgadmin/Makefile @@ -19,7 +19,7 @@ GH_ACCOUNT= ReimuHakurei WRKSRC= ${WRKDIR}/phpPgAdmin-${DISTVERSION}${DISTVERSIONSUFFIX} .if !defined(WITHOUT_PHP_DEPENDS) -USE_PHP= pgsql pcre session mbstring +USE_PHP= pgsql session mbstring .endif CPE_VENDOR= phppgadmin_project |