On Monday 02 November 2009 00:26:59 Dima Panov wrote: > SVN commit 5545 by fluffy: > > - Update to 1.6.1 release > > > > M +1 -1 Makefile > M +3 -3 distinfo > D files/patch-bindings__c__taglib_c.pc.cmake > M +1 -1 pkg-plist > >
I was about to submit an update, but I have a few things to add anyways. pkg-plist is missing a file, and I think this can be made MAKE_JOBS_SAFE. Works for me anyways. I attached a diff to the version now in area51. - Jason
Common subdirectories: taglib.orig/.svn and taglib/.svn diff -u taglib.orig/Makefile taglib/Makefile --- taglib.orig/Makefile 2009-11-02 00:41:15.000000000 -0500 +++ taglib/Makefile 2009-11-01 01:11:28.000000000 -0500 @@ -19,6 +19,7 @@ USE_CMAKE= yes USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes CMAKE_ARGS= -DWITH_ASF:BOOL=ON \ -DWITH_MP4:BOOL=ON Common subdirectories: taglib.orig/files and taglib/files diff -u taglib.orig/pkg-plist taglib/pkg-plist --- taglib.orig/pkg-plist 2009-11-02 00:41:15.000000000 -0500 +++ taglib/pkg-plist 2009-11-01 01:15:49.000000000 -0500 @@ -25,6 +25,7 @@ include/taglib/id3v2synchdata.h include/taglib/id3v2tag.h include/taglib/mp4atom.h +include/taglib/mp4coverart.h include/taglib/mp4file.h include/taglib/mp4item.h include/taglib/mp4properties.h
_______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
