From owner-svn-ports-all@freebsd.org Thu Oct 22 03:19:34 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 9DB3543C49A; Thu, 22 Oct 2020 03:19:34 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CGszV3C8Sz4GTg; Thu, 22 Oct 2020 03:19:34 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from mail-yb1-f175.google.com (mail-yb1-f175.google.com [209.85.219.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: lwhsu/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4BAD012C64; Thu, 22 Oct 2020 03:19:34 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: by mail-yb1-f175.google.com with SMTP id b138so370730yba.5; Wed, 21 Oct 2020 20:19:34 -0700 (PDT) X-Gm-Message-State: AOAM5319ZMvEaNf+uumB7MgvfXjv9ypLcvQTQkVGE15bajzeElpr4oHR 9KX/Y2OyZys6ZutLLskKo6RNJLHqfc7w19oeQ9M= X-Google-Smtp-Source: ABdhPJzvwyg9/J0ZJ55yDElaqGZAE/Dmu6Ej1/UPBVDBogpJggcWPxvu9svl9Gxi/kZFlCRCJNVGa6/EXMN3IwRQCjw= X-Received: by 2002:a25:1503:: with SMTP id 3mr497555ybv.241.1603336773953; Wed, 21 Oct 2020 20:19:33 -0700 (PDT) MIME-Version: 1.0 References: <202010220024.09M0OSUZ093546@repo.freebsd.org> <20201022.101100.1931653939739965825.yasu@utahime.org> In-Reply-To: <20201022.101100.1931653939739965825.yasu@utahime.org> From: Li-Wen Hsu Date: Thu, 22 Oct 2020 11:19:22 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r552910 - in head: archivers converters databases devel ftp graphics lang mail math misc net net-mgmt security sysutils textproc www To: Yasuhiro KIMURA Cc: Torsten Zuehlsdorff , ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" 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:19:34 -0000 On Thu, Oct 22, 2020 at 9:11 AM Yasuhiro KIMURA wrote: > > From: Torsten Zuehlsdorff > 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. Since index building is broken, I went ahead to commit the patch. Please let me know if there is any issue of it. Best, Li-Wen