From owner-svn-ports-head@freebsd.org Thu Oct 22 05:25:52 2020 Return-Path: Delivered-To: svn-ports-head@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 9F14E43E642; Thu, 22 Oct 2020 05:25:52 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from maybe.home.utahime.org (gate.home.utahime.org [183.180.29.210]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CGwnC5tz8z4MTZ; Thu, 22 Oct 2020 05:25:51 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (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) (No client certificate requested) by maybe.home.utahime.org (Postfix) with ESMTPS id 75FFE209EF; Thu, 22 Oct 2020 14:25:47 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=utahime.org; s=maybe2019112701; t=1603344347; bh=Gnouy9L5iLHykpNWHw4TyOQJMUKj0njs8WRjtH2xRQM=; h=Date:To:Cc:Subject:From:In-Reply-To:References; b=wv5pERILRk1OGCY8BF6UcLCIB+k3oCd97lVcPEjvyPZpifGRgzIixmGI5LIt+ahDf ETgBH1K6j9ldhIRpTCsLyhUk0xdfVCpUGsAhzwFf/H9tEyAJT1lWlmB8IDFdr9x47T HkcA3hb+uPV8fIWTn3xWN4tQYQ5lvGu4mzgAUvHYJ/QVkYac8Qan10URRRK5ypR9cx bEMlCnfaug4NNsal/TcTTGMXy3PX4LbG5W6rxEO45XsEAwFMIxRrnfK4QXYQQqUwZd gsWxPWW72WctjkLV4vAjhk3ZEF3zt7Kg9gUzLllfCkC4EiLMF1C7+4P21Huvb3iqPv gWWNUB++vEDng== Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.3 with cipher TLS_CHACHA20_POLY1305_SHA256 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id 675EE14462; Thu, 22 Oct 2020 14:25:46 +0900 (JST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.103.0 at eastasia.home.utahime.org Date: Thu, 22 Oct 2020 14:24:21 +0900 (JST) Message-Id: <20201022.142421.1626959752789598476.yasu@utahime.org> To: lwhsu@freebsd.org Cc: tz@freebsd.org, 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 From: Yasuhiro KIMURA In-Reply-To: References: <202010220024.09M0OSUZ093546@repo.freebsd.org> <20201022.101100.1931653939739965825.yasu@utahime.org> X-Mailer: Mew version 6.8 on Emacs 27.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4CGwnC5tz8z4MTZ X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:2519, ipnet:183.180.0.0/16, country:JP] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Oct 2020 05:25:52 -0000 From: Li-Wen Hsu Subject: Re: 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 11:19:22 +0800 >> > 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. > > Since index building is broken, I went ahead to commit the patch. > Please let me know if there is any issue of it. After applying this patch I found building php80 flavor of some ports results in check-sanity error. I'm investigating it now but it may take some time to fix. --- Yasuhiro KIMURA