The accompanying patch intends to update the audio/taglib port to honour the recent release of taglib v1.4.
The plist is wrong after you update to 1.4. This causes "make package" to fail if you apply the update to 1.4. This patch fixes the plist: --- pkg-plist.orig Mon Aug 15 00:11:37 2005 +++ pkg-plist Mon Aug 15 00:17:06 2005 @@ -32,7 +32,6 @@ include/taglib/taglib.h include/taglib/tbytevector.h include/taglib/tbytevectorlist.h -include/taglib/tdebug.h include/taglib/textidentificationframe.h include/taglib/tfile.h include/taglib/tlist.h @@ -49,7 +48,7 @@ include/taglib/xiphcomment.h lib/libtag.la lib/libtag.so -lib/libtag.so.4 +lib/libtag.so.5 lib/libtag_c.la lib/libtag_c.so lib/libtag_c.so.0
Responsible Changed From-To: freebsd-ports-bugs->mich Grab this one.
We also need to replace all instances of: tag.4:${PORTSDIR}/audio/taglib with tag.5:${PORTSDIR}/audio/taglib in the whole ports tree. I will follow up with a patch for that in the morning.
State Changed From-To: open->closed Committed, thanks !