From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 6 14:00:12 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA8D71065670 for ; Sat, 6 Feb 2010 14:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8FA0A8FC12 for ; Sat, 6 Feb 2010 14:00:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o16E0Ctu012609 for ; Sat, 6 Feb 2010 14:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o16E0CWf012608; Sat, 6 Feb 2010 14:00:12 GMT (envelope-from gnats) Date: Sat, 6 Feb 2010 14:00:12 GMT Message-Id: <201002061400.o16E0CWf012608@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Guido Falsi Cc: Subject: Re: ports/143580: [PATCH] audio/libmtp: update to 1.0.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Guido Falsi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Feb 2010 14:00:12 -0000 The following reply was made to PR ports/143580; it has been noted by GNATS. From: Guido Falsi To: bug-followup@FreeBSD.org, mad@madpilot.net Cc: Subject: Re: ports/143580: [PATCH] audio/libmtp: update to 1.0.1 Date: Sat, 06 Feb 2010 14:49:56 +0100 This is a multi-part message in MIME format. --------------090909010303040800060802 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Version 1.0.2 just came out. I'm attaching a revised patch updating to this latest version. Again pointed out by Peter Jeremy -- Guido Falsi --------------090909010303040800060802 Content-Type: text/plain; name="libmtp.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="libmtp.diff" diff -ruN libmtp.old/Makefile libmtp/Makefile --- libmtp.old/Makefile 2010-02-04 20:02:39.443509309 +0100 +++ libmtp/Makefile 2010-02-06 14:41:41.328587960 +0100 @@ -6,8 +6,7 @@ # PORTNAME= libmtp -PORTVERSION= 0.3.1 -PORTREVISION= 2 +PORTVERSION= 1.0.2 CATEGORIES= audio MASTER_SITES= SF diff -ruN libmtp.old/distinfo libmtp/distinfo --- libmtp.old/distinfo 2010-02-04 20:02:39.439506310 +0100 +++ libmtp/distinfo 2010-02-06 14:41:50.824400073 +0100 @@ -1,3 +1,3 @@ -MD5 (libmtp-0.3.1.tar.gz) = 26456419db20eea44471d3687a8611a2 -SHA256 (libmtp-0.3.1.tar.gz) = c3823650a1744bda2a6bc1a546ab503c644c61f5c63c1ad5642efa6fe349a04a -SIZE (libmtp-0.3.1.tar.gz) = 556206 +MD5 (libmtp-1.0.2.tar.gz) = cdc1cc6afa6be287ff6bc331e71bdc47 +SHA256 (libmtp-1.0.2.tar.gz) = 23adc4d18b5d9e0932a542104b871163cdadc09e697184199ecaaa33eaffa7af +SIZE (libmtp-1.0.2.tar.gz) = 594799 diff -ruN libmtp.old/files/patch-examples__albumart.c libmtp/files/patch-examples__albumart.c --- libmtp.old/files/patch-examples__albumart.c 2010-02-04 20:02:39.437505508 +0100 +++ libmtp/files/patch-examples__albumart.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,10 +0,0 @@ ---- ./examples/albumart.c.orig 2008-06-23 01:43:36.000000000 +0400 -+++ ./examples/albumart.c 2009-01-14 01:12:55.000000000 +0300 -@@ -21,6 +21,7 @@ - */ - #include "common.h" - #include "string.h" -+#include - #include - #include - #include diff -ruN libmtp.old/files/patch-examples__delfile.c libmtp/files/patch-examples__delfile.c --- libmtp.old/files/patch-examples__delfile.c 2010-02-04 20:02:39.437505508 +0100 +++ libmtp/files/patch-examples__delfile.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- ./examples/delfile.c.orig 2009-01-14 01:14:19.000000000 +0300 -+++ ./examples/delfile.c 2009-01-14 01:15:00.000000000 +0300 -@@ -23,6 +23,8 @@ - #include "common.h" - #include "string.h" - #include "pathutils.h" -+#include -+#include - - void delfile_usage(void); - void delfile_function(char *); diff -ruN libmtp.old/files/patch-examples__getfile.c libmtp/files/patch-examples__getfile.c --- libmtp.old/files/patch-examples__getfile.c 2010-02-04 20:02:39.438505909 +0100 +++ libmtp/files/patch-examples__getfile.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- ./examples/getfile.c.orig 2009-01-14 01:15:17.000000000 +0300 -+++ ./examples/getfile.c 2009-01-14 01:16:03.000000000 +0300 -@@ -22,6 +22,8 @@ - */ - #include "common.h" - #include "pathutils.h" -+#include -+#include - - void getfile_function(char *,char *); - void getfile_command(int, char **); diff -ruN libmtp.old/files/patch-examples__getplaylist.c libmtp/files/patch-examples__getplaylist.c --- libmtp.old/files/patch-examples__getplaylist.c 2010-02-04 20:02:39.438505909 +0100 +++ libmtp/files/patch-examples__getplaylist.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- ./examples/getplaylist.c.orig 2007-11-11 03:06:28.000000000 +0300 -+++ ./examples/getplaylist.c 2009-01-14 01:12:55.000000000 +0300 -@@ -20,6 +20,8 @@ - * Boston, MA 02111-1307, USA. - */ - #include "common.h" -+#include -+#include - - static uint32_t dump_playlist(LIBMTP_mtpdevice_t *device, LIBMTP_playlist_t *pl) - { diff -ruN libmtp.old/files/patch-examples__newfolder.c libmtp/files/patch-examples__newfolder.c --- libmtp.old/files/patch-examples__newfolder.c 2010-02-04 20:02:39.436505108 +0100 +++ libmtp/files/patch-examples__newfolder.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,10 +0,0 @@ ---- ./examples/newfolder.c.orig 2009-01-14 01:16:16.000000000 +0300 -+++ ./examples/newfolder.c 2009-01-14 01:16:31.000000000 +0300 -@@ -22,6 +22,7 @@ - */ - #include "common.h" - #include "pathutils.h" -+#include - #include - - void newfolder_function(char *); diff -ruN libmtp.old/files/patch-examples__newplaylist.c libmtp/files/patch-examples__newplaylist.c --- libmtp.old/files/patch-examples__newplaylist.c 2010-02-04 20:02:39.436505108 +0100 +++ libmtp/files/patch-examples__newplaylist.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,10 +0,0 @@ ---- ./examples/newplaylist.c.orig 2008-06-23 01:44:46.000000000 +0400 -+++ ./examples/newplaylist.c 2009-01-14 01:12:55.000000000 +0300 -@@ -21,6 +21,7 @@ - */ - #include "common.h" - #include "string.h" -+#include - #include - #include - #include diff -ruN libmtp.old/files/patch-examples__pathutils.c libmtp/files/patch-examples__pathutils.c --- libmtp.old/files/patch-examples__pathutils.c 2010-02-04 20:02:39.437505508 +0100 +++ libmtp/files/patch-examples__pathutils.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- ./examples/pathutils.c.orig 2008-05-03 03:17:02.000000000 +0400 -+++ ./examples/pathutils.c 2009-01-14 01:12:55.000000000 +0300 -@@ -21,6 +21,8 @@ - */ - #include "common.h" - #include "pathutils.h" -+#include -+#include - #include - #include - diff -ruN libmtp.old/files/patch-examples__sendtr.c libmtp/files/patch-examples__sendtr.c --- libmtp.old/files/patch-examples__sendtr.c 2010-02-04 20:02:39.436505108 +0100 +++ libmtp/files/patch-examples__sendtr.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- ./examples/sendtr.c.orig 2008-08-17 01:01:09.000000000 +0400 -+++ ./examples/sendtr.c 2009-01-14 01:12:55.000000000 +0300 -@@ -31,6 +31,8 @@ - - #include "common.h" - #include "util.h" -+#include -+#include - #include - #include - #include diff -ruN libmtp.old/files/patch-examples__thumb.c libmtp/files/patch-examples__thumb.c --- libmtp.old/files/patch-examples__thumb.c 2010-02-04 20:02:39.438505909 +0100 +++ libmtp/files/patch-examples__thumb.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- ./examples/thumb.c.orig 2007-11-11 03:06:28.000000000 +0300 -+++ ./examples/thumb.c 2009-01-14 01:12:55.000000000 +0300 -@@ -22,6 +22,8 @@ - */ - #include "common.h" - #include "string.h" -+#include -+#include - #include - #include - #include diff -ruN libmtp.old/files/patch-examples__trexist.c libmtp/files/patch-examples__trexist.c --- libmtp.old/files/patch-examples__trexist.c 2010-02-04 20:02:39.437505508 +0100 +++ libmtp/files/patch-examples__trexist.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- ./examples/trexist.c.orig 2007-11-11 03:06:28.000000000 +0300 -+++ ./examples/trexist.c 2009-01-14 01:12:55.000000000 +0300 -@@ -20,6 +20,8 @@ - * Boston, MA 02111-1307, USA. - */ - #include "common.h" -+#include -+#include - - static void usage (void) - { diff -ruN libmtp.old/files/patch-src__libmtp.c libmtp/files/patch-src__libmtp.c --- libmtp.old/files/patch-src__libmtp.c 2010-02-04 20:02:39.436505108 +0100 +++ libmtp/files/patch-src__libmtp.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,10 +0,0 @@ ---- ./src/libmtp.c.orig 2008-08-17 01:01:13.000000000 +0400 -+++ ./src/libmtp.c 2009-01-14 01:12:55.000000000 +0300 -@@ -44,6 +44,7 @@ - #include "device-flags.h" - #include "playlist-spl.h" - -+#include - #include - #include - #include diff -ruN libmtp.old/pkg-plist libmtp/pkg-plist --- libmtp.old/pkg-plist 2010-02-04 20:02:39.438505909 +0100 +++ libmtp/pkg-plist 2010-02-04 20:03:17.894950986 +0100 @@ -23,5 +23,5 @@ lib/libmtp.a lib/libmtp.la lib/libmtp.so -lib/libmtp.so.8 +lib/libmtp.so.11 libdata/pkgconfig/libmtp.pc --------------090909010303040800060802--