summaryrefslogtreecommitdiff
path: root/astro/wmspaceweather/files
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-04-30 04:54:58 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-04-30 04:54:58 +0000
commit3e55b19efe5c0d3488e7fcc21150e62fed906a30 (patch)
treebd7c8fc46607915139f8f087c5d8095ba5491009 /astro/wmspaceweather/files
parentAdd ports/archivers/pkzip and ports/archivers/linux_rar (diff)
A DockApp that shows the weather at geosynchronous orbit
PR: 11173 Submitted by: Chris Piazza <cpiazza@home.net>
Notes
Notes: svn path=/head/; revision=18198
Diffstat (limited to 'astro/wmspaceweather/files')
-rw-r--r--astro/wmspaceweather/files/patch-aa13
-rw-r--r--astro/wmspaceweather/files/patch-ab20
2 files changed, 33 insertions, 0 deletions
diff --git a/astro/wmspaceweather/files/patch-aa b/astro/wmspaceweather/files/patch-aa
new file mode 100644
index 000000000000..6416f6a3176d
--- /dev/null
+++ b/astro/wmspaceweather/files/patch-aa
@@ -0,0 +1,13 @@
+--- Makefile.orig Fri Apr 16 15:05:58 1999
++++ Makefile Fri Apr 16 15:06:23 1999
+@@ -1,6 +1,7 @@
+-CC = gcc
+-CFLAGS = -O2 -Wall
+-INCDIR = -I/usr/X11R6/include/X11
++CC ?= gcc
++CFLAGS ?= -O2
++CFLAGS += -Wall
++INCDIR = -I/usr/X11R6/include
+ DESTDIR= /usr/X11R6
+ LIBDIR = -L/usr/X11R6/lib
+ # for linux
diff --git a/astro/wmspaceweather/files/patch-ab b/astro/wmspaceweather/files/patch-ab
new file mode 100644
index 000000000000..a3683822b864
--- /dev/null
+++ b/astro/wmspaceweather/files/patch-ab
@@ -0,0 +1,20 @@
+--- GetKp.orig Fri Apr 16 15:08:21 1999
++++ GetKp Fri Apr 16 15:09:24 1999
+@@ -19,7 +19,7 @@
+ }
+
+
+- $grabcmd = "cd /tmp; wget --passive-ftp --tries 2 -q ftp://www.sec.noaa.gov/pub/indices/DGD.txt";
++ $grabcmd = "cd /tmp; fetch -q ftp://www.sec.noaa.gov/pub/indices/DGD.txt";
+ system "$grabcmd";
+
+
+@@ -68,7 +68,7 @@
+ #
+ # Add in very latest stuff
+ #
+- $grabcmd = "cd /tmp; wget --passive-ftp --tries 2 -q ftp://www.sec.noaa.gov/pub/latest/curind.txt";
++ $grabcmd = "cd /tmp; fetch -q ftp://www.sec.noaa.gov/pub/latest/curind.txt";
+ system "$grabcmd";
+ %lmonstr = ( "Jan", 1, "Feb", 2, "Mar", 3, "Apr", 4, "May", 5, "Jun", 6, "Jul", 7, "Aug", 8, "Sep", 9, "Oct", 10, "Nov", 11, "Dec", 12);
+