Summary: | [PATCH] audio/libmtp: add missing includes to fix on amd64 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Yuri Pankov <yuri.pankov> | ||||
Component: | Individual Port(s) | Assignee: | Beech Rintoul <beech> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | pesho.petrov | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Yuri Pankov
2009-01-13 22:30:03 UTC
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! |