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_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, 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 CDFD12308D for ; Sun, 11 Feb 2024 19:48:59 +0100 (CET) Received: from mail-lf1-f52.google.com ([209.85.167.52]) by 9front; Sun Feb 11 13:47:38 -0500 2024 Received: by mail-lf1-f52.google.com with SMTP id 2adb3069b0e04-511821e60c2so1277025e87.2 for <9front@9front.org>; Sun, 11 Feb 2024 10:47:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1707677254; x=1708282054; darn=9front.org; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:from:to:cc:subject:date:message-id:reply-to; bh=sInP/x5QF8s0/HhA210rYAjuM1BQYxoE0G3frF23bYQ=; b=R4jQsCm6/nxZtU8puMtyzWyXJqrSa8JYz3+9si8jTNHH7bj47XkWfySIvZ3tWtyiod Jooi76KwNIbWFLlRijq2pn3aHtY6SQh0CsgI2TwDWECWfOm17vshTrp4eq4sToV51VGS w2SrJei9QqCYiinA5CwabmE0AZgk+/nmQHc9bk4gOV/NArj/cKkLZ04w4Gu4Nm7UQiTA 1vZ8CC7ErV5acl6D2mz7Gxu0qKRainfNqhnXoeic2XGQENaM17qLpcdwGkCIyxF60HEG DdGd02Ik+ZP5iIb7n6n28k/gbyandc11aBjyksL+v/6Ov5AANhI9QXIqDw7LXoKFe63x mI+w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1707677254; x=1708282054; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=sInP/x5QF8s0/HhA210rYAjuM1BQYxoE0G3frF23bYQ=; b=PpGcLlvMUM+PZheTpF1rVa6f9WoV087EBA12rqGhMOX0L+ijOFbg8Q7EjTKAwPCoBa 74CwUpO1ZTTJ1utjkcUbE3rHg42Y404fgUXfE1gxQ0/UkphnYILXR4rDvO1eHk9GKbjt xJ98dUVig95t4/rv49j77CVoGG9Aob67Rk3oRCMjgqpQOTl4d8Gafx0QVsDfoFfTEadD bb+VwivUkNGkCFc9/0EiWds0xSRFWPbRY80nzMcPwkScajdkjRXm3jaDDGHXTy1NloNd uJ1avU6UZDvRn+et0ssRMGK7bcpWtkpQDhbI6hJMBLZ8XtnbhRYVaLpnQEUQ3FVaXOCz jghA== X-Gm-Message-State: AOJu0YzRPGjh9Qauh7eX3cOqLqsQPNkzSdNKef/wqY6GzPJPv6cyIaTs XFj/dmw5A7u2ycXRECPoUrRr4b2woXXQaElR2Ugw6Udo2t0meafn6a4h0rPfXX4= X-Google-Smtp-Source: AGHT+IH/q0Ib5zYwpqBiYhqNE/bYziGuAHHdSDmR6gSGXubrJ46ouX0ZFRc0hHmiQ2IY8G/MJs2t3w== X-Received: by 2002:a05:6512:b95:b0:511:47ed:d744 with SMTP id b21-20020a0565120b9500b0051147edd744mr3786885lfv.12.1707677254247; Sun, 11 Feb 2024 10:47:34 -0800 (PST) Received: from rogue.localnet ([46.8.104.251]) by smtp.gmail.com with ESMTPSA id x26-20020a19e01a000000b005110fbf845csm615292lfg.132.2024.02.11.10.47.33 for <9front@9front.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 11 Feb 2024 10:47:33 -0800 (PST) From: an2qzavok@gmail.com To: 9front@9front.org Date: Sun, 11 Feb 2024 21:47:33 +0300 Message-ID: <2325994.ElGaqSPkdT@rogue> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: content-addressed advanced map/reduce frontend Subject: [9front] Some trash in the src tree Reply-To: 9front@9front.org Precedence: bulk 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.