pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/haxm haxm: align KMODULEDIR to the style of ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/abfd0d10690a
branches: trunk
changeset: 329788:abfd0d10690a
user: kamil <kamil%pkgsrc.org@localhost>
date: Fri Feb 15 00:49:08 2019 +0000
description:
haxm: align KMODULEDIR to the style of base modules
Install haxm.kmod into a subdir haxm.
Bump PKGREVISION.
diffstat:
emulators/haxm/Makefile | 6 ++++--
emulators/haxm/PLIST | 4 ++--
emulators/haxm/files/haxm-modload.in | 2 +-
3 files changed, 7 insertions(+), 5 deletions(-)
diffs (46 lines):
diff -r 82ef1873ff98 -r abfd0d10690a emulators/haxm/Makefile
--- a/emulators/haxm/Makefile Thu Feb 14 23:18:06 2019 +0000
+++ b/emulators/haxm/Makefile Fri Feb 15 00:49:08 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/02/14 23:17:55 kamil Exp $
+# $NetBSD: Makefile,v 1.7 2019/02/15 00:49:08 kamil Exp $
GITHUB_PROJECT= haxm
GITHUB_TAG= 3bdfd1a39021df9b4dfe69e05a277e4e6456494a
@@ -6,6 +6,8 @@
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=intel/}
+PKGREVISION= 1
+
MAINTAINER= kamil%NetBSD.org@localhost
HOMEPAGE= https://github.com/intel/haxm/
COMMENT= Intel Hardware Accelerated Execution Manager
@@ -35,7 +37,7 @@
.endif
KMOD= haxm.kmod
-KMODULEDIR= stand/${MACHINE}/${OS_VERSION}/modules
+KMODULEDIR= stand/${MACHINE}/${OS_VERSION}/modules/haxm
INSTALLATION_DIRS+= sbin # auxiliary scripts
INSTALLATION_DIRS+= ${KMODULEDIR}
diff -r 82ef1873ff98 -r abfd0d10690a emulators/haxm/PLIST
--- a/emulators/haxm/PLIST Thu Feb 14 23:18:06 2019 +0000
+++ b/emulators/haxm/PLIST Fri Feb 15 00:49:08 2019 +0000
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2019/02/13 05:20:15 kamil Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/02/15 00:49:08 kamil Exp $
sbin/haxm-mknod
sbin/haxm-modload
sbin/haxm-modunload
-stand/${MACHINE}/${OS_VERSION}/modules/haxm.kmod
+stand/${MACHINE}/${OS_VERSION}/modules/haxm/haxm.kmod
diff -r 82ef1873ff98 -r abfd0d10690a emulators/haxm/files/haxm-modload.in
--- a/emulators/haxm/files/haxm-modload.in Thu Feb 14 23:18:06 2019 +0000
+++ b/emulators/haxm/files/haxm-modload.in Fri Feb 15 00:49:08 2019 +0000
@@ -1,3 +1,3 @@
#!/bin/sh
-modload @PREFIX@/stand/@MACHINE@/@OS_VERSION@/modules/haxm.kmod
+modload @PREFIX@/stand/@MACHINE@/@OS_VERSION@/modules/haxm/haxm.kmod
Home |
Main Index |
Thread Index |
Old Index