From nobody@FreeBSD.org  Mon Feb 19 01:05:19 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 28D6116A407
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 19 Feb 2007 01:05:19 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id F31B013C4A5
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 19 Feb 2007 01:05:18 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l1J15IWH016205
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 19 Feb 2007 01:05:18 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l1J15ItN016204;
	Mon, 19 Feb 2007 01:05:18 GMT
	(envelope-from nobody)
Message-Id: <200702190105.l1J15ItN016204@www.freebsd.org>
Date: Mon, 19 Feb 2007 01:05:18 GMT
From: "Herbert J. Skuhra"<h.skuhra@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] audio/libmtp
X-Send-Pr-Version: www-3.0

>Number:         109301
>Category:       ports
>Synopsis:       [PATCH] audio/libmtp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 19 01:10:03 GMT 2007
>Closed-Date:    Mon Mar 05 02:00:21 GMT 2007
>Last-Modified:  Mon Mar  5 02:10:09 GMT 2007
>Originator:     Herbert J. Skuhra
>Release:        FreeBSD 6.2-STABLE
>Organization:
>Environment:
FreeBSD oslo.ath.cx 6.2-STABLE FreeBSD 6.2-STABLE #0: Wed Feb 14 21:21:47 CET 2007     root@oslo.ath.cx:/usr/obj/usr/src/sys/PC1  i386
>Description:
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
>How-To-Repeat:

>Fix:
diff -ruN audio/libmtp.bak/Makefile audio/libmtp/Makefile
--- audio/libmtp.bak/Makefile	Wed Dec  6 22:20:45 2006
+++ audio/libmtp/Makefile	Mon Feb 19 01:26:03 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libmtp
-PORTVERSION=	0.0.21
+PORTVERSION=	0.1.3
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -ruN audio/libmtp.bak/distinfo audio/libmtp/distinfo
--- audio/libmtp.bak/distinfo	Wed Dec  6 22:20:45 2006
+++ audio/libmtp/distinfo	Mon Feb 19 01:26:12 2007
@@ -1,3 +1,3 @@
-MD5 (libmtp-0.0.21.tar.gz) = 621b4590c3c0d09f3546ad67f39ef80b
-SHA256 (libmtp-0.0.21.tar.gz) = 7d7d28bc92d44f2f8f8c235535428c20a559db227e2184bbd58b22a58f8103be
-SIZE (libmtp-0.0.21.tar.gz) = 447358
+MD5 (libmtp-0.1.3.tar.gz) = 311b99c9d9a96efff6383f7466b2b229
+SHA256 (libmtp-0.1.3.tar.gz) = d85f1950b3fbc7a8a89bf06dc4f6fae7e627d9b7b291b98f45259a87bd5b4661
+SIZE (libmtp-0.1.3.tar.gz) = 480522
diff -ruN audio/libmtp.bak/pkg-plist audio/libmtp/pkg-plist
--- audio/libmtp.bak/pkg-plist	Wed Dec  6 22:20:45 2006
+++ audio/libmtp/pkg-plist	Mon Feb 19 01:41:00 2007
@@ -1,20 +1,20 @@
-bin/mtp-delfile
+bin/mtp-albumart
+bin/mtp-albums
+bin/mtp-connect
 bin/mtp-detect
+bin/mtp-emptyfolders
 bin/mtp-files
 bin/mtp-folders
 bin/mtp-format
-bin/mtp-getfile
 bin/mtp-getplaylist
 bin/mtp-hotplug
-bin/mtp-newfolder
+bin/mtp-newplaylist
 bin/mtp-playlists
-bin/mtp-sendfile
-bin/mtp-sendtr
+bin/mtp-thumb
 bin/mtp-tracks
 bin/mtp-trexist
-include/libmtp.h
 lib/libmtp.a
 lib/libmtp.la
 lib/libmtp.so
-lib/libmtp.so.3
+lib/libmtp.so.6
 libdata/pkgconfig/libmtp.pc
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Feb 19 01:10:09 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109301 
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: clsung 
Responsible-Changed-When: Mon Feb 19 02:23:39 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109301 

