From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id 18ABE24C48 for ; Mon, 12 Feb 2024 01:12:52 +0100 (CET) Received: from wopr.sciops.net ([216.126.196.60]) by 9front; Sun Feb 11 19:11:43 -0500 2024 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sciops.net; s=20210706; t=1707696695; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to; bh=y/a+afofAD22ZMEx3ZId7JfUDG0Sw74eR6xHc8qWXNs=; b=KHejLiNnlUGOEKwGKzzr9o+9bQ4sDuzj3KsYq0yLCsh6j25adGnnoGmz8QYmjU+C7WHuY9 W6r0Mrrr7sflbmcBAw7F4kfRAPQajnf5GwJjsG4nlAUo9LC4M9AlZKpXMWPF3pXYPZhnmD uPhMRN2dD6BEsa2eKUDRHvBckG78qvU= Received: by wopr.sciops.net (OpenSMTPD) with ESMTPSA id fd337def (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO) for <9front@9front.org>; Sun, 11 Feb 2024 16:11:35 -0800 (PST) Message-ID: <9F445CCA1B9B4EBE8AA7A64FC16EB3DB@wopr.sciops.net> Date: Mon, 12 Feb 2024 01:11:36 +0100 From: qwx@sciops.net To: 9front@9front.org In-Reply-To: <74D28144E2431926A1A5EE500E11670C@eigenstate.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: progressive pipelining TOR package element manager Subject: Re: [9front] Some trash in the src tree Reply-To: 9front@9front.org Precedence: bulk On Sun Feb 11 23:13:09 +0100 2024, ori@eigenstate.org wrote: > Removing it from the source tree doesn't remove it from the git history :) > > The main problem is that if there's a precompiled binary, I don't know > how diff/patch will deal with it as things stand. > > Quoth an2qzavok@gmail.com: > > I've been grepping the source for some reason and found /sys/src/cmd/tcs/font > > Not only files there appear to never be referenced in tcs itself, it even > > contains a pre-compiled mips binary 'merge'. > > Also, font/ code won't even complie due to missing 'libg.h' header. > > > > I am a bit reluctant about sending plain removal patch though, what if it has > > some significant historical value? It looks like some font manipulating/ > > converting programs. Seems like the font/ subdirectory is old and afaik undocumented 2e code that hasn't been touched since that release as libg.h is already missing in 3e. From a quick glance, these might have been used to generate some of the fonts in /lib/font. Unless there's some utility in porting this code, I suggest we just remove the directory. Cheers, qwx