From nobody Thu Sep 08 01:14:30 2022 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4MNLkt4t01z4bfLN for ; Thu, 8 Sep 2022 01:14:46 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from www121.sakura.ne.jp (www121.sakura.ne.jp [153.125.133.21]) (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 4MNLkr70yLz3vJQ; Thu, 8 Sep 2022 01:14:44 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from kalamity.joker.local (123-1-88-210.area1b.commufa.jp [123.1.88.210]) (authenticated bits=0) by www121.sakura.ne.jp (8.16.1/8.16.1/[SAKURA-WEB]/20201212) with ESMTPA id 2881EZl2061762; Thu, 8 Sep 2022 10:14:35 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Thu, 8 Sep 2022 10:14:30 +0900 From: Tomoaki AOKI To: Stefan =?UTF-8?B?RcOfZXI=?= Cc: dev-commits-ports-main@freebsd.org Subject: Re: git: 03e3069d005f - main - devel/Makefile: temporarily comment out the py3c entry Message-Id: <20220908101430.9908904d91daec79e0a104d2@dec.sakura.ne.jp> Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd13.0) List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4MNLkr70yLz3vJQ X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of junchoon@dec.sakura.ne.jp has no SPF policy when checking 153.125.133.21) smtp.mailfrom=junchoon@dec.sakura.ne.jp X-Spamd-Result: default: False [-0.60 / 15.00]; FAKE_REPLY(1.00)[]; AUTH_NA(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; RCPT_COUNT_TWO(0.00)[2]; ASN(0.00)[asn:7684, ipnet:153.125.128.0/18, country:JP]; R_DKIM_NA(0.00)[]; MLMMJ_DEST(0.00)[dev-commits-ports-main@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; R_SPF_NA(0.00)[no SPF record]; HAS_ORG_HEADER(0.00)[]; DMARC_NA(0.00)[sakura.ne.jp]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_SOME(0.00)[]; RCVD_TLS_LAST(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N INDEX is still broken like below at git 23d76f99ae15f9e6615810d20d57453818034a49. --- describe.x11-wm --- make_index: /usr/ports/devel/py-subversion: no entry for /usr/ports/devel/py3c Done. failed to generate INDEX! If devel/py-subversion really needs devel/py3c, it should be unhooked until devel/py3c is re-introduced or somehow devel/py-subversion is fixed without using devel/py3c. > The branch main has been updated by se: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=03e3069d005f2f90e3df96d6e22d97122634c539 > > commit 03e3069d005f2f90e3df96d6e22d97122634c539 > Author: Stefan Eßer > AuthorDate: 2022-09-07 22:32:31 +0000 > Commit: Stefan Eßer > CommitDate: 2022-09-07 22:32:31 +0000 > > devel/Makefile: temporarily comment out the py3c entry > > A pre-commit hook prevents the revert of an accidental removal of > devel/py3c/Makefile. > > Temporarily comment out py3c in this Makefile in order to unbreak > "make index". > > Approved by: portmgr (implicit) > --- > devel/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/devel/Makefile b/devel/Makefile > index 9cf3e51c930c..4ef1651d3e43 100644 > --- a/devel/Makefile > +++ b/devel/Makefile > @@ -5585,7 +5585,7 @@ > SUBDIR += py-zope.testbrowser > SUBDIR += py-zope.testing > SUBDIR += py-zope.traversing > - SUBDIR += py3c > +# SUBDIR += py3c > SUBDIR += pybind11 > SUBDIR += pybugz > SUBDIR += pycanberra -- Tomoaki AOKI