From: "Petar Petrov" <pesho.petrov@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/109301: [PATCH] audio/libmtp
Date: Mon, 19 Feb 2007 09:16:10 +0200

 ------=_Part_29094_10518035.1171869370079
 Content-Type: multipart/alternative; 
 	boundary="----=_Part_29095_11866551.1171869370079"
 
 ------=_Part_29095_11866551.1171869370079
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 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
 >
 
 ------=_Part_29095_11866551.1171869370079
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 <br>Thanks for the patch!<br><br>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.<br><br>
 To fix this problem, the attached patches should be added in files/:<br><br>Also the patch for pkg-plist doesn&#39;t look correct (at least the include/libmtp.h was surely not removed in the new version). See the attached 
 pkg-plist.patch.<br><br><br><div><span class="gmail_quote">On Mon, 19 Feb 2007 01:10:07 UT, <b class="gmail_sendername">Edwin Groothuis</b> &lt;<a href="mailto:edwin@freebsd.org">edwin@freebsd.org</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
 Maintainer of audio/libmtp,<br><br>Please note that PR ports/109301 has just been submitted.<br><br>If it contains a patch for an upgrade, an enhancement or a bug fix<br>you agree on, reply to this email stating that you approve the patch
 <br>and a committer will take care of it.<br><br>The full text of the PR can be found at:<br>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/109301">http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/109301</a>
 <br><br>--<br>Edwin Groothuis<br><a href="mailto:edwin@FreeBSD.org">edwin@FreeBSD.org</a><br></blockquote></div><br>
 
 ------=_Part_29095_11866551.1171869370079--
 
 ------=_Part_29094_10518035.1171869370079
 Content-Type: application/octet-stream; name=patch-examples-common.h
 Content-Transfer-Encoding: base64
 X-Attachment-Id: f_eyckg0jv
 Content-Disposition: attachment; filename="patch-examples-common.h"
 
 LS0tIGV4YW1wbGVzL2NvbW1vbi5oLm9yaWcJU3VuIEZlYiAxOCAyMjoyNDowMSAyMDA3CisrKyBl
 eGFtcGxlcy9jb21tb24uaAlTdW4gRmViIDE4IDIyOjE3OjM0IDIwMDcKQEAgLTMsNyArMyw3IEBA
 CiAgKiBUaGVzZSBoZWFkZXJzIGFyZSB1c2VkIGJ5IGFic29sdXRlbHkgYWxsIHNhbXBsZSBwcm9n
 cmFtcy4KICAqIFNwZWNpYWwgcXVpcmtzIHRoYXQgYXBwbHkgdG8gYWxsIHNhbXBsZXMgZ28gaGVy
 ZS4KICAqLwotI2luY2x1ZGUgPGxpYm10cC5oPgorI2luY2x1ZGUgPC4uL3NyYy9saWJtdHAuaD4K
 ICNpZm5kZWYgX01TQ19WRVIKICNpbmNsdWRlICJjb25maWcuaCIKICNpZmRlZiBIQVZFX0dFVE9Q
 VF9ICg==
 ------=_Part_29094_10518035.1171869370079
 Content-Type: application/octet-stream; name=patch-examples-sendfile.c
 Content-Transfer-Encoding: base64
 X-Attachment-Id: f_eyckguex
 Content-Disposition: attachment; filename="patch-examples-sendfile.c"
 
 LS0tIGV4YW1wbGVzL3NlbmRmaWxlLmMub3JpZwlTdW4gRmViIDE4IDIyOjI1OjM4IDIwMDcKKysr
 IGV4YW1wbGVzL3NlbmRmaWxlLmMJU3VuIEZlYiAxOCAyMjoxNDo1MyAyMDA3CkBAIC00LDcgKzQs
 NyBAQAogI2luY2x1ZGUgPHN5cy90eXBlcy5oPgogI2luY2x1ZGUgPGZjbnRsLmg+CiAjaW5jbHVk
 ZSAiY29tbW9uLmgiCi0jaW5jbHVkZSAibGlibXRwLmgiCisjaW5jbHVkZSAiLi4vc3JjL2xpYm10
 cC5oIgogI2luY2x1ZGUgInBhdGh1dGlscy5oIgogCiBleHRlcm4gTElCTVRQX2ZvbGRlcl90ICpm
 b2xkZXJzOwo=
 ------=_Part_29094_10518035.1171869370079
 Content-Type: application/octet-stream; name=patch-examples-sendtr.c
 Content-Transfer-Encoding: base64
 X-Attachment-Id: f_eyckgzfl
 Content-Disposition: attachment; filename="patch-examples-sendtr.c"
 
 LS0tIGV4YW1wbGVzL3NlbmR0ci5jLm9yaWcJU3VuIEZlYiAxOCAyMjoyNToxOCAyMDA3CisrKyBl
 eGFtcGxlcy9zZW5kdHIuYwlTdW4gRmViIDE4IDIyOjE4OjA0IDIwMDcKQEAgLTEyLDcgKzEyLDcg
 QEAKICNpbmNsdWRlIDxzeXMvdHlwZXMuaD4KICNpbmNsdWRlIDxmY250bC5oPgogI2luY2x1ZGUg
 ImNvbW1vbi5oIgotI2luY2x1ZGUgImxpYm10cC5oIgorI2luY2x1ZGUgIi4uL3NyYy9saWJtdHAu
 aCIKICNpbmNsdWRlICJwYXRodXRpbHMuaCIKIAogZXh0ZXJuIExJQk1UUF9mb2xkZXJfdCAqZm9s
 ZGVyczsK
 ------=_Part_29094_10518035.1171869370079
 Content-Type: application/octet-stream; name=pkg-plist.patch
 Content-Transfer-Encoding: base64
 X-Attachment-Id: f_eyckqt4n
 Content-Disposition: attachment; filename="pkg-plist.patch"
 
 LS0tIGxpYm10cC5vcmlnL3BrZy1wbGlzdAlNb24gRmViIDE5IDA5OjE0OjU3IDIwMDcKKysrIGxp
 Ym10cC5uZXcvcGtnLXBsaXN0CVN1biBGZWIgMTggMjM6MjY6MjggMjAwNwpAQCAtMSw1ICsxLDkg
 QEAKK2Jpbi9tdHAtYWxidW1hcnQKK2Jpbi9tdHAtYWxidW1zCitiaW4vbXRwLWNvbm5lY3QKIGJp
 bi9tdHAtZGVsZmlsZQogYmluL210cC1kZXRlY3QKK2Jpbi9tdHAtZW1wdHlmb2xkZXJzCiBiaW4v
 bXRwLWZpbGVzCiBiaW4vbXRwLWZvbGRlcnMKIGJpbi9tdHAtZm9ybWF0CkBAIC03LDE0ICsxMSwx
 NiBAQAogYmluL210cC1nZXRwbGF5bGlzdAogYmluL210cC1ob3RwbHVnCiBiaW4vbXRwLW5ld2Zv
 bGRlcgorYmluL210cC1uZXdwbGF5bGlzdAogYmluL210cC1wbGF5bGlzdHMKIGJpbi9tdHAtc2Vu
 ZGZpbGUKIGJpbi9tdHAtc2VuZHRyCitiaW4vbXRwLXRodW1iCiBiaW4vbXRwLXRyYWNrcwogYmlu
 L210cC10cmV4aXN0CiBpbmNsdWRlL2xpYm10cC5oCiBsaWIvbGlibXRwLmEKIGxpYi9saWJtdHAu
 bGEKIGxpYi9saWJtdHAuc28KLWxpYi9saWJtdHAuc28uMworbGliL2xpYm10cC5zby42CiBsaWJk
 YXRhL3BrZ2NvbmZpZy9saWJtdHAucGMK
 ------=_Part_29094_10518035.1171869370079--

