aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2020-10-22 00:24:27 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2020-10-22 00:24:27 +0000
commit4ef2288f0d0b8bf0a70ef015fccb4cd84beabcbe (patch)
tree08945d512254f027e7f68f998a19c55a4045ddb3
parent2abd26d1e3124207ff838c0aba3070251c5d6bd9 (diff)
downloadports-4ef2288f0d0b8bf0a70ef015fccb4cd84beabcbe.tar.gz
ports-4ef2288f0d0b8bf0a70ef015fccb4cd84beabcbe.zip
PHP 8.0: Connect all the ports added in r552906
Sponsored by: PHP Update Service
Notes
Notes: svn path=/head/; revision=552910
-rw-r--r--archivers/Makefile4
-rw-r--r--converters/Makefile2
-rw-r--r--databases/Makefile12
-rw-r--r--devel/Makefile10
-rw-r--r--ftp/Makefile2
-rw-r--r--graphics/Makefile2
-rw-r--r--lang/Makefile2
-rw-r--r--mail/Makefile1
-rw-r--r--math/Makefile2
-rw-r--r--misc/Makefile1
-rw-r--r--net-mgmt/Makefile1
-rw-r--r--net/Makefile3
-rw-r--r--security/Makefile3
-rw-r--r--sysutils/Makefile2
-rw-r--r--textproc/Makefile9
-rw-r--r--www/Makefile4
16 files changed, 60 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index e37750890c3c..e5adde1c6ab4 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -161,6 +161,10 @@
SUBDIR += php74-phar
SUBDIR += php74-zip
SUBDIR += php74-zlib
+ SUBDIR += php80-bz2
+ SUBDIR += php80-phar
+ SUBDIR += php80-zip
+ SUBDIR += php80-zlib
SUBDIR += pigz
SUBDIR += pixz
SUBDIR += plzip
diff --git a/converters/Makefile b/converters/Makefile
index 69d4755e0263..2070944a4afe 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -145,6 +145,8 @@
SUBDIR += php73-recode
SUBDIR += php74-iconv
SUBDIR += php74-mbstring
+ SUBDIR += php80-iconv
+ SUBDIR += php80-mbstring
SUBDIR += psiconv
SUBDIR += py-bencode.py
SUBDIR += py-bencoder
diff --git a/databases/Makefile b/databases/Makefile
index ad8780c39185..da5b939e1fc5 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -632,6 +632,18 @@
SUBDIR += php74-pdo_sqlite
SUBDIR += php74-pgsql
SUBDIR += php74-sqlite3
+ SUBDIR += php80-dba
+ SUBDIR += php80-mysqli
+ SUBDIR += php80-odbc
+ SUBDIR += php80-pdo
+ SUBDIR += php80-pdo_dblib
+ SUBDIR += php80-pdo_firebird
+ SUBDIR += php80-pdo_mysql
+ SUBDIR += php80-pdo_odbc
+ SUBDIR += php80-pdo_pgsql
+ SUBDIR += php80-pdo_sqlite
+ SUBDIR += php80-pgsql
+ SUBDIR += php80-sqlite3
SUBDIR += phpliteadmin
SUBDIR += phpminiadmin
SUBDIR += phpmyadmin
diff --git a/devel/Makefile b/devel/Makefile
index 960b790f1ec7..27d84fa0549a 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3915,6 +3915,16 @@
SUBDIR += php74-sysvsem
SUBDIR += php74-sysvshm
SUBDIR += php74-tokenizer
+ SUBDIR += php80-ffi
+ SUBDIR += php80-gettext
+ SUBDIR += php80-intl
+ SUBDIR += php80-pcntl
+ SUBDIR += php80-readline
+ SUBDIR += php80-shmop
+ SUBDIR += php80-sysvmsg
+ SUBDIR += php80-sysvsem
+ SUBDIR += php80-sysvshm
+ SUBDIR += php80-tokenizer
SUBDIR += phpunit6
SUBDIR += phpunit7
SUBDIR += phpunit8
diff --git a/ftp/Makefile b/ftp/Makefile
index d7cf7d416c06..e0b3d8501794 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -62,6 +62,8 @@
SUBDIR += php73-ftp
SUBDIR += php74-curl
SUBDIR += php74-ftp
+ SUBDIR += php80-curl
+ SUBDIR += php80-ftp
SUBDIR += phpwebftp
SUBDIR += proftpd
SUBDIR += proftpd-mod_vroot
diff --git a/graphics/Makefile b/graphics/Makefile
index 5f6eb8207a09..d5416d2a8207 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -743,6 +743,8 @@
SUBDIR += php73-gd
SUBDIR += php74-exif
SUBDIR += php74-gd
+ SUBDIR += php80-exif
+ SUBDIR += php80x-gd
SUBDIR += phplot
SUBDIR += picpuz
SUBDIR += piddle
diff --git a/lang/Makefile b/lang/Makefile
index a28d3c6f1018..06dab1f35de7 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -258,6 +258,8 @@
SUBDIR += php73-extensions
SUBDIR += php74
SUBDIR += php74-extensions
+ SUBDIR += php80
+ SUBDIR += php80-extensions
SUBDIR += picoc
SUBDIR += plexil
SUBDIR += pocl
diff --git a/mail/Makefile b/mail/Makefile
index 2d42bf912b2e..5592cb6ec307 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -456,6 +456,7 @@
SUBDIR += php72-imap
SUBDIR += php73-imap
SUBDIR += php74-imap
+ SUBDIR += php80-imap
SUBDIR += phplist
SUBDIR += phpmailer
SUBDIR += phpmailer6
diff --git a/math/Makefile b/math/Makefile
index a1d325b700ec..5298ba585f17 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -702,6 +702,8 @@
SUBDIR += php73-gmp
SUBDIR += php74-bcmath
SUBDIR += php74-gmp
+ SUBDIR += php80-bcmath
+ SUBDIR += php80-gmp
SUBDIR += physcalc
SUBDIR += picosat
SUBDIR += piranha
diff --git a/misc/Makefile b/misc/Makefile
index f9b56fa22c7e..2b7293cb6761 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -356,6 +356,7 @@
SUBDIR += php72-calendar
SUBDIR += php73-calendar
SUBDIR += php74-calendar
+ SUBDIR += php80-calendar
SUBDIR += pinfo
SUBDIR += pipe
SUBDIR += pnpids
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index 14a0b142ac12..cd308d2fecb7 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -278,6 +278,7 @@
SUBDIR += php72-snmp
SUBDIR += php73-snmp
SUBDIR += php74-snmp
+ SUBDIR += php80-snmp
SUBDIR += phpipam
SUBDIR += phpweathermap
SUBDIR += ping_exporter
diff --git a/net/Makefile b/net/Makefile
index f3f8968afe97..24637c5e987a 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -958,6 +958,9 @@
SUBDIR += php74-soap
SUBDIR += php74-sockets
SUBDIR += php74-xmlrpc
+ SUBDIR += php80-ldap
+ SUBDIR += php80-soap
+ SUBDIR += php80-sockets
SUBDIR += phpldapadmin
SUBDIR += pichi
SUBDIR += pimcommon
diff --git a/security/Makefile b/security/Makefile
index cd00919556e2..1fb2ac78399a 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -791,6 +791,9 @@
SUBDIR += php74-filter
SUBDIR += php74-openssl
SUBDIR += php74-sodium
+ SUBDIR += php80-filter
+ SUBDIR += php80-openssl
+ SUBDIR += php80-sodium
SUBDIR += phpsecinfo
SUBDIR += picosha2
SUBDIR += pidentd
diff --git a/sysutils/Makefile b/sysutils/Makefile
index a52f61974e8f..82742749f668 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -908,6 +908,8 @@
SUBDIR += php73-posix
SUBDIR += php74-fileinfo
SUBDIR += php74-posix
+ SUBDIR += php80-fileinfo
+ SUBDIR += php80-posix
SUBDIR += phpfpm_exporter
SUBDIR += phybs
SUBDIR += pick
diff --git a/textproc/Makefile b/textproc/Makefile
index 7ea9449f083b..52ca08ea5cc4 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1199,6 +1199,15 @@
SUBDIR += php74-xmlreader
SUBDIR += php74-xmlwriter
SUBDIR += php74-xsl
+ SUBDIR += php80-ctype
+ SUBDIR += php80-dom
+ SUBDIR += php80-enchant
+ SUBDIR += php80-pspell
+ SUBDIR += php80-simplexml
+ SUBDIR += php80-xml
+ SUBDIR += php80-xmlreader
+ SUBDIR += php80-xmlwriter
+ SUBDIR += php80-xsl
SUBDIR += pict
SUBDIR += po4a
SUBDIR += pod2mdoc
diff --git a/www/Makefile b/www/Makefile
index 356d9c6b91b2..7f52c546850a 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -387,6 +387,7 @@
SUBDIR += mod_php72
SUBDIR += mod_php73
SUBDIR += mod_php74
+ SUBDIR += mod_php80
SUBDIR += mod_proctitle
SUBDIR += mod_proxy_xml
SUBDIR += mod_qos
@@ -1371,6 +1372,9 @@
SUBDIR += php74-opcache
SUBDIR += php74-session
SUBDIR += php74-tidy
+ SUBDIR += php80-opcache
+ SUBDIR += php80-session
+ SUBDIR += php80-tidy
SUBDIR += phpbb
SUBDIR += phpbb3
SUBDIR += phpgroupware