From owner-svn-ports-head@FreeBSD.ORG Thu Jan 24 08:24:16 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E84CCDDD; Thu, 24 Jan 2013 08:24:16 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id DA7E9E1F; Thu, 24 Jan 2013 08:24:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0O8OGr4056664; Thu, 24 Jan 2013 08:24:16 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0O8OG3R056662; Thu, 24 Jan 2013 08:24:16 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201301240824.r0O8OG3R056662@svn.freebsd.org> From: Emanuel Haupt Date: Thu, 24 Jan 2013 08:24:16 +0000 (UTC) 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 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: Thu, 24 Jan 2013 08:24:17 -0000 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 +# Created by: Bernhard Froehlich # $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 #