aboutsummaryrefslogtreecommitdiffstats
path: root/astro/gpsdrive
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-07-27 00:51:15 +0800
committermat <mat@FreeBSD.org>2016-07-27 00:51:15 +0800
commit92a23247b1467190ce10007190052c33423ff547 (patch)
tree9b071a8105704e992946dcd6b801e9fcb7635142 /astro/gpsdrive
parent95f228514e93df3c298ff9e8142253c866d190fe (diff)
downloadfreebsd-ports-graphics-92a23247b1467190ce10007190052c33423ff547.tar.gz
freebsd-ports-graphics-92a23247b1467190ce10007190052c33423ff547.tar.zst
freebsd-ports-graphics-92a23247b1467190ce10007190052c33423ff547.zip
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'astro/gpsdrive')
-rw-r--r--astro/gpsdrive/files/patch-src_gpsserial.c (renamed from astro/gpsdrive/files/patch-src__gpsserial.c)6
-rw-r--r--astro/gpsdrive/files/patch-src_splash.c (renamed from astro/gpsdrive/files/patch-src__splash.c)10
2 files changed, 8 insertions, 8 deletions
diff --git a/astro/gpsdrive/files/patch-src__gpsserial.c b/astro/gpsdrive/files/patch-src_gpsserial.c
index 531570d6422..208613e2d91 100644
--- a/astro/gpsdrive/files/patch-src__gpsserial.c
+++ b/astro/gpsdrive/files/patch-src_gpsserial.c
@@ -1,6 +1,6 @@
---- src/gpsserial.c.orig Thu Feb 12 18:42:53 2004
-+++ src/gpsserial.c Mon Sep 6 00:44:34 2004
-@@ -178,7 +178,9 @@
+--- src/gpsserial.c.orig 2004-02-12 17:42:53 UTC
++++ src/gpsserial.c
+@@ -178,7 +178,9 @@ readinput_init (void)
CLOCAL : local connection, no modem contol
CREAD : enable receiving characters
*/
diff --git a/astro/gpsdrive/files/patch-src__splash.c b/astro/gpsdrive/files/patch-src_splash.c
index 22e57ada2d7..5f12a99db10 100644
--- a/astro/gpsdrive/files/patch-src__splash.c
+++ b/astro/gpsdrive/files/patch-src_splash.c
@@ -1,6 +1,6 @@
---- src/splash.c.orig Mon Jun 7 09:55:30 2004
-+++ src/splash.c Mon Jun 7 09:56:28 2004
-@@ -529,6 +529,24 @@
+--- src/splash.c.orig 2004-03-02 03:07:17 UTC
++++ src/splash.c
+@@ -529,6 +529,24 @@ insert_text (GtkTextBuffer * buffer)
{
GtkTextIter iter;
GtkTextIter start, end;
@@ -25,7 +25,7 @@
/* demo_find_file() looks in the the current directory first,
* so you can run gtk-demo without installing GTK, then looks
-@@ -564,19 +582,7 @@
+@@ -564,19 +582,7 @@ insert_text (GtkTextBuffer * buffer)
-1, "blue_foreground", NULL);
gtk_text_buffer_insert (buffer, &iter, "\n", -1);
@@ -45,7 +45,7 @@
gtk_text_buffer_insert (buffer, &iter, t1, -1);
gtk_text_buffer_insert_with_tags_by_name (buffer, &iter,
-@@ -592,12 +598,6 @@
+@@ -592,12 +598,6 @@ insert_text (GtkTextBuffer * buffer)
-1, "underline", NULL);
gtk_text_buffer_insert (buffer, &iter, _(" letters in the button text.\n"),
-1);