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:   hauke
Date:           Tue May 11 14:57:56 UTC 2021

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

Log Message:
Add FreeBSD-{i386,x86_64} to supported platforms.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 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.22 pkgsrc/emulators/suse131_linux/Makefile.common:1.23
--- pkgsrc/emulators/suse131_linux/Makefile.common:1.22 Thu Oct  8 10:42:49 2020
+++ pkgsrc/emulators/suse131_linux/Makefile.common      Tue May 11 14:57:56 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2020/10/08 10:42:49 nia Exp $
+# $NetBSD: Makefile.common,v 1.23 2021/05/11 14:57:56 hauke Exp $
 #
 # used by emulators/suse131_alsa/Makefile
 # used by emulators/suse131_aspell/Makefile
@@ -61,10 +61,12 @@ 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+=    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+=    FreeBSD-1[0-9]*-x86_64
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index