Index: head/audio/id3lib/Makefile =================================================================== --- head/audio/id3lib/Makefile (revision 497400) +++ head/audio/id3lib/Makefile (revision 497401) @@ -1,33 +1,34 @@ # Created by: Roman Shterenzon # $FreeBSD$ PORTNAME= id3lib PORTVERSION= 3.8.3 PORTREVISION= 10 CATEGORIES= audio MASTER_SITES= SF MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for manipulating ID3v1/v1.1 and ID3v2 tags LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_mips= fails to link: '_ZTSN12_GLOBAL__N_117ConstIteratorImplE' referenced in section '.data.rel.ro' of tag.lo: defined in discarded section BROKEN_mips64= fails to link: '_ZTSN12_GLOBAL__N_117ConstIteratorImplE' referenced in section '.data.rel.ro' of tag.lo: defined in discarded section -GNU_CONFIGURE= yes USES= iconv libtool localbase + +GNU_CONFIGURE= yes USE_LDCONFIG= yes post-extract: @${RM} -r ${WRKSRC}/zlib post-patch: @${REINPLACE_CMD} '/main/ s|unsigned int|int|' ${WRKSRC}/examples/demo_*.cpp @${REINPLACE_CMD} 's|\(iomanip\)\.h|\1|' ${WRKSRC}/configure @${REINPLACE_CMD} '/include.*/ { p; s||include |; n; n; n; }' \ ${WRKSRC}/include/id3/id3lib_strings.h \ ${WRKSRC}/include/id3/writers.h .include