The below patch updates audio/libmtp to version 0.1.3. It's also available from: http://norway.ath.cx/freebsd/libmtp_0_1_3.diff A patch for amarok to depend on libmtp-0.1.3 is here: http://norway.ath.cx/freebsd/amarok_mtp.diff
State Changed From-To: open->feedback Awaiting maintainers feedback
Responsible Changed From-To: freebsd-ports-bugs->clsung I'll take it.
These patches can also be found here: http://debian.fmi.uni-sofia.bg/~sinn/patches/ On 2/19/07, Petar Petrov <pesho.petrov@gmail.com> wrote: > > > Thanks for the patch! > > There is a problem building libmtp 0.1.3 when there is libmtp already > installed on the system. The sources in examples/ in that case use the > installed libmtp.h rather then the new one. > > To fix this problem, the attached patches should be added in files/: > > Also the patch for pkg-plist doesn't look correct (at least the > include/libmtp.h was surely not removed in the new version). See the > attached pkg-plist.patch. > > > On Mon, 19 Feb 2007 01:10:07 UT, Edwin Groothuis <edwin@freebsd.org> > wrote: > > > > Maintainer of audio/libmtp, > > > > Please note that PR ports/109301 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/109301 > > > > -- > > Edwin Groothuis > > edwin@FreeBSD.org > > > > >
clsung 2007-03-05 01:59:05 UTC FreeBSD ports repository Modified files: audio/libmtp Makefile distinfo pkg-plist Added files: audio/libmtp/files patch-examples-common.h patch-examples-sendfile.c patch-examples-sendtr.c Log: - Update to 0.1.3 PR: ports/109301 Submitted by: Herbert J. Skuhra <h dot skuhra@gmail.com> Reviewed by: maintainer (Petar Petrov) Approved by: maintainer Revision Changes Path 1.2 +1 -1 ports/audio/libmtp/Makefile 1.2 +3 -3 ports/audio/libmtp/distinfo 1.1 +11 -0 ports/audio/libmtp/files/patch-examples-common.h (new) 1.1 +11 -0 ports/audio/libmtp/files/patch-examples-sendfile.c (new) 1.1 +11 -0 ports/audio/libmtp/files/patch-examples-sendtr.c (new) 1.2 +7 -1 ports/audio/libmtp/pkg-plist _______________________________________________ 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"
clsung 2007-03-05 01:59:54 UTC FreeBSD ports repository Modified files: audio/amarok Makefile Log: - to reflect update to libmtp - bump PORTREVISION PR: ports/109301 Submitted by: Herbert J. Skuhra <h dot skuhra@gmail.com> Revision Changes Path 1.66 +2 -2 ports/audio/amarok/Makefile _______________________________________________ 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. Thank You.