pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[.joined/pkgsrc/trunk]: .joined/pkgsrc/emulators/compat90 Adjust EMUL_PLATFOR...



details:   https://anonhg.NetBSD.org/.joined/pkgsrc/rev/251d8acce1f8
branches:  trunk
changeset: 370975:251d8acce1f8
user:      he <he%pkgsrc.org@localhost>
date:      Sun Jan 02 16:35:12 2022 +0000

description:
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.

diffstat:

 emulators/compat90/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 87c0736ef9bb -r 251d8acce1f8 emulators/compat90/Makefile
--- a/emulators/compat90/Makefile       Sun Jan 02 16:33:13 2022 +0000
+++ b/emulators/compat90/Makefile       Sun Jan 02 16:35:12 2022 +0000
@@ -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 @@
 
 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 \



Home | Main Index | Thread Index | Old Index