From nobody Thu Nov 25 13:32:39 2021 X-Original-To: dev-commits-src-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 661EF189B0E2; Thu, 25 Nov 2021 13:32:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4J0Jhn1lYtz4lmG; Thu, 25 Nov 2021 13:32:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from aniel.nours.eu (nours.eu [IPv6:2001:41d0:8:3a4d::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: bapt) by smtp.freebsd.org (Postfix) with ESMTPSA id 07DC2AE81; Thu, 25 Nov 2021 13:32:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: by aniel.nours.eu (Postfix, from userid 1001) id 5910C504BB; Thu, 25 Nov 2021 14:32:39 +0100 (CET) Date: Thu, 25 Nov 2021 14:32:39 +0100 From: Baptiste Daroussin To: "Bjoern A. Zeeb" Cc: Ed Maste , src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: 483a226238ed - main - Add ncurses/form to _prebuild_libs to fix build Message-ID: <20211125133239.ymga5gpbopfgujr3@aniel.nours.eu> References: <202111241941.1AOJfpEu087099@gitrepo.freebsd.org> List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-main@freebsd.org X-BeenThere: dev-commits-src-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637847161; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=VxYUlcEDIDsbbJBCfCEXzJWCnps8RJOQZ82hN8cfqHA=; b=Px+dZnx4BF6bvRqTc1Q9zm7GnjagKvGi0GUMmWnbnXMkCrAwEsCAQkWCDyAIlw1yfyPVza u53CxWCIfeDwsNrWtCz8HVIP/7NCJi8vOprdJCh5Sicuv1izVrs+Fd0xe90RPtiMTigbEH ssK4U7UBF32+fiovffltLEcpmugEg9BuyTOkE2YRgTTqLvUqOfjv+86kJWllAhFTFskkeA uzqW7EG31VsDH/hBtLRH4qLlhUiZ4szNugNmEFL2iIISf6LUF5F+Qc4W13RQfiYENxSDWs 8klMPYpabiuZYVHQGYprLpuIt2HR4RoV0Y9vtb3QxJazHRD9uV8JQngatHluAA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637847161; a=rsa-sha256; cv=none; b=gEXfCy64JJItCCwcWL+BgVhO7R1ncMFnyBiDORAp2QKFjOHARhNy80Jj5iuT/t3H4LF4JH h3h/kDCn0Pcumx1D5vddthRhGYHRUjEHyOv7pwdyhufj9QZuX4AWSifT6PjsL+68oL3DK5 iw3KWpjWV71Y9ApGf6G2CrgvyjzxF2qSvWusUhhUQ9wucgLMWwfKbWTDeuTG5kuswVi6/9 9tKS1nSXoktoLBcxh9LyJbp6yuZUYF+RcgK5CBKWxbUln8/o9a8pwAhFlFvro+sCBS+J+G R3QKghZ6IU/HUX0nYoc4Q8b/cChXwdK5GlGK4ODhTMkUdp7CwgHhq7qmf/SdaA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N On Thu, Nov 25, 2021 at 01:29:09PM +0000, Bjoern A. Zeeb wrote: > On Wed, 24 Nov 2021, Ed Maste wrote: > > > The branch main has been updated by emaste: > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=483a226238ed8949c6d280ae0757a0683962a74b > > > > commit 483a226238ed8949c6d280ae0757a0683962a74b > > Author: Ed Maste > > AuthorDate: 2021-11-24 18:56:38 +0000 > > Commit: Ed Maste > > CommitDate: 2021-11-24 19:39:37 +0000 > > > > Add ncurses/form to _prebuild_libs to fix build > > > > Reported by: bz > > Was this still needed after 5abafe4aa0b82a3ce96425b016641324c290a8b4 ? Yes :( Bapt