From owner-svn-ports-head@FreeBSD.ORG Sat Nov 9 19:20:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A78D6361; Sat, 9 Nov 2013 19:20:30 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7A7782E91; Sat, 9 Nov 2013 19:20:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA9JKUUS005223; Sat, 9 Nov 2013 19:20:30 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA9JKUrN005221; Sat, 9 Nov 2013 19:20:30 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201311091920.rA9JKUrN005221@svn.freebsd.org> From: Rene Ladan Date: Sat, 9 Nov 2013 19:20:30 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Nov 2013 19:20:30 -0000 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 - -PLIST_SUB+= KMODDIR=${KMODDIR:C,^/,,} -KMODDIR= /boot/modules -SRC_BASE?= /usr/src +USES= kmod +.include 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 .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 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%%