svn commit: r552923 - in head: Mk/Uses graphics

Li-Wen Hsu lwhsu at FreeBSD.org
Thu Oct 22 03:17:18 UTC 2020


Author: lwhsu
Date: Thu Oct 22 03:17:17 2020
New Revision: 552923
URL: https://svnweb.freebsd.org/changeset/ports/552923

Log:
  Fix `make index`
  
  Submitted by:	Yasuhiro KIMURA <yasu at utahime.org>

Modified:
  head/Mk/Uses/php.mk
  head/graphics/Makefile

Modified: head/Mk/Uses/php.mk
==============================================================================
--- head/Mk/Uses/php.mk	Thu Oct 22 02:40:44 2020	(r552922)
+++ head/Mk/Uses/php.mk	Thu Oct 22 03:17:17 2020	(r552923)
@@ -374,7 +374,7 @@ add-plist-phpext:
 # 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 @@ _USE_PHP_ALL=	bcmath bitset bz2 calendar ctype curl db
 		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

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Thu Oct 22 02:40:44 2020	(r552922)
+++ head/graphics/Makefile	Thu Oct 22 03:17:17 2020	(r552923)
@@ -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


More information about the svn-ports-all mailing list