svn commit: r310917 - in head/emulators/virtualbox-ose-kmod: . files

Emanuel Haupt ehaupt at FreeBSD.org
Thu Jan 24 08:24:17 UTC 2013


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 at bluelife.at>
+# Created by: Bernhard Froehlich <decke at 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
 
 #


More information about the svn-ports-all mailing list