These patches make the following changes: -Updates audio/libmp3splt to the latest version (this upgrade is important, as it has a lot of bugfixes and is required for the latest versions of mp3splt and mp3splt-gtk) -Makes according changes to Makefile -Makes according changes to distinfo -Makes according changes to files (get rid of it's contents, they are no longer needed) Fix: The included patches --- distinfo.orig 2009-03-27 06:56:23.000000000 -0700 +++ distinfo 2009-09-05 14:23:34.000000000 -0700 @@ -1,3 +1,3 @@ -MD5 (libmp3splt-0.5.4.tar.gz) = a65f63dc9c176dabff3c6c85c4c3bf2c -SHA256 (libmp3splt-0.5.4.tar.gz) = 3c454d5a49316f549bb21f3875a55c2ce37d2510d41f72136fa8cfe6fbaff9f6 -SIZE (libmp3splt-0.5.4.tar.gz) = 462620 +MD5 (libmp3splt-0.5.7a.tar.gz) = 93fd67d55b500735f1c42d260518505d +SHA256 (libmp3splt-0.5.7a.tar.gz) = e0e945b681315037f960e2929477e3357ba9c76cde1e29a19d8e1d371a9e123e +SIZE (libmp3splt-0.5.7a.tar.gz) = 535747 --- distinfo.diff ends here --- How-To-Repeat: -Apply the patches -I am submitting an update to mp3splt accordingly, (since mp3splt versions are tied directly to the respective version of libmp3splt) as the old mp3splt will not compile on newer versions of libmp3splt
Maintainer of audio/libmp3splt, Please note that PR ports/139166 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/139166 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->wen I'll take it.
This version of libmp3splt has NLS support. This should be properly handled by port. 1. NLS support should be added to OPTIONS. 2. And to Makefile should added something like: .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls .else PLIST_FILES+= share/locale/de/LC_MESSAGES/libmp3splt.mo \ share/locale/fr/LC_MESSAGES/libmp3splt.mo .endif I'll see this as soon as time permits. -- Anton Yuzhaninov
seems to be, that share/aclocal/mp3splt.m4 should be added to PLIST_FILES
Better patch attached.
last patch can be commited with patch from http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/139167
Also MAKE_JOBS_SAFE=yes can be added to Makefile of this port (tested on 4-cores). -- Anton Yuzhaninov
wen 2009-11-27 01:57:49 UTC FreeBSD ports repository Modified files: audio/libmp3splt Makefile distinfo Removed files: audio/libmp3splt/files patch-cddb.c Log: - Update to 0.5.7a PR: ports/139166 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Approved by: maintainer Revision Changes Path 1.6 +15 -4 ports/audio/libmp3splt/Makefile 1.2 +3 -3 ports/audio/libmp3splt/distinfo 1.2 +0 -19 ports/audio/libmp3splt/files/patch-cddb.c (dead) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!