pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/suse131_linux Add FreeBSD-{i386,x86_64} to s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ad5f4050f96
branches:  trunk
changeset: 452478:8ad5f4050f96
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Tue May 11 14:57:56 2021 +0000

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

diffstat:

 emulators/suse131_linux/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 9fa402e74210 -r 8ad5f4050f96 emulators/suse131_linux/Makefile.common
--- a/emulators/suse131_linux/Makefile.common   Tue May 11 14:56:47 2021 +0000
+++ b/emulators/suse131_linux/Makefile.common   Tue May 11 14:57:56 2021 +0000
@@ -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_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