Bug 175962 - audio/lame links to iconv
Summary: audio/lame links to 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: Alexander Leidinger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-08 19:50 UTC by Pawel Pekala
Modified: 2013-02-10 17:30 UTC (History)
0 users

See Also:


Attachments
file.diff (510 bytes, patch)
2013-02-08 19:50 UTC, Pawel Pekala
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pawel Pekala freebsd_committer freebsd_triage 2013-02-08 19:50:00 UTC
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)

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-08 19:50:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->netchild

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-10 17:24:02 UTC
Author: netchild
Date: Sun Feb 10 17:23:55 2013
New Revision: 312035
URL: http://svnweb.freebsd.org/changeset/ports/312035

Log:
  Add dependency to libiconv.
  
  Submitted by:	pawel
  PR:		175962

Modified:
  head/audio/lame/Makefile

Modified: head/audio/lame/Makefile
==============================================================================
--- head/audio/lame/Makefile	Sun Feb 10 16:45:41 2013	(r312034)
+++ head/audio/lame/Makefile	Sun Feb 10 17:23:55 2013	(r312035)
@@ -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_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
+USE_ICONV=	yes
 MAKE_JOBS_SAFE=	yes
 CONFIGURE_ARGS=	--enable-nasm --enable-mp3rtp --disable-gtktest
 
_______________________________________________
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 Alexander Leidinger freebsd_committer freebsd_triage 2013-02-10 17:25:37 UTC
State Changed
From-To: open->closed

Committed, thanks.