ports/181854: emulators/virtualbox-ose USES iconv
Dave Hayes
dave at jetcafe.org
Fri Sep 6 00:50:00 UTC 2013
>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 at 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:
More information about the freebsd-ports-bugs
mailing list