pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/compat90



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.

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 \



Home | Main Index | Thread Index | Old Index