From owner-dev-commits-src-all@freebsd.org Wed Jan 6 22:20:13 2021 Return-Path: Delivered-To: dev-commits-src-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 8A9DB4E10ED for ; Wed, 6 Jan 2021 22:20:13 +0000 (UTC) (envelope-from tsoome@me.com) Received: from pv50p00im-zteg10021301.me.com (pv50p00im-zteg10021301.me.com [17.58.6.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DB3hY2j0gz3NkH for ; Wed, 6 Jan 2021 22:20:13 +0000 (UTC) (envelope-from tsoome@me.com) Received: from nazgul.lan (148-52-235-80.sta.estpak.ee [80.235.52.148]) by pv50p00im-zteg10021301.me.com (Postfix) with ESMTPSA id 1EFD3CC01A0; Wed, 6 Jan 2021 22:20:04 +0000 (UTC) From: Toomas Soome Message-Id: Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.40.0.2.32\)) Subject: Re: git: 3630506b9dae - main - loader: implement framebuffer console Date: Thu, 7 Jan 2021 00:20:02 +0200 In-Reply-To: Cc: Peter Jeremy , Toomas Soome , src-committers , dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org To: Warner Losh References: <202101022009.102K9PRl075016@gitrepo.freebsd.org> <51035B54-FF30-41EE-BC4A-3D4E0ABD1B13@me.com> X-Mailer: Apple Mail (2.3654.40.0.2.32) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.343, 18.0.737 definitions=2021-01-06_12:2021-01-06, 2021-01-06 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 mlxscore=0 mlxlogscore=946 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-2006250000 definitions=main-2101060125 X-Rspamd-Queue-Id: 4DB3hY2j0gz3NkH X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jan 2021 22:20:13 -0000 > On 6. Jan 2021, at 23:35, Warner Losh wrote: >=20 >=20 >=20 > On Wed, Jan 6, 2021, 5:51 AM Toomas Soome > wrote: >=20 >=20 > > On 6. Jan 2021, at 12:33, Peter Jeremy > wrote: > >=20 > > On 2021-Jan-02 20:09:25 +0000, Toomas Soome = wrote: > >> The branch main has been updated by tsoome: > >>=20 > >> URL: = https://cgit.FreeBSD.org/src/commit/?id=3D3630506b9daec9167a89bc4525638ea4= 5a00769e = > >=20 > > Note that this commit adds a hard build dependency on vtfontcvt(8) > > but that tool is depends on the WITH_VT build option. I suspect > > that stand/fonts should be likewise dependent on WITH_VT > >=20 > > --=20 > > Peter Jeremy >=20 >=20 > Thanks for pointing this out. We actually need to build vtfontcvt = unconditionally, in addition to font files, we also need it to generate = C code for built in font (used when there are no /boot/fonts). >=20 > Is there some way to build without any of this stuff *at*all*? >=20 > Warner Not at this time, no. rgds, toomas