From owner-svn-ports-all@freebsd.org Thu Oct 22 03:17:18 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6501543C685; Thu, 22 Oct 2020 03:17:18 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CGswt2203z4GLs; Thu, 22 Oct 2020 03:17:18 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 29659101E0; Thu, 22 Oct 2020 03:17:18 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09M3HIGX010118; Thu, 22 Oct 2020 03:17:18 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09M3HH5T010114; Thu, 22 Oct 2020 03:17:17 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202010220317.09M3HH5T010114@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Thu, 22 Oct 2020 03:17:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552923 - in head: Mk/Uses graphics X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: in head: Mk/Uses graphics X-SVN-Commit-Revision: 552923 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Oct 2020 03:17:18 -0000 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 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