Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2013 06:43:39 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326464 - head/emulators/virtualbox-ose
Message-ID:  <201309060643.r866hd32053407@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Fri Sep  6 06:43:39 2013
New Revision: 326464
URL: http://svnweb.freebsd.org/changeset/ports/326464

Log:
  Add explicit iconv dependency. The port requires variable ICONV_LIB
  defined in the iconv USES Makefile to build correctly on 8.x and
  9.x after the iconv migration of the ports tree.
  
  PR:		ports/181854
  Submitted by:	Dave Hayes <dave@jetcafe.org>
  Approved by:	portmgr (bapt, implicit)

Modified:
  head/emulators/virtualbox-ose/Makefile

Modified: head/emulators/virtualbox-ose/Makefile
==============================================================================
--- head/emulators/virtualbox-ose/Makefile	Fri Sep  6 06:32:34 2013	(r326463)
+++ head/emulators/virtualbox-ose/Makefile	Fri Sep  6 06:43:39 2013	(r326464)
@@ -34,7 +34,7 @@ RUN_DEPENDS=	${KMODDIR}/vboxdrv.ko:${POR
 WRKSRC=		${WRKDIR}/VirtualBox-${PORTVERSION}
 ONLY_FOR_ARCHS=	i386 amd64
 FETCH_ARGS=	-pRr
-USES=		pkgconfig
+USES=		iconv pkgconfig
 USE_GCC=	any
 USE_GNOME=	libidl
 USE_BZIP2=	yes



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