Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jan 2013 08:24:16 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310917 - in head/emulators/virtualbox-ose-kmod: . files
Message-ID:  <201301240824.r0O8OG3R056662@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Jan 24 08:24:16 2013
New Revision: 310917
URL: http://svnweb.freebsd.org/changeset/ports/310917

Log:
  Require ldconfig in vboxnet init script. Without it vboxnet fails to start on
  9-STABLE with "VBoxRT.so misses libiconv.so".
  
  While here pacify portlint by replacing a tab in the header with a single space.
  
  Approved by:    decke

Modified:
  head/emulators/virtualbox-ose-kmod/Makefile
  head/emulators/virtualbox-ose-kmod/files/vboxnet.in

Modified: head/emulators/virtualbox-ose-kmod/Makefile
==============================================================================
--- head/emulators/virtualbox-ose-kmod/Makefile	Thu Jan 24 07:42:32 2013	(r310916)
+++ head/emulators/virtualbox-ose-kmod/Makefile	Thu Jan 24 08:24:16 2013	(r310917)
@@ -1,8 +1,9 @@
-# Created by:	Bernhard Froehlich <decke@bluelife.at>
+# Created by: Bernhard Froehlich <decke@bluelife.at>
 # $FreeBSD$
 
 PORTNAME=	virtualbox-ose
 DISTVERSION=	4.2.6
+PORTREVISION=	1
 CATEGORIES=	emulators kld
 MASTER_SITES=	http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \
 		http://tmp.chruetertee.ch/ \

Modified: head/emulators/virtualbox-ose-kmod/files/vboxnet.in
==============================================================================
--- head/emulators/virtualbox-ose-kmod/files/vboxnet.in	Thu Jan 24 07:42:32 2013	(r310916)
+++ head/emulators/virtualbox-ose-kmod/files/vboxnet.in	Thu Jan 24 08:24:16 2013	(r310917)
@@ -4,8 +4,7 @@
 #
 
 # PROVIDE:	vboxnet
-# REQUIRE:	FILESYSTEMS
-# BEFORE:	netif
+# REQUIRE:	FILESYSTEMS NETWORKING ldconfig
 # KEYWORD:	nojail
 
 #



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