Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 536901A9239 for ; Sun, 2 Jan 2022 16:33:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7190184EF0; Sun, 2 Jan 2022 16:33:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 962EC84EF0 for ; Sun, 2 Jan 2022 16:33:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ax3JC36kM_zC for ; Sun, 2 Jan 2022 16:33:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 01A2084D3F for ; Sun, 2 Jan 2022 16:33:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EB28EFAEC; Sun, 2 Jan 2022 16:33:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1641141193247150" MIME-Version: 1.0 Date: Sun, 2 Jan 2022 16:33:13 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/emulators/compat_netbsd To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20220102163313.EB28EFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1641141193247150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: he Date: Sun Jan 2 16:33:13 UTC 2022 Modified Files: pkgsrc/emulators/compat_netbsd: gencompat.sh Log Message: Revise arch list after running pkglint: armeb -> earmeb armv6hf -> earmv6hf armv7hf -> earmv7hf m68010 -> m68000 Corresponding update to compat90 Makefile upcoming. Compat symlinks created in already uploaded distfile repository, so no need to run this again this time. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/emulators/compat_netbsd/gencompat.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1641141193247150 Content-Disposition: inline Content-Length: 2583 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/compat_netbsd/gencompat.sh diff -u pkgsrc/emulators/compat_netbsd/gencompat.sh:1.4 pkgsrc/emulators/compat_netbsd/gencompat.sh:1.5 --- pkgsrc/emulators/compat_netbsd/gencompat.sh:1.4 Sat Dec 18 10:17:48 2021 +++ pkgsrc/emulators/compat_netbsd/gencompat.sh Sun Jan 2 16:33:13 2022 @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: gencompat.sh,v 1.4 2021/12/18 10:17:48 he Exp $ +# $NetBSD: gencompat.sh,v 1.5 2022/01/02 16:33:13 he Exp $ # # This script generates the distfiles and PLISTs for the NetBSD compat* # packages. @@ -21,19 +21,19 @@ XBASESET="xbase.tgz" BASESET_X="base.tar.xz" XBASESET_X="xbase.tar.xz" -archlist="aarch64 alpha arm armeb armv6hf armv7hf earmv7hfeb earm earmv7hfeb hppa i386 m68010 m68k mips64el mips64eb mipseb mipsel powerpc sh3eb sh3el sparc sparc64 vax x86_64" +archlist="aarch64 alpha arm earmeb earmv6hf earmv7hf earmv7hfeb earm earmv7hfeb hppa i386 m68000 m68k mips64el mips64eb mipseb mipsel powerpc sh3eb sh3el sparc sparc64 vax x86_64" machlist_aarch64="evbarm-aarch64" machlist_alpha="alpha" machlist_arm="acorn32 cats evbarm hpcarm iyonix netwinder shark zaurus" machlist_earm="evbarm-earm" -machlist_armeb="evbarm-earmeb" -machlist_armv6hf="evbarm-earmv6hf" -machlist_armv7hf="evbarm-earmv7hf" +machlist_earmeb="evbarm-earmeb" +machlist_earmv6hf="evbarm-earmv6hf" +machlist_earmv7hf="evbarm-earmv7hf" machlist_earmv7hfeb="evbarm-earmv7hfeb" machlist_hppa="hp700" machlist_i386="i386" -machlist_m68010="sun2" +machlist_m68000="sun2" machlist_m68k="amiga atari cesfic hp300 luna68k mac68k mvme68k news68k next68k sun3 x68k" machlist_mipseb="ews4800mips mipsco newsmips sgimips evbmips-mipseb" machlist_mipsel="algor arc cobalt hpcmips pmax evbmips-mipsel" @@ -139,14 +139,14 @@ for arch in $archlist; do [ -d $compat_extras_pkgdir ] || mkdir -p $compat_extras_pkgdir # Generate PLISTs and distfiles. - ( echo '@comment $NetBSD: gencompat.sh,v 1.4 2021/12/18 10:17:48 he Exp $' + ( echo '@comment $NetBSD: gencompat.sh,v 1.5 2022/01/02 16:33:13 he Exp $' find $compat_dir \! -type d | sort | sed 's,'$compat_dir'/,${EMULSUBDIRSLASH},' ) > $compat_pkgdir/PLIST.$arch tar cf $compat_pkgdir/$compat_dir.tar $compat_dir bzip2 -f -9 $compat_pkgdir/$compat_dir.tar - ( echo '@comment $NetBSD: gencompat.sh,v 1.4 2021/12/18 10:17:48 he Exp $' + ( echo '@comment $NetBSD: gencompat.sh,v 1.5 2022/01/02 16:33:13 he Exp $' find $compat_extras_dir \! -type d | sort | sed 's,'$compat_extras_dir'/,${EMULSUBDIRSLASH},' ) > $compat_extras_pkgdir/PLIST.$arch --_----------=_1641141193247150--