svn commit: r552910 - in head: archivers converters databases devel ftp graphics lang mail math misc net net-mgmt security sysutils textproc www

Yasuhiro KIMURA yasu at utahime.org
Thu Oct 22 01:11:43 UTC 2020


From: Torsten Zuehlsdorff <tz at FreeBSD.org>
Subject: svn commit: r552910 - in head: archivers converters databases devel ftp graphics lang mail math misc net net-mgmt security sysutils textproc www
Date: Thu, 22 Oct 2020 00:24:28 +0000 (UTC)

> Author: tz
> Date: Thu Oct 22 00:24:27 2020
> New Revision: 552910
> URL: https://svnweb.freebsd.org/changeset/ports/552910
> 
> Log:
>   PHP 8.0: Connect all the ports added in r552906

With this commit `make index` still fails, and following patch at
least fixes `make index` failure.

Index: Mk/Uses/php.mk
===================================================================
--- Mk/Uses/php.mk	(revision 552912)
+++ Mk/Uses/php.mk	(working copy)
@@ -374,7 +374,7 @@
 # non-version specific components
 _USE_PHP_ALL=	bcmath bitset bz2 calendar ctype curl dba dom \
 		enchant exif fileinfo filter ftp gd gettext gmp \
-		hash iconv igbinary imap intl json ldap mbstring mcrypt \
+		hash iconv igbinary imap intl ldap mbstring mcrypt \
 		memcache memcached mysqli odbc opcache \
 		openssl pcntl pcre pdf pdo pdo_dblib pdo_firebird pdo_mysql \
 		pdo_odbc pdo_pgsql pdo_sqlite phar pgsql posix \
@@ -382,9 +382,9 @@
 		sockets spl sqlite3 sysvmsg sysvsem sysvshm \
 		tidy tokenizer xml xmlreader xmlwriter xsl zip zlib
 # version specific components
-_USE_PHP_VER72=	${_USE_PHP_ALL} interbase recode sodium xmlrpc wddx
-_USE_PHP_VER73=	${_USE_PHP_ALL} interbase recode sodium xmlrpc wddx
-_USE_PHP_VER74=	${_USE_PHP_ALL} ffi sodium xmlrpc
+_USE_PHP_VER72=	${_USE_PHP_ALL} interbase json recode sodium xmlrpc wddx
+_USE_PHP_VER73=	${_USE_PHP_ALL} interbase json recode sodium xmlrpc wddx
+_USE_PHP_VER74=	${_USE_PHP_ALL} ffi json sodium xmlrpc
 _USE_PHP_VER80=	${_USE_PHP_ALL} ffi sodium
 
 bcmath_DEPENDS=	math/php${PHP_VER}-bcmath
Index: graphics/Makefile
===================================================================
--- graphics/Makefile	(revision 552912)
+++ graphics/Makefile	(working copy)
@@ -744,7 +744,7 @@
     SUBDIR += php74-exif
     SUBDIR += php74-gd
     SUBDIR += php80-exif
-    SUBDIR += php80x-gd
+    SUBDIR += php80-gd
     SUBDIR += phplot
     SUBDIR += picpuz
     SUBDIR += piddle

---
Yasuhiro KIMURA


More information about the svn-ports-all mailing list