Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2020 03:17:17 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552923 - in head: Mk/Uses graphics
Message-ID:  <202010220317.09M3HH5T010114@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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