Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2020 10:11:00 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        tz@FreeBSD.org
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r552910 - in head: archivers converters databases devel ftp graphics lang mail math misc net net-mgmt security sysutils textproc www
Message-ID:  <20201022.101100.1931653939739965825.yasu@utahime.org>
In-Reply-To: <202010220024.09M0OSUZ093546@repo.freebsd.org>
References:  <202010220024.09M0OSUZ093546@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
From: Torsten Zuehlsdorff <tz@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20201022.101100.1931653939739965825.yasu>