From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 8 19:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B1031AAB for ; Fri, 8 Feb 2013 19:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7DDD5B5A for ; Fri, 8 Feb 2013 19:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r18Jo0K5054709 for ; Fri, 8 Feb 2013 19:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r18Jo0hL054708; Fri, 8 Feb 2013 19:50:00 GMT (envelope-from gnats) Resent-Date: Fri, 8 Feb 2013 19:50:00 GMT Resent-Message-Id: <201302081950.r18Jo0hL054708@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pawel Pekala Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EA62A9FE for ; Fri, 8 Feb 2013 19:42:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id DC76CB10 for ; Fri, 8 Feb 2013 19:42:13 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r18JgCll052194 for ; Fri, 8 Feb 2013 19:42:12 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r18JgCni052193; Fri, 8 Feb 2013 19:42:12 GMT (envelope-from nobody) Message-Id: <201302081942.r18JgCni052193@red.freebsd.org> Date: Fri, 8 Feb 2013 19:42:12 GMT From: Pawel Pekala To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/175962: audio/lame links to iconv X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 19:50:00 -0000 >Number: 175962 >Category: ports >Synopsis: audio/lame links to iconv >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 08 19:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Pawel Pekala >Release: 10.0-CURRENT >Organization: >Environment: FreeBSD blaviken.slowicza.org 10.0-CURRENT FreeBSD 10.0-CURRENT #4: Sat Feb 2 10:36:19 CET 2013 corn@blaviken.slowicza.org:/usr/obj/usr/src/sys/BLAVIKEN64 amd64 >Description: This package links to iconv when available: [corn:~]> ldd /usr/local/bin/lame /usr/local/bin/lame: libncurses.so.8 => /lib/libncurses.so.8 (0x80086a000) libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x800ab5000) libm.so.5 => /lib/libm.so.5 (0x800db1000) libc.so.7 => /lib/libc.so.7 (0x800fd3000) >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/audio/lame/Makefile audio/lame/Makefile --- /usr/ports/audio/lame/Makefile 2012-11-17 06:54:35.000000000 +0100 +++ audio/lame/Makefile 2013-02-08 20:36:21.000000000 +0100 @@ -7,6 +7,7 @@ PORTNAME= lame PORTVERSION= 3.99.5 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/3.99 @@ -17,6 +18,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GMAKE= yes +USE_ICONV= yes MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --enable-nasm --enable-mp3rtp --disable-gtktest >Release-Note: >Audit-Trail: >Unformatted: