pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/suse131_linux



Module Name:    pkgsrc
Committed By:   tron
Date:           Mon Dec 19 18:14:57 UTC 2022

Modified Files:
        pkgsrc/emulators/suse131_linux: Makefile.common

Log Message:
Accept NetBSD 10.x and newer.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/emulators/suse131_linux/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/suse131_linux/Makefile.common
diff -u pkgsrc/emulators/suse131_linux/Makefile.common:1.26 pkgsrc/emulators/suse131_linux/Makefile.common:1.27
--- pkgsrc/emulators/suse131_linux/Makefile.common:1.26 Sat Oct  1 15:09:02 2022
+++ pkgsrc/emulators/suse131_linux/Makefile.common      Mon Dec 19 18:14:57 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.26 2022/10/01 15:09:02 wiz Exp $
+# $NetBSD: Makefile.common,v 1.27 2022/12/19 18:14:57 tron Exp $
 #
 # used by emulators/suse131_alsa/Makefile
 # used by emulators/suse131_aspell/Makefile
@@ -62,11 +62,13 @@ EMUL_REQD=          suse>=${SUSE_VERSION}
 EMUL_PLATFORMS+=       linux-x86_64
 ONLY_FOR_PLATFORM+=    NetBSD-5.99*-i386
 ONLY_FOR_PLATFORM+=    NetBSD-[6-9]*-i386
+ONLY_FOR_PLATFORM+=    NetBSD-[1-9][0-9].*-i386
 ONLY_FOR_PLATFORM+=    FreeBSD-*-i386
 .endif
 EMUL_PLATFORMS+=       linux-i386
 ONLY_FOR_PLATFORM+=    NetBSD-6.99*-x86_64
 ONLY_FOR_PLATFORM+=    NetBSD-[7-9]*-x86_64
+ONLY_FOR_PLATFORM+=    NetBSD-[1-9][0-9].*-x86_64
 ONLY_FOR_PLATFORM+=    FreeBSD-1[0-9]*-x86_64
 
 CHECK_PIE_SUPPORTED=   no



Home | Main Index | Thread Index | Old Index