pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/emulator Add freebsd-{i386,x86_64} to _EMUL_PREFER.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9fa402e74210
branches:  trunk
changeset: 452477:9fa402e74210
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Tue May 11 14:56:47 2021 +0000

description:
Add freebsd-{i386,x86_64} to _EMUL_PREFER.

No preference, no emulation...

diffstat:

 mk/emulator/emulator-vars.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 633f30267e8a -r 9fa402e74210 mk/emulator/emulator-vars.mk
--- a/mk/emulator/emulator-vars.mk      Tue May 11 14:07:03 2021 +0000
+++ b/mk/emulator/emulator-vars.mk      Tue May 11 14:56:47 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: emulator-vars.mk,v 1.10 2018/04/30 10:41:35 wiz Exp $
+# $NetBSD: emulator-vars.mk,v 1.11 2021/05/11 14:56:47 hauke Exp $
 #
 # This file is included by bsd.prefs.mk only if EMUL_PLATFORMS is defined
 # and non-empty.
@@ -95,6 +95,9 @@
 _EMUL_PREFER.linux-sparc64=    linux-sparc
 _EMUL_PREFER.linux-x86_64=     linux-i386
 
+_EMUL_PREFER.freebsd-i386=     linux-i386
+_EMUL_PREFER.freebsd-x86_64=   linux-x86_64 linux-i386
+
 # Prefer "emulating" the native operating system, then fall back to
 # the other preferences listed above.
 #



Home | Main Index | Thread Index | Old Index