From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jan 13 22:30:03 2009 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 F0112106564A for ; Tue, 13 Jan 2009 22:30:03 +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 C0EB08FC1C for ; Tue, 13 Jan 2009 22:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0DMU3Ln046495 for ; Tue, 13 Jan 2009 22:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0DMU3gv046490; Tue, 13 Jan 2009 22:30:03 GMT (envelope-from gnats) Resent-Date: Tue, 13 Jan 2009 22:30:03 GMT Resent-Message-Id: <200901132230.n0DMU3gv046490@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yuri Pankov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CBB7106567D for ; Tue, 13 Jan 2009 22:28:03 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.24]) by mx1.freebsd.org (Postfix) with ESMTP id B24088FC0C for ; Tue, 13 Jan 2009 22:28:02 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: by ey-out-2122.google.com with SMTP id d26so29606eyd.7 for ; Tue, 13 Jan 2009 14:28:01 -0800 (PST) Received: by 10.210.89.4 with SMTP id m4mr2492741ebb.42.1231885681651; Tue, 13 Jan 2009 14:28:01 -0800 (PST) Received: from darklight.homeunix.org ([85.175.24.248]) by mx.google.com with ESMTPS id g11sm9602392gve.16.2009.01.13.14.27.17 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 13 Jan 2009 14:28:00 -0800 (PST) Received: from darklight.homeunix.org (yuri@darklight.homeunix.org [127.0.0.1]) by darklight.homeunix.org (8.14.3/8.14.3) with ESMTP id n0DMREnq054361; Wed, 14 Jan 2009 01:27:15 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.homeunix.org (8.14.3/8.14.3/Submit) id n0DMREh5054360; Wed, 14 Jan 2009 01:27:14 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Message-Id: <200901132227.n0DMREh5054360@darklight.homeunix.org> Date: Wed, 14 Jan 2009 01:27:14 +0300 (MSK) From: Yuri Pankov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: pesho.petrov@gmail.com Subject: ports/130520: [PATCH] audio/libmtp: add missing includes to fix on amd64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2009 22:30:04 -0000 >Number: 130520 >Category: ports >Synopsis: [PATCH] audio/libmtp: add missing includes to fix on amd64 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 13 22:30:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Yuri Pankov >Release: FreeBSD 8.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD darklight.homeunix.org 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Wed Jan 7 12:28:58 MSK >Description: 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 >How-To-Repeat: >Fix: --- libmtp-0.3.1.patch begins here --- Index: files/patch-examples__albumart.c =================================================================== RCS file: files/patch-examples__albumart.c diff -N files/patch-examples__albumart.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-examples__albumart.c 13 Jan 2009 22:22:37 -0000 @@ -0,0 +1,10 @@ +--- ./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 Index: files/patch-examples__delfile.c =================================================================== RCS file: files/patch-examples__delfile.c diff -N files/patch-examples__delfile.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-examples__delfile.c 13 Jan 2009 22:22:37 -0000 @@ -0,0 +1,11 @@ +--- ./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 *); Index: files/patch-examples__getfile.c =================================================================== RCS file: files/patch-examples__getfile.c diff -N files/patch-examples__getfile.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-examples__getfile.c 13 Jan 2009 22:22:37 -0000 @@ -0,0 +1,11 @@ +--- ./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 **); Index: files/patch-examples__getplaylist.c =================================================================== RCS file: files/patch-examples__getplaylist.c diff -N files/patch-examples__getplaylist.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-examples__getplaylist.c 13 Jan 2009 22:22:37 -0000 @@ -0,0 +1,11 @@ +--- ./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) + { Index: files/patch-examples__newfolder.c =================================================================== RCS file: files/patch-examples__newfolder.c diff -N files/patch-examples__newfolder.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-examples__newfolder.c 13 Jan 2009 22:22:37 -0000 @@ -0,0 +1,10 @@ +--- ./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 *); Index: files/patch-examples__newplaylist.c =================================================================== RCS file: files/patch-examples__newplaylist.c diff -N files/patch-examples__newplaylist.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-examples__newplaylist.c 13 Jan 2009 22:22:37 -0000 @@ -0,0 +1,10 @@ +--- ./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 Index: files/patch-examples__pathutils.c =================================================================== RCS file: files/patch-examples__pathutils.c diff -N files/patch-examples__pathutils.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-examples__pathutils.c 13 Jan 2009 22:22:37 -0000 @@ -0,0 +1,11 @@ +--- ./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 + Index: files/patch-examples__sendtr.c =================================================================== RCS file: files/patch-examples__sendtr.c diff -N files/patch-examples__sendtr.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-examples__sendtr.c 13 Jan 2009 22:22:37 -0000 @@ -0,0 +1,11 @@ +--- ./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 Index: files/patch-examples__thumb.c =================================================================== RCS file: files/patch-examples__thumb.c diff -N files/patch-examples__thumb.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-examples__thumb.c 13 Jan 2009 22:22:37 -0000 @@ -0,0 +1,11 @@ +--- ./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 Index: files/patch-examples__trexist.c =================================================================== RCS file: files/patch-examples__trexist.c diff -N files/patch-examples__trexist.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-examples__trexist.c 13 Jan 2009 22:22:37 -0000 @@ -0,0 +1,11 @@ +--- ./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) + { Index: files/patch-src__libmtp.c =================================================================== RCS file: files/patch-src__libmtp.c diff -N files/patch-src__libmtp.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-src__libmtp.c 13 Jan 2009 22:22:37 -0000 @@ -0,0 +1,10 @@ +--- ./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 --- libmtp-0.3.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: