Index: head/audio/id3lib/Makefile =================================================================== --- head/audio/id3lib/Makefile (revision 445651) +++ head/audio/id3lib/Makefile (revision 445652) @@ -1,31 +1,31 @@ # Created by: Roman Shterenzon # $FreeBSD$ PORTNAME= id3lib PORTVERSION= 3.8.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio MASTER_SITES= SF MAINTAINER= kaeru@inigo-tech.com COMMENT= Library for manipulating ID3v1/v1.1 and ID3v2 tags GNU_CONFIGURE= yes USES= iconv libtool USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib 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 Index: head/audio/id3lib/files/patch-src_mp3__parse.cpp =================================================================== --- head/audio/id3lib/files/patch-src_mp3__parse.cpp (nonexistent) +++ head/audio/id3lib/files/patch-src_mp3__parse.cpp (revision 445652) @@ -0,0 +1,11 @@ +--- src/mp3_parse.cpp.orig 2017-07-13 13:36:15 UTC ++++ src/mp3_parse.cpp +@@ -465,7 +465,7 @@ bool Mp3Info::Parse(ID3_Reader& reader, size_t mp3size + // from http://www.xingtech.com/developer/mp3/ + + const size_t VBR_HEADER_MIN_SIZE = 8; // "xing" + flags are fixed +- const size_t VBR_HEADER_MAX_SIZE = 116; // frames, bytes, toc and scale are optional ++ const size_t VBR_HEADER_MAX_SIZE = 120; // frames, bytes, toc and scale are optional + + if (mp3size >= vbr_header_offest + VBR_HEADER_MIN_SIZE) + { Property changes on: head/audio/id3lib/files/patch-src_mp3__parse.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property