pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/emulator Prepare for compat80 package.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d8a62ae6333a
branches:  trunk
changeset: 342146:d8a62ae6333a
user:      he <he%pkgsrc.org@localhost>
date:      Tue Oct 15 11:15:49 2019 +0000

description:
Prepare for compat80 package.

diffstat:

 mk/emulator/netbsd-compat.mk |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r bd590e55f4f2 -r d8a62ae6333a mk/emulator/netbsd-compat.mk
--- a/mk/emulator/netbsd-compat.mk      Tue Oct 15 08:00:22 2019 +0000
+++ b/mk/emulator/netbsd-compat.mk      Tue Oct 15 11:15:49 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: netbsd-compat.mk,v 1.6 2017/06/01 13:30:26 jlam Exp $
+# $NetBSD: netbsd-compat.mk,v 1.7 2019/10/15 11:15:49 he Exp $
 #
 # COMPAT_* for NetBSD -- see options(4).
 #
@@ -41,6 +41,7 @@
 _EMUL_PKG.compat-5.1=  compat51
 _EMUL_PKG.compat-6.0=  compat60
 _EMUL_PKG.compat-6.1=  compat61
+_EMUL_PKG.compat-8.0=  compat80
 _EMUL_PKG.compat=      # defined, but empty
 
 # EMUL_TYPE.netbsd can be "compat" or "compat-[0-9]*".  If a particular
@@ -87,6 +88,9 @@
 .  elif !empty(NETBSD_VERSION_REQD:M6.1.*)
 .    include "${PKGSRCDIR}/emulators/${_EMUL_PKG.compat-6.1}/emulator.mk"
 
+.  elif !empty(NETBSD_VERSION_REQD:M8.0.*)
+.    include "${PKGSRCDIR}/emulators/${_EMUL_PKG.compat-8.0}/emulator.mk"
+
 .  endif
 
 .else



Home | Main Index | Thread Index | Old Index