Add missing includes to fix on amd64 (prevents segfault in libmtp and fixes some of the examples). Added file(s): - files/patch-examples__albumart.c - files/patch-examples__delfile.c - files/patch-examples__getfile.c - files/patch-examples__getplaylist.c - files/patch-examples__newfolder.c - files/patch-examples__newplaylist.c - files/patch-examples__pathutils.c - files/patch-examples__sendtr.c - files/patch-examples__thumb.c - files/patch-examples__trexist.c - files/patch-src__libmtp.c Port maintainer (pesho.petrov@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.77
Maintainer of audio/libmtp, Please note that PR ports/130520 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/130520 -- 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)
The change looks good. Thanks for also sending it to libmtp-discuss@lists.sourceforge.net.
State Changed From-To: feedback->open Maintainer approved.
Responsible Changed From-To: freebsd-ports-bugs->beech I'll take it
beech 2009-01-16 21:48:53 UTC FreeBSD ports repository Modified files: audio/libmtp Makefile Added files: audio/libmtp/files patch-examples__albumart.c patch-examples__delfile.c patch-examples__getfile.c patch-examples__getplaylist.c patch-examples__newfolder.c patch-examples__newplaylist.c patch-examples__pathutils.c patch-examples__sendtr.c patch-examples__thumb.c patch-examples__trexist.c patch-src__libmtp.c Log: - Add missing includes to fix on amd64 - Bump portrevision PR: ports/130520 Submitted by: Yuri Pankov <yuri.pankov@gmail.com> Approved by: Petar Zhivkov Petrov <pesho.petrov@gmail.com> (maintainer) Revision Changes Path 1.12 +1 -0 ports/audio/libmtp/Makefile 1.1 +10 -0 ports/audio/libmtp/files/patch-examples__albumart.c (new) 1.1 +11 -0 ports/audio/libmtp/files/patch-examples__delfile.c (new) 1.1 +11 -0 ports/audio/libmtp/files/patch-examples__getfile.c (new) 1.1 +11 -0 ports/audio/libmtp/files/patch-examples__getplaylist.c (new) 1.1 +10 -0 ports/audio/libmtp/files/patch-examples__newfolder.c (new) 1.1 +10 -0 ports/audio/libmtp/files/patch-examples__newplaylist.c (new) 1.1 +11 -0 ports/audio/libmtp/files/patch-examples__pathutils.c (new) 1.1 +11 -0 ports/audio/libmtp/files/patch-examples__sendtr.c (new) 1.1 +11 -0 ports/audio/libmtp/files/patch-examples__thumb.c (new) 1.1 +11 -0 ports/audio/libmtp/files/patch-examples__trexist.c (new) 1.1 +10 -0 ports/audio/libmtp/files/patch-src__libmtp.c (new) _______________________________________________ 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: open->closed Committed, Thanks!