Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2013 00:42:34 GMT
From:      Dave Hayes <dave@jetcafe.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/181854: emulators/virtualbox-ose USES iconv
Message-ID:  <201309060042.r860gYUX083135@oldred.freebsd.org>
Resent-Message-ID: <201309060050.r860o0AG027438@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         181854
>Category:       ports
>Synopsis:       emulators/virtualbox-ose USES iconv
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 06 00:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Dave Hayes
>Release:        9.1-STABLE
>Organization:
>Environment:
FreeBSD myhost 9.1-STABLE FreeBSD 9.1-STABLE #0 r251391M: Wed Aug 14 15:16:49 PDT 2013     unixwiz@cdbuilder:/usr/obj.1.8R2-amd64/usr/src/sys/FBCD64  amd64
# cc -v
FreeBSD clang version 3.2 (tags/RELEASE_32/final 170710) 20121221
Target: x86_64-unknown-freebsd9.1
Thread model: posix

>Description:
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)


>How-To-Repeat:
cd /usr/ports/emulators/virtualbox-ose
make instasll

>Fix:
This patch fixes the issue:

--- Makefile.orig	2013-09-05 17:35:10.465556892 -0700
+++ Makefile	2013-09-05 17:35:18.633192594 -0700
@@ -34,7 +34,7 @@
 WRKSRC=		${WRKDIR}/VirtualBox-${PORTVERSION}
 ONLY_FOR_ARCHS=	i386 amd64
 FETCH_ARGS=	-pRr
-USES=		pkgconfig
+USES=		pkgconfig iconv
 USE_GCC=	any
 USE_GNOME=	libidl
 USE_BZIP2=	yes


>Release-Note:
>Audit-Trail:
>Unformatted:



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