svn commit: r375346 - in head/emulators/open-vm-tools: . files

Brad Davis brd at FreeBSD.org
Tue Dec 23 15:48:35 UTC 2014


Author: brd (doc committer)
Date: Tue Dec 23 15:48:33 2014
New Revision: 375346
URL: https://svnweb.freebsd.org/changeset/ports/375346
QAT: https://qat.redports.org/buildarchive/r375346/

Log:
  Add a startup requirement on ldconfig so start up does not fail with:
  
  Shared object "libiconv.so.2" not found, required by "libglib-2.0.so.0"
  
  Approved by:	swills

Modified:
  head/emulators/open-vm-tools/Makefile
  head/emulators/open-vm-tools/files/vmware-kmod.in

Modified: head/emulators/open-vm-tools/Makefile
==============================================================================
--- head/emulators/open-vm-tools/Makefile	Tue Dec 23 15:44:42 2014	(r375345)
+++ head/emulators/open-vm-tools/Makefile	Tue Dec 23 15:48:33 2014	(r375346)
@@ -3,7 +3,7 @@
 
 PORTNAME=		open-vm-tools
 PORTVERSION=		${BUILD_VER}
-PORTREVISION=	9
+PORTREVISION=	10
 PORTEPOCH=		1
 CATEGORIES=		emulators
 MASTER_SITES=		SF/${PORTNAME}/${PORTNAME}/stable-9.4.x

Modified: head/emulators/open-vm-tools/files/vmware-kmod.in
==============================================================================
--- head/emulators/open-vm-tools/files/vmware-kmod.in	Tue Dec 23 15:44:42 2014	(r375345)
+++ head/emulators/open-vm-tools/files/vmware-kmod.in	Tue Dec 23 15:48:33 2014	(r375346)
@@ -4,7 +4,7 @@
 #
 
 # PROVIDE: vmware-kmod
-# REQUIRE: FILESYSTEMS
+# REQUIRE: FILESYSTEMS ldconfig
 # BEFORE: netif
 
 . /etc/rc.subr


More information about the svn-ports-head mailing list