From: "Petar Petrov" <pesho.petrov@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/109301: [PATCH] audio/libmtp
Date: Mon, 19 Feb 2007 11:07:05 +0200

 ------=_Part_29779_24165774.1171876025838
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 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
 > >
 >
 >
 >
 
 ------=_Part_29779_24165774.1171876025838
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 <br>
 These patches can also be found here:<br>
 <a href="http://debian.fmi.uni-sofia.bg/~sinn/patches/">http://debian.fmi.uni-sofia.bg/~sinn/patches/</a><br><br><div><span class="gmail_quote">On 2/19/07, <b class="gmail_sendername">Petar Petrov</b> &lt;<a href="mailto:pesho.petrov@gmail.com">
 pesho.petrov@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>Thanks for the patch!<br><br>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.<br><br>
 To fix this problem, the attached patches should be added in files/:<br><br>Also
 the patch for pkg-plist doesn&#39;t look correct (at least the
 include/libmtp.h was surely not removed in the new version). See the
 attached pkg-plist.patch.<div><span class="e" id="q_110d8db86e31fd87_1"><br><br><br><div><span class="gmail_quote">On Mon, 19 Feb 2007 01:10:07 UT, <b class="gmail_sendername">Edwin Groothuis</b> &lt;<a href="mailto:edwin@freebsd.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
 edwin@freebsd.org</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
 Maintainer of audio/libmtp,<br><br>Please note that PR ports/109301 has just been submitted.<br><br>If it contains a patch for an upgrade, an enhancement or a bug fix<br>you agree on, reply to this email stating that you approve the patch
 <br>and a committer will take care of it.<br><br>The full text of the PR can be found at:<br>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/109301" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/109301</a>
 <br><br>--<br>Edwin Groothuis<br><a href="mailto:edwin@FreeBSD.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">edwin@FreeBSD.org</a><br></blockquote></div><br>
 </span></div><br clear="all"></blockquote></div><br>
 
 ------=_Part_29779_24165774.1171876025838--

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/109301: commit references a PR
Date: Mon,  5 Mar 2007 01:59:10 +0000 (UTC)

 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"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: clsung 
State-Changed-When: Mon Mar 5 02:00:19 UTC 2007 
State-Changed-Why:  
Committed. Thank You. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109301 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/109301: commit references a PR
Date: Mon,  5 Mar 2007 01:59:57 +0000 (UTC)

 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"
 
>Unformatted:
