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 9FB721A923A for ; Sun, 2 Jan 2022 16:35:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E0E9684EF2; Sun, 2 Jan 2022 16:35:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 29ADF84D3F for ; Sun, 2 Jan 2022 16:35:13 +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 uX1vp5m1MQZE for ; Sun, 2 Jan 2022 16:35:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7D4F684CD8 for ; Sun, 2 Jan 2022 16:35:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7A896FAEC; Sun, 2 Jan 2022 16:35:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1641141312136870" MIME-Version: 1.0 Date: Sun, 2 Jan 2022 16:35:12 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/emulators/compat90 To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20220102163512.7A896FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1641141312136870 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:35:12 UTC 2022 Modified Files: pkgsrc/emulators/compat90: Makefile Log Message: Adjust EMUL_PLATFORMS to pkglint's liking: armeb -> earmeb armv6hf -> earmv6hf armv7hf -> earmv7hf m68010 -> m68000 Compat symlinks created in distfile repository. Riding on the quite recent PKGREVISION bump. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/emulators/compat90/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1641141312136870 Content-Disposition: inline Content-Length: 921 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/compat90/Makefile diff -u pkgsrc/emulators/compat90/Makefile:1.2 pkgsrc/emulators/compat90/Makefile:1.3 --- pkgsrc/emulators/compat90/Makefile:1.2 Sun Jan 2 16:22:32 2022 +++ pkgsrc/emulators/compat90/Makefile Sun Jan 2 16:35:12 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2022/01/02 16:22:32 he Exp $ +# $NetBSD: Makefile,v 1.3 2022/01/02 16:35:12 he Exp $ COMPAT_PKG= compat90 # for compat_netbsd/Makefile.common NETBSD_VERSION= 9.0 @@ -15,9 +15,10 @@ DIST_SUBDIR= 20211116 EMUL_PLATFORMS= netbsd-aarch64 \ netbsd-alpha \ - netbsd-arm netbsd-armeb netbsd-armv6hf netbsd-armv7hf \ + netbsd-arm netbsd-earmeb \ + netbsd-earmv6hf netbsd-earmv7hf \ netbsd-earmv7hfeb \ - netbsd-i386 netbsd-m68010 netbsd-m68k \ + netbsd-i386 netbsd-m68000 netbsd-m68k \ netbsd-mips64eb netbsd-mips64el \ netbsd-mipseb netbsd-mipsel \ netbsd-powerpc \ --_----------=_1641141312136870--