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,AWL,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 B86CA1F560 for ; Sat, 9 Sep 2023 12:01:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1694260902; bh=Crn6yw38xBEcwru4KHZI3ItbI5ihZUnyWUKKxG+D08g=; h=From:To:Subject:Date:From; b=C8eNRlMiTB+xkTY7wW7QHuTtyleRKP3cFStw2HxzMMRJBntVLWN3aPGiIS6ZWzTd3 7HiW7quTlFSC4310vLvIAQbFQ6WpZPG7r6DJDzHAoQcanW+n7WfFJBI3YjDSXkbCl0 HjGnNVhojWvAKRhU21eyIt6+Y3hURL9ICfhQRP88= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/8] NetBSD-related updates Date: Sat, 9 Sep 2023 12:01:34 +0000 Message-ID: <20230909120142.1041752-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: It actually packages `p5-highlight' like Debian! Eric Wong (8): Makefile.PL: check `getconf NPROCESSORS_ONLN', too ipc: define _SC_NPROCESSORS_ONLN for NetBSD ci/run.sh: parameterize BUILD_JOBS TEST_JOBS and TEST_TARGET ci/profiles: rewrite in Perl update CI helper scripts for NetBSD and `pkgin' xap_helper: note __cleanup__ works with C++ exceptions xap_helper: use _OPENBSD_SOURCE on NetBSD for reallocarray xap_helper: clamp workers to USHRT_MAX Makefile.PL | 3 +- ci/deps.perl | 24 +++++++-- ci/profiles.perl | 93 ++++++++++++++++++++++++++++++++++ ci/profiles.sh | 98 ------------------------------------ ci/run.sh | 14 +++--- lib/PublicInbox/IPC.pm | 16 ++++-- lib/PublicInbox/xap_helper.h | 15 +++++- 7 files changed, 148 insertions(+), 115 deletions(-) create mode 100755 ci/profiles.perl delete mode 100755 ci/profiles.sh