From nobody Thu Nov 25 09:55:44 2021 X-Original-To: dev-commits-src-all@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 7743318A0875; Thu, 25 Nov 2021 09:55:46 +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 4J0CtV04Tpz4b8x; Thu, 25 Nov 2021 09:55:46 +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 AC9E09051; Thu, 25 Nov 2021 09:55:45 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: by aniel.nours.eu (Postfix, from userid 1001) id 1F17150024; Thu, 25 Nov 2021 10:55:44 +0100 (CET) Date: Thu, 25 Nov 2021 10:55:44 +0100 From: Baptiste Daroussin To: Ed Maste Cc: 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: <20211125095544.k72mqnc4xzide6di@aniel.nours.eu> References: <202111241941.1AOJfpEu087099@gitrepo.freebsd.org> List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202111241941.1AOJfpEu087099@gitrepo.freebsd.org> ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637834146; 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=tEdN5F5R1fK+umg2PErXQigARi4/bNmjOHM1cfVK45M=; b=tcNydUM0WpYqmkuhcA0Xd92Bwjle+VCBn2smoL+FsmGbzUzFhtrGtoWatOUQvKwEzplbqh coxOXRUdi1TiOXjD6ffE6yuV3qLBeD1frPUWNN+z0QawHRaavtnC9bWIJMBVitRgw4dAdS VaGJU2XqZjVEhblr9XQtxuVO2waFNrOLkKd7uPYmEF9GHApegtCPaVHk5b9WoFPTFdaVke ybd3JgcnuNuqiiZTxmSwRPBGOTjC+SUZmwfuPdReLyDEayQZtAfXKveG0G+5V2caWkO/+Y PeXaYUHjUY53x/JK/pzLz7r7H+K4CITQHhtoqhN4VjcNOyg5wR8cGaRCDRP/Ug== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637834146; a=rsa-sha256; cv=none; b=ooKHAX8WZiG4TGTqHZ15FYRdQlLmP9WRhYmgOOh6oL3Mm5wuYaglynDjVuGr40GMOwcE35 w6wYeKRF2ypLOVducQw+DGXqgdtKG+iX1zZ4xyuoFhaTbiZOWhgTSZAg9SvP7m13jJd0gY RUVMlZbal++UjWfZWuBwxjfKUZTPaq5eRn99D4xae0T3jPuoKB7xX5Ffgc4fL5Um48q4rx VEsVC1sL4oQar3R4ZK63D9hwYrDhNVnfoVncV6adkM7ItMV/Tc2zi3s1TikNIvCdQlVQ5G 8BK+X0rTcKc1WX3h8h0lE8vEojDPmky91aDhQGj0tHpkoU7xlllrPGN0xQRNvg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N On Wed, Nov 24, 2021 at 07:41:51PM +0000, 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 Thank you and sorry for the breakage baptiste