diff options
author | gdt <gdt@pkgsrc.org> | 2009-02-21 18:54:41 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2009-02-21 18:54:41 +0000 |
commit | caa230597245a989cb97c8a94b5e73e0a67ad266 (patch) | |
tree | 58ab909a190b224ce585f5d86a7ae533609daba2 /geography | |
parent | 849d87cdd15524ce866fbeb8da50d25ff9578fe7 (diff) | |
download | pkgsrc-caa230597245a989cb97c8a94b5e73e0a67ad266.tar.gz |
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 (limited to 'geography')
-rw-r--r-- | geography/gpsbabel/patches/patch-aa | 4 | ||||
-rw-r--r-- | geography/gpsbabel/patches/patch-ab | 4 | ||||
-rw-r--r-- | geography/gpsbabel/patches/patch-ac | 4 | ||||
-rw-r--r-- | geography/gpsbabel/patches/patch-ad | 7 | ||||
-rw-r--r-- | geography/gpsbabel/patches/patch-af | 6 | ||||
-rw-r--r-- | geography/gpsbabel/patches/patch-ag | 5 |
6 files changed, 22 insertions, 8 deletions
diff --git a/geography/gpsbabel/patches/patch-aa b/geography/gpsbabel/patches/patch-aa index 9b6eb11478e..c1dfbb89364 100644 --- a/geography/gpsbabel/patches/patch-aa +++ b/geography/gpsbabel/patches/patch-aa @@ -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 --git a/geography/gpsbabel/patches/patch-ab b/geography/gpsbabel/patches/patch-ab index 6c7c93da4ed..c4a477e0095 100644 --- a/geography/gpsbabel/patches/patch-ab +++ b/geography/gpsbabel/patches/patch-ab @@ -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 --git a/geography/gpsbabel/patches/patch-ac b/geography/gpsbabel/patches/patch-ac index 1ed8b895815..5ff8b307667 100644 --- a/geography/gpsbabel/patches/patch-ac +++ b/geography/gpsbabel/patches/patch-ac @@ -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 --git a/geography/gpsbabel/patches/patch-ad b/geography/gpsbabel/patches/patch-ad index cdff49e6980..2d6c4b5b5e8 100644 --- a/geography/gpsbabel/patches/patch-ad +++ b/geography/gpsbabel/patches/patch-ad @@ -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 --git a/geography/gpsbabel/patches/patch-af b/geography/gpsbabel/patches/patch-af index 3250b4494fb..ef484c4c1a5 100644 --- a/geography/gpsbabel/patches/patch-af +++ b/geography/gpsbabel/patches/patch-af @@ -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 --git a/geography/gpsbabel/patches/patch-ag b/geography/gpsbabel/patches/patch-ag index 26fcd5cd938..d89beb5502c 100644 --- a/geography/gpsbabel/patches/patch-ag +++ b/geography/gpsbabel/patches/patch-ag @@ -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 |