Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Nov 2013 19:20:30 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333331 - head/emulators/virtualbox-ose-kmod-legacy
Message-ID:  <201311091920.rA9JKUrN005221@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sat Nov  9 19:20:29 2013
New Revision: 333331
URL: http://svnweb.freebsd.org/changeset/ports/333331

Log:
  Forgot to commit this port in the previous USES=kmod conversion.

Modified:
  head/emulators/virtualbox-ose-kmod-legacy/Makefile
  head/emulators/virtualbox-ose-kmod-legacy/pkg-plist

Modified: head/emulators/virtualbox-ose-kmod-legacy/Makefile
==============================================================================
--- head/emulators/virtualbox-ose-kmod-legacy/Makefile	Sat Nov  9 19:17:57 2013	(r333330)
+++ head/emulators/virtualbox-ose-kmod-legacy/Makefile	Sat Nov  9 19:20:29 2013	(r333331)
@@ -3,7 +3,7 @@
 
 PORTNAME=	virtualbox-ose
 DISTVERSION=	4.1.24
-CATEGORIES=	emulators kld
+CATEGORIES=	emulators
 MASTER_SITES=	http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \
 		http://tmp.chruetertee.ch/ \
 		http://disasterarea.chruetertee.ch/
@@ -40,12 +40,9 @@ OPTIONS_DEFINE=	DEBUG VIMAGE
 VIMAGE_DESC=	VIMAGE virtual networking support
 
 NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
-PLIST_SUB+=	KMODDIR=${KMODDIR:C,^/,,}
 
-KMODDIR=	/boot/modules
-SRC_BASE?=	/usr/src
+USES=		kmod
+.include <bsd.port.options.mk>
 
 VBOX_BIN=	${WRKSRC}/out/${KMK_ARCH}/${KMK_BUILDTYPE}/bin/src
 
@@ -70,10 +67,6 @@ KMK_ARCH=	freebsd.x86
 KMK_ARCH=	freebsd.${ARCH}
 .endif
 
-.if !exists(${SRC_BASE}/sys/kern/bus_if.m)
-IGNORE=		requires kernel sources
-.endif
-
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 802000
@@ -106,7 +99,6 @@ do-build:
 	cd ${VBOX_BIN} && make ${MAKE_FLAGS}
 
 do-install:
-	${MKDIR} ${KMODDIR}
 	${INSTALL_KLD} ${VBOX_BIN}/vboxdrv/vboxdrv.ko ${KMODDIR}
 	${INSTALL_KLD} ${VBOX_BIN}/vboxnetadp/vboxnetadp.ko ${KMODDIR}
 	${INSTALL_KLD} ${VBOX_BIN}/vboxnetflt/vboxnetflt.ko ${KMODDIR}
@@ -115,6 +107,5 @@ do-install:
 	${INSTALL_KLD} ${VBOX_BIN}/vboxnetadp/vboxnetadp.ko.symbols ${KMODDIR}
 	${INSTALL_KLD} ${VBOX_BIN}/vboxnetflt/vboxnetflt.ko.symbols ${KMODDIR}
 .endif
-	@/usr/sbin/kldxref ${KMODDIR}
 
 .include <bsd.port.post.mk>

Modified: head/emulators/virtualbox-ose-kmod-legacy/pkg-plist
==============================================================================
--- head/emulators/virtualbox-ose-kmod-legacy/pkg-plist	Sat Nov  9 19:17:57 2013	(r333330)
+++ head/emulators/virtualbox-ose-kmod-legacy/pkg-plist	Sat Nov  9 19:20:29 2013	(r333331)
@@ -6,5 +6,3 @@
 %%WITH_DEBUG%%%%KMODDIR%%/vboxnetadp.ko.symbols
 %%KMODDIR%%/vboxnetflt.ko
 %%WITH_DEBUG%%%%KMODDIR%%/vboxnetflt.ko.symbols
-@exec /usr/sbin/kldxref /%%KMODDIR%%
-@unexec /usr/sbin/kldxref /%%KMODDIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311091920.rA9JKUrN005221>