diff options
author | tz <tz@FreeBSD.org> | 2018-10-08 17:31:09 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2018-10-08 17:31:09 +0800 |
commit | 1437d2d2c1bab3ed0d1cb716332dbd6f79858aa1 (patch) | |
tree | ef9b4c74ab5c8462efc962c156f4b749f38525cc | |
parent | 3c7b7648d975dbf77c83cd66014b978e78091f73 (diff) | |
download | freebsd-ports-gnome-1437d2d2c1bab3ed0d1cb716332dbd6f79858aa1.tar.gz freebsd-ports-gnome-1437d2d2c1bab3ed0d1cb716332dbd6f79858aa1.tar.zst freebsd-ports-gnome-1437d2d2c1bab3ed0d1cb716332dbd6f79858aa1.zip |
Connect all the PHP 7.3 ports
-rw-r--r-- | archivers/Makefile | 4 | ||||
-rw-r--r-- | converters/Makefile | 3 | ||||
-rw-r--r-- | databases/Makefile | 13 | ||||
-rw-r--r-- | devel/Makefile | 10 | ||||
-rw-r--r-- | ftp/Makefile | 2 | ||||
-rw-r--r-- | graphics/Makefile | 2 | ||||
-rw-r--r-- | lang/Makefile | 2 | ||||
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | math/Makefile | 2 | ||||
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | net/Makefile | 4 | ||||
-rw-r--r-- | security/Makefile | 4 | ||||
-rw-r--r-- | sysutils/Makefile | 2 | ||||
-rw-r--r-- | textproc/Makefile | 10 | ||||
-rw-r--r-- | www/Makefile | 4 |
15 files changed, 64 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 9d23022c9d26..1e0d38801a88 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -168,6 +168,10 @@ SUBDIR += php72-phar SUBDIR += php72-zip SUBDIR += php72-zlib + SUBDIR += php73-bz2 + SUBDIR += php73-phar + SUBDIR += php73-zip + SUBDIR += php73-zlib SUBDIR += pigz SUBDIR += pixz SUBDIR += plzip diff --git a/converters/Makefile b/converters/Makefile index 044f74e9e6f0..03d607ece55f 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -152,6 +152,9 @@ SUBDIR += php72-iconv SUBDIR += php72-mbstring SUBDIR += php72-recode + SUBDIR += php73-iconv + SUBDIR += php73-mbstring + SUBDIR += php73-recode SUBDIR += psiconv SUBDIR += py-bcode SUBDIR += py-bencode.py diff --git a/databases/Makefile b/databases/Makefile index 127722c1b95c..cbb72ed9469f 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -681,6 +681,19 @@ SUBDIR += php72-pdo_sqlite SUBDIR += php72-pgsql SUBDIR += php72-sqlite3 + SUBDIR += php73-dba + SUBDIR += php73-interbase + SUBDIR += php73-mysqli + SUBDIR += php73-odbc + SUBDIR += php73-pdo + SUBDIR += php73-pdo_dblib + SUBDIR += php73-pdo_firebird + SUBDIR += php73-pdo_mysql + SUBDIR += php73-pdo_odbc + SUBDIR += php73-pdo_pgsql + SUBDIR += php73-pdo_sqlite + SUBDIR += php73-pgsql + SUBDIR += php73-sqlite3 SUBDIR += phpliteadmin SUBDIR += phpminiadmin SUBDIR += phpmyadmin diff --git a/devel/Makefile b/devel/Makefile index e2695bd901df..8ed306a9bf8e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4158,6 +4158,16 @@ SUBDIR += php72-sysvsem SUBDIR += php72-sysvshm SUBDIR += php72-tokenizer + SUBDIR += php73-gettext + SUBDIR += php73-intl + SUBDIR += php73-json + SUBDIR += php73-pcntl + SUBDIR += php73-readline + SUBDIR += php73-shmop + SUBDIR += php73-sysvmsg + SUBDIR += php73-sysvsem + SUBDIR += php73-sysvshm + SUBDIR += php73-tokenizer SUBDIR += phpbt SUBDIR += phpsh SUBDIR += phpunit6 diff --git a/ftp/Makefile b/ftp/Makefile index 847e63e50640..0f58d09ff8f1 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -71,6 +71,8 @@ SUBDIR += php71-ftp SUBDIR += php72-curl SUBDIR += php72-ftp + SUBDIR += php73-curl + SUBDIR += php73-ftp SUBDIR += phpwebftp SUBDIR += plasma-applet-ftpmonitor SUBDIR += proftpd diff --git a/graphics/Makefile b/graphics/Makefile index ccb6cecb0542..881dbb3f2963 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -834,6 +834,8 @@ SUBDIR += php71-gd SUBDIR += php72-exif SUBDIR += php72-gd + SUBDIR += php73-exif + SUBDIR += php73-gd SUBDIR += phplot SUBDIR += picpuz SUBDIR += piddle diff --git a/lang/Makefile b/lang/Makefile index aff021e3d582..9e6d590c9d42 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -280,6 +280,8 @@ SUBDIR += php71-extensions SUBDIR += php72 SUBDIR += php72-extensions + SUBDIR += php73 + SUBDIR += php73-extensions SUBDIR += php_doc SUBDIR += picoc SUBDIR += pocl diff --git a/mail/Makefile b/mail/Makefile index ecc1ef59c2ed..a9937ffd90c1 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -487,6 +487,7 @@ SUBDIR += php70-imap SUBDIR += php71-imap SUBDIR += php72-imap + SUBDIR += php73-imap SUBDIR += phplist SUBDIR += phpmailer SUBDIR += phpmailer6 diff --git a/math/Makefile b/math/Makefile index bec57fc6e0b8..e2c94075dacb 100644 --- a/math/Makefile +++ b/math/Makefile @@ -645,6 +645,8 @@ SUBDIR += php71-gmp SUBDIR += php72-bcmath SUBDIR += php72-gmp + SUBDIR += php73-bcmath + SUBDIR += php73-gmp SUBDIR += physcalc SUBDIR += picosat SUBDIR += piranha diff --git a/misc/Makefile b/misc/Makefile index ffb6f4cc60b5..72443d013277 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -394,6 +394,7 @@ SUBDIR += php70-calendar SUBDIR += php71-calendar SUBDIR += php72-calendar + SUBDIR += php73-calendar SUBDIR += phraze SUBDIR += pinfo SUBDIR += pipe diff --git a/net/Makefile b/net/Makefile index 1fc6610a279e..70fbd836e0a4 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1000,6 +1000,10 @@ SUBDIR += php72-soap SUBDIR += php72-sockets SUBDIR += php72-xmlrpc + SUBDIR += php73-ldap + SUBDIR += php73-soap + SUBDIR += php73-sockets + SUBDIR += php73-xmlrpc SUBDIR += phpldapadmin SUBDIR += pim6-tools SUBDIR += pim6dd diff --git a/security/Makefile b/security/Makefile index 8ce05f0bd0f0..5ee461bfcd7d 100644 --- a/security/Makefile +++ b/security/Makefile @@ -852,6 +852,10 @@ SUBDIR += php72-hash SUBDIR += php72-openssl SUBDIR += php72-sodium + SUBDIR += php73-filter + SUBDIR += php73-hash + SUBDIR += php73-openssl + SUBDIR += php73-sodium SUBDIR += phpdeadlock SUBDIR += phpsecinfo SUBDIR += pidentd diff --git a/sysutils/Makefile b/sysutils/Makefile index c69a1676b2ea..739f91509414 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -910,6 +910,8 @@ SUBDIR += php71-posix SUBDIR += php72-fileinfo SUBDIR += php72-posix + SUBDIR += php73-fileinfo + SUBDIR += php73-posix SUBDIR += phpfpm_exporter SUBDIR += phybs SUBDIR += pick diff --git a/textproc/Makefile b/textproc/Makefile index 71c8fc2b4a6c..b43ba2409d9b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1251,6 +1251,16 @@ SUBDIR += php72-xmlreader SUBDIR += php72-xmlwriter SUBDIR += php72-xsl + SUBDIR += php73-ctype + SUBDIR += php73-dom + SUBDIR += php73-enchant + SUBDIR += php73-pspell + SUBDIR += php73-simplexml + SUBDIR += php73-wddx + SUBDIR += php73-xml + SUBDIR += php73-xmlreader + SUBDIR += php73-xmlwriter + SUBDIR += php73-xsl SUBDIR += plover SUBDIR += po4a SUBDIR += pocketreader diff --git a/www/Makefile b/www/Makefile index 414b426e7b61..8a697627da79 100644 --- a/www/Makefile +++ b/www/Makefile @@ -467,6 +467,7 @@ SUBDIR += mod_php70 SUBDIR += mod_php71 SUBDIR += mod_php72 + SUBDIR += mod_php73 SUBDIR += mod_proctitle SUBDIR += mod_proxy_xml SUBDIR += mod_python35 @@ -1463,6 +1464,9 @@ SUBDIR += php72-opcache SUBDIR += php72-session SUBDIR += php72-tidy + SUBDIR += php73-opcache + SUBDIR += php73-session + SUBDIR += php73-tidy SUBDIR += phpbb SUBDIR += phpbb3 SUBDIR += phpgroupware |