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:
Responsible Changed From-To: freebsd-ports-bugs->netchild Over to maintainer (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Committed, thanks.