From nobody Wed Sep 04 17:36:24 2024 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 4WzV661WzFz5VJKQ for ; Wed, 04 Sep 2024 17:36:30 +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 4WzV65423Vz4rmb; Wed, 4 Sep 2024 17:36:28 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Authentication-Results: mx1.freebsd.org; none Received: from kalamity.joker.local (123-1-21-232.area1b.commufa.jp [123.1.21.232]) (authenticated bits=0) by www121.sakura.ne.jp (8.17.1/8.17.1/[SAKURA-WEB]/20201212) with ESMTPA id 484HaPPs058162; Thu, 5 Sep 2024 02:36:25 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=dec.sakura.ne.jp; s=s2405; t=1725471385; bh=1Px/pe/2CmP6LDC8HbIF76GNLMy+TpieEZ1ADFWoFKY=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=TdD9cQNrSykGdE9xyPbODToFXZ5pKeH/sOudUR95ulxl0pWTiw5ZpI7+1jJTlEhTN yxSVgU/4ZJBkq6mM/SLsDJRTf0Zqa60799sN2NAMMd51iqHsGIgOO856trBVdha0sX Qm32sAWarnfYrLnTaj0mst6djIiqLYo3HsPxOjbg= Date: Thu, 5 Sep 2024 02:36:24 +0900 From: Tomoaki AOKI To: Gleb Popov Cc: dev-commits-ports-main@freebsd.org Subject: Re: git: d86a98ea7a48 - main - Uses/electronfix.mk: Rework to not require listing supported electron versions Message-Id: <20240905023624.928b24a4e9c975dd7a774776@dec.sakura.ne.jp> In-Reply-To: References: <20240904175838.e3afad8936c6c45559af8480@dec.sakura.ne.jp> Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.1) 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: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7684, ipnet:153.125.128.0/18, country:JP] X-Rspamd-Queue-Id: 4WzV65423Vz4rmb On Wed, 4 Sep 2024 12:04:40 +0300 Gleb Popov wrote: > On Wed, Sep 4, 2024 at 11:58 AM Tomoaki AOKI wrote: > > > > Hi. > > > > Unfortunately, this didn't fix INDEX. > > Unhooking textproc/logseq from textproc/Makefile is still needed. > > Thanks for the heads-up. I worked it around in > f71ee5b13c081f8924986ba52a32396c87138f99 but I'm not sure what's the > best solution there. > > Anyone have a better idea? Sorry for the delay. I must wait for my computer finishing bulk builds of poudriere before trying anything, and in the meantime, this problem is fixed with more aggressive way. One thing I can think of is that modifying the offending port (this time, textproc/logseq) to use supported electron (hopefully, the supported one which upstream is currently struggling to work with) and mark it as BROKEN, keeping hooked to build. Regards. -- Tomoaki AOKI