From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 6B4DD1F55F for ; Wed, 13 Sep 2023 09:12:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1694596362; bh=XDGs+S/YdR7NqbS/udqgkkeGUurK/Sk+hu+pljvkHE4=; h=From:To:Subject:Date:From; b=CECbLWVKhvEYBaoCCpWJngIIHzbjmi7WdVFXqklCkJZXRo3niVgDO1uaPGU2KQLIb RqRxXtPAikLjGQo0euclQepx2L+46IO6PKJ9wWLpxakWuq1n2V21W0d2gMS7iTI0wI TILqPqJ/S54PBUouMbTTEMg4tm9dfpNiN/iHjwuE= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/5] more deps and updates from portability Date: Wed, 13 Sep 2023 09:12:37 +0000 Message-ID: <20230913091242.1827709-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: install/deps.perl could become a useful tool for new users since basically every tool is optional. CentOS partitions the Perl standard library into having circular dependencies which make no sense to me the more I look at it. 5/5 was found to only be a problem my NetBSD VM. Eric Wong (5): INSTALL: update for 2023, NetBSD and OpenBSD move deps.perl into new install/ directory updates around RPM packages on CentOS 7.x install/deps: safer defaults for regular users t/xap_helper: improve reliability of TTIN/TTOU tests INSTALL | 27 +++--- MANIFEST | 4 +- Makefile.PL | 25 +++--- ci/README | 15 ++-- ci/profiles.perl | 66 +------------- ci/run.sh | 3 +- install/README | 12 +++ {ci => install}/deps.perl | 182 ++++++++++++++++++++++++-------------- install/os.perl | 78 ++++++++++++++++ t/xap_helper.t | 14 +-- 10 files changed, 252 insertions(+), 174 deletions(-) create mode 100644 install/README rename {ci => install}/deps.perl (53%) create mode 100644 install/os.perl