summaryrefslogtreecommitdiff
path: root/geography/gpsbabel/patches
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2007-09-21 05:12:08 +0000
committermartti <martti@pkgsrc.org>2007-09-21 05:12:08 +0000
commitee8601af3758f57df0f77f843719153391cba9c8 (patch)
tree1d2c31323b5ce33ac02154455dacd6e2c8cba4c0 /geography/gpsbabel/patches
parentea0570e3cee14d1e0751df8654f893fe28d3be85 (diff)
downloadpkgsrc-ee8601af3758f57df0f77f843719153391cba9c8.tar.gz
GPSBabel converts waypoints, tracks, and routes from one
format to another, whether that format is a common mapping format like Delorme, Streets and Trips, or even a serial or USB upload or download to a GPS receiver such as those from Garmin and Magellan. Imported from wip.
Diffstat (limited to 'geography/gpsbabel/patches')
-rw-r--r--geography/gpsbabel/patches/patch-aa13
-rw-r--r--geography/gpsbabel/patches/patch-ab13
-rw-r--r--geography/gpsbabel/patches/patch-ac22
3 files changed, 48 insertions, 0 deletions
diff --git a/geography/gpsbabel/patches/patch-aa b/geography/gpsbabel/patches/patch-aa
new file mode 100644
index 00000000000..9b6eb11478e
--- /dev/null
+++ b/geography/gpsbabel/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2007/09/21 05:12:08 martti Exp $
+
+--- tools/mkfilelist.orig 2007-09-21 08:06:37.000000000 +0000
++++ tools/mkfilelist 2007-09-21 08:06:53.000000000 +0000
+@@ -34,7 +34,7 @@
+ echo "$LINE" |
+ (
+ read LEAD NAME READ
+- test "x$NAME" == "x" && continue
++ test "x$NAME" = "x" && continue
+ case $LEAD in
+ D)
+ loop "$1/$NAME/" "$2"
diff --git a/geography/gpsbabel/patches/patch-ab b/geography/gpsbabel/patches/patch-ab
new file mode 100644
index 00000000000..6c7c93da4ed
--- /dev/null
+++ b/geography/gpsbabel/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2007/09/21 05:12:08 martti Exp $
+
+--- tools/mkspec.orig 2007-09-21 08:07:45.000000000 +0000
++++ tools/mkspec 2007-09-21 08:07:57.000000000 +0000
+@@ -6,7 +6,7 @@
+ RELEASE=$3 # may be empty
+
+ REL=`echo $RELEASE | sed 's/^-//'`
+-test "$REL" == "" && REL=0
++test "$REL" = "" && REL=0
+
+ cat << EOF
+ Summary: GPSBabel
diff --git a/geography/gpsbabel/patches/patch-ac b/geography/gpsbabel/patches/patch-ac
new file mode 100644
index 00000000000..1ed8b895815
--- /dev/null
+++ b/geography/gpsbabel/patches/patch-ac
@@ -0,0 +1,22 @@
+$NetBSD: patch-ac,v 1.1.1.1 2007/09/21 05:12:08 martti Exp $
+
+--- testw.orig 2007-09-21 08:08:32.000000000 +0000
++++ testw 2007-09-21 08:08:48.000000000 +0000
+@@ -58,7 +58,7 @@
+ while read type caps format comment; do
+
+ for i in $EXCL; do
+- if [ "$format" == "$i" ]; then
++ if [ "$format" = "$i" ]; then
+ caps="------"
+ fi
+ done
+@@ -97,7 +97,7 @@
+ while read type caps format comment; do
+
+ for i in $EXCL; do
+- if [ "$format" == "$i" ]; then
++ if [ "$format" = "$i" ]; then
+ caps="------"
+ fi
+ done