pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/emulator



Module Name:    pkgsrc
Committed By:   hauke
Date:           Tue May 11 14:56:47 UTC 2021

Modified Files:
        pkgsrc/mk/emulator: emulator-vars.mk

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

No preference, no emulation...


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/mk/emulator/emulator-vars.mk

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

Modified files:

Index: pkgsrc/mk/emulator/emulator-vars.mk
diff -u pkgsrc/mk/emulator/emulator-vars.mk:1.10 pkgsrc/mk/emulator/emulator-vars.mk:1.11
--- pkgsrc/mk/emulator/emulator-vars.mk:1.10    Mon Apr 30 10:41:35 2018
+++ pkgsrc/mk/emulator/emulator-vars.mk Tue May 11 14:56:47 2021
@@ -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.solaris-x86_64=  solaris-i38
 _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