Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Feb 2013 19:42:12 GMT
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/175962: audio/lame links to iconv
Message-ID:  <201302081942.r18JgCni052193@red.freebsd.org>
Resent-Message-ID: <201302081950.r18Jo0hL054708@freefall.freebsd.org>

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

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



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