Bug 181854 - emulators/virtualbox-ose USES iconv
Summary: emulators/virtualbox-ose USES iconv
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Virtualbox Team (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-06 01:50 UTC by Dave Hayes
Modified: 2013-09-06 09:40 UTC (History)
0 users

See Also:


Attachments
file.diff (303 bytes, patch)
2013-09-06 01:50 UTC, Dave Hayes
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hayes 2013-09-06 01:50:00 UTC
emulators/virtualbox-ose does not compile on clang-ified 9.1-STABLE as of ports HEAD on 090413:

# svn info
Path: .
.
Repository Root: https://svn0.us-west.freebsd.org/ports
.
Last Changed Author: anders
Last Changed Rev: 326321
Last Changed Date: 2013-09-04 13:46:54 -0700 (Wed, 04 Sep 2013)

Fix: This patch fixes the issue:
How-To-Repeat: cd /usr/ports/emulators/virtualbox-ose
make instasll
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-06 01:50:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vbox

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-06 07:43:46 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Guido Falsi freebsd_committer freebsd_triage 2013-09-06 07:44:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-09-06 09:37:55 UTC
Author: decke
Date: Fri Sep  6 08:37:48 2013
New Revision: 326480
URL: http://svnweb.freebsd.org/changeset/ports/326480

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>

Modified:
  head/emulators/virtualbox-ose-legacy/Makefile

Modified: head/emulators/virtualbox-ose-legacy/Makefile
==============================================================================
--- head/emulators/virtualbox-ose-legacy/Makefile	Fri Sep  6 08:34:39 2013	(r326479)
+++ head/emulators/virtualbox-ose-legacy/Makefile	Fri Sep  6 08:37:48 2013	(r326480)
@@ -35,7 +35,7 @@ RUN_DEPENDS=	/boot/modules/vboxdrv.ko:${
 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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"