Bug 130520

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 Flags
libmtp-0.3.1.patch none

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!