pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography/gpsbabel/patches Add coments to each patch f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa71b37b7ef8
branches:  trunk
changeset: 554873:aa71b37b7ef8
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sat Feb 21 18:54:41 2009 +0000

description:
Add coments to each patch file explaining the status relative to
upstream.  3 have been applies, 1 will be, 1 rejected as breaking
other platforms, and 1 is speculative anyway.

diffstat:

 geography/gpsbabel/patches/patch-aa |  4 +++-
 geography/gpsbabel/patches/patch-ab |  4 +++-
 geography/gpsbabel/patches/patch-ac |  4 +++-
 geography/gpsbabel/patches/patch-ad |  7 ++++++-
 geography/gpsbabel/patches/patch-af |  6 ++++--
 geography/gpsbabel/patches/patch-ag |  5 +++--
 6 files changed, 22 insertions(+), 8 deletions(-)

diffs (76 lines):

diff -r 6f6c76b0dade -r aa71b37b7ef8 geography/gpsbabel/patches/patch-aa
--- a/geography/gpsbabel/patches/patch-aa       Sat Feb 21 17:40:13 2009 +0000
+++ b/geography/gpsbabel/patches/patch-aa       Sat Feb 21 18:54:41 2009 +0000
@@ -1,4 +1,6 @@
-$NetBSD: patch-aa,v 1.1.1.1 2007/09/21 05:12:08 martti Exp $
+$NetBSD: patch-aa,v 1.2 2009/02/21 18:54:41 gdt Exp $
+
+Applied upstream 2009-02-21.
 
 --- tools/mkfilelist.orig      2007-09-21 08:06:37.000000000 +0000
 +++ tools/mkfilelist   2007-09-21 08:06:53.000000000 +0000
diff -r 6f6c76b0dade -r aa71b37b7ef8 geography/gpsbabel/patches/patch-ab
--- a/geography/gpsbabel/patches/patch-ab       Sat Feb 21 17:40:13 2009 +0000
+++ b/geography/gpsbabel/patches/patch-ab       Sat Feb 21 18:54:41 2009 +0000
@@ -1,4 +1,6 @@
-$NetBSD: patch-ab,v 1.1.1.1 2007/09/21 05:12:08 martti Exp $
+$NetBSD: patch-ab,v 1.2 2009/02/21 18:54:41 gdt Exp $
+
+Applied upstream 2009-02-21.
 
 --- tools/mkspec.orig  2007-09-21 08:07:45.000000000 +0000
 +++ tools/mkspec       2007-09-21 08:07:57.000000000 +0000
diff -r 6f6c76b0dade -r aa71b37b7ef8 geography/gpsbabel/patches/patch-ac
--- a/geography/gpsbabel/patches/patch-ac       Sat Feb 21 17:40:13 2009 +0000
+++ b/geography/gpsbabel/patches/patch-ac       Sat Feb 21 18:54:41 2009 +0000
@@ -1,4 +1,6 @@
-$NetBSD: patch-ac,v 1.1.1.1 2007/09/21 05:12:08 martti Exp $
+$NetBSD: patch-ac,v 1.2 2009/02/21 18:54:41 gdt Exp $
+
+Applied upstream 2009-02-21.
 
 --- testw.orig 2007-09-21 08:08:32.000000000 +0000
 +++ testw      2007-09-21 08:08:48.000000000 +0000
diff -r 6f6c76b0dade -r aa71b37b7ef8 geography/gpsbabel/patches/patch-ad
--- a/geography/gpsbabel/patches/patch-ad       Sat Feb 21 17:40:13 2009 +0000
+++ b/geography/gpsbabel/patches/patch-ad       Sat Feb 21 18:54:41 2009 +0000
@@ -1,4 +1,9 @@
-$NetBSD: patch-ad,v 1.1 2008/06/21 18:35:03 adrianp Exp $
+$NetBSD: patch-ad,v 1.2 2009/02/21 18:54:41 gdt Exp $
+
+Rejected by upstream.  There is comment in Makefile.in that explains
+why there is no space, and output flag is set to "-o ".  This needs a
+comment explaining why the change is made and why the original scheme
+of putting the space in the variable doesn't work.
 
 --- Makefile.in.orig   2007-07-23 22:30:00.000000000 +0100
 +++ Makefile.in
diff -r 6f6c76b0dade -r aa71b37b7ef8 geography/gpsbabel/patches/patch-af
--- a/geography/gpsbabel/patches/patch-af       Sat Feb 21 17:40:13 2009 +0000
+++ b/geography/gpsbabel/patches/patch-af       Sat Feb 21 18:54:41 2009 +0000
@@ -1,7 +1,9 @@
-$NetBSD: patch-af,v 1.1 2009/02/08 15:30:26 gdt Exp $
+$NetBSD: patch-af,v 1.2 2009/02/21 18:54:41 gdt Exp $
 
 From Giles Lean, who places it in the public domain.  Workarounds for
-problems with buggy USB serial adapators.
+problems with buggy USB serial adapators.  Not applied by upstream
+2009-02-21 because it's too dangerous to work around problems without
+understanding them.
 
 --- jeeps/gpsread.c.orig       2006-04-19 22:20:18.000000000 -0400
 +++ jeeps/gpsread.c
diff -r 6f6c76b0dade -r aa71b37b7ef8 geography/gpsbabel/patches/patch-ag
--- a/geography/gpsbabel/patches/patch-ag       Sat Feb 21 17:40:13 2009 +0000
+++ b/geography/gpsbabel/patches/patch-ag       Sat Feb 21 18:54:41 2009 +0000
@@ -1,7 +1,8 @@
-$NetBSD: patch-ag,v 1.1 2009/02/08 15:30:26 gdt Exp $
+$NetBSD: patch-ag,v 1.2 2009/02/21 18:54:41 gdt Exp $
 
 From Giles Lean.  Discards characters that may be waiting in the tty
-on open to get a fresh start.  Not yet sent upstream.
+on open to get a fresh start.  Upstream said would be applied on
+2009-02-21.
 
 --- jeeps/gpsserial.c.orig     2008-09-18 16:16:14.000000000 -0400
 +++ jeeps/gpsserial.c



Home | Main Index | Thread Index | Old Index