diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-01-24 08:24:16 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-01-24 08:24:16 +0000 |
commit | a5b330652b93b78e9a7074ee917bf692b6332af1 (patch) | |
tree | a1b612ece4193e25c493a52fc3d89ade9d827b3b /emulators | |
parent | 05c879aefd509e5ff20e2c1ac46913e0ad91abb3 (diff) | |
download | freebsd-ports-a5b330652b93b78e9a7074ee917bf692b6332af1.zip |
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
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/virtualbox-ose-kmod/Makefile | 3 | ||||
-rw-r--r-- | emulators/virtualbox-ose-kmod/files/vboxnet.in | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/emulators/virtualbox-ose-kmod/Makefile b/emulators/virtualbox-ose-kmod/Makefile index 8203fdd1e8d4..370d97446272 100644 --- a/emulators/virtualbox-ose-kmod/Makefile +++ b/emulators/virtualbox-ose-kmod/Makefile @@ -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/ \ diff --git a/emulators/virtualbox-ose-kmod/files/vboxnet.in b/emulators/virtualbox-ose-kmod/files/vboxnet.in index cab5d14a7521..073ee3764176 100644 --- a/emulators/virtualbox-ose-kmod/files/vboxnet.in +++ b/emulators/virtualbox-ose-kmod/files/vboxnet.in @@ -4,8 +4,7 @@ # # PROVIDE: vboxnet -# REQUIRE: FILESYSTEMS -# BEFORE: netif +# REQUIRE: FILESYSTEMS NETWORKING ldconfig # KEYWORD: nojail # |