Bug 130520 - [PATCH] audio/libmtp: add missing includes to fix on amd64
Summary: [PATCH] audio/libmtp: add missing includes to fix on amd64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-13 22:30 UTC by Yuri Pankov
Modified: 2009-01-16 21:50 UTC (History)
1 user (show)

See Also:


Attachments
libmtp-0.3.1.patch (6.60 KB, patch)
2009-01-13 22:30 UTC, Yuri Pankov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Pankov 2009-01-13 22:30:03 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-01-13 22:32:15 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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-01-13 22:32:16 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 pesho.petrov 2009-01-16 19:49:30 UTC
The change looks good.
Thanks for also sending it to libmtp-discuss@lists.sourceforge.net.
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2009-01-16 20:26:41 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Beech Rintoul freebsd_committer freebsd_triage 2009-01-16 20:35:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 6 dfilter service freebsd_committer freebsd_triage 2009-01-16 21:49:04 UTC
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"
Comment 7 Beech Rintoul freebsd_committer freebsd_triage 2009-01-16 21:49:22 UTC
State Changed
From-To: open->closed

Committed, Thanks!