diff options
Diffstat (limited to 'finance/wmstock/files')
| -rw-r--r-- | finance/wmstock/files/patch-aa | 28 | ||||
| -rw-r--r-- | finance/wmstock/files/patch-ab | 22 |
2 files changed, 0 insertions, 50 deletions
diff --git a/finance/wmstock/files/patch-aa b/finance/wmstock/files/patch-aa deleted file mode 100644 index 2cd644f1a901..000000000000 --- a/finance/wmstock/files/patch-aa +++ /dev/null @@ -1,28 +0,0 @@ ---- getquote Sun May 14 13:28:49 2000 -+++ getquote.new Sat May 20 01:37:30 2000 -@@ -1,6 +1,6 @@ - #!/usr/bin/perl - -- $wget_loc = "wget"; -+ $wget_loc = "fetch"; - - # used to have some "which" here, replaced it.. - -@@ -77,7 +77,7 @@ - # - - $tempfile = "stock.tmp.$$"; -- $wget_args = " --cache=off --tries 0 -q -O $home/.wmstock/$tempfile \"$URL\""; -+ $wget_args = " -p -o $home/.wmstock/$tempfile \"$URL\""; - $command = $wget_loc.$wget_args; - $result = system ("$wget_loc$wget_args"); - if ($result != 0) { -@@ -118,7 +118,7 @@ - $version = $_[0]; - $vtempfile = "newest"; - $vers_url="http://www.mattfischer.com/wmstock/src/$vtempfile"; -- $wget_args = " --cache=off --tries 0 -q -O $home/.wmstock/$vtempfile \"$vers_url\""; -+ $wget_args = " -p -o $home/.wmstock/$vtempfile \"$vers_url\""; - - $command = $wget_loc.$wget_args; - diff --git a/finance/wmstock/files/patch-ab b/finance/wmstock/files/patch-ab deleted file mode 100644 index bde526c3a636..000000000000 --- a/finance/wmstock/files/patch-ab +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile Wed Apr 19 11:17:30 2000 -+++ Makefile.new Sat May 20 01:34:48 2000 -@@ -2,14 +2,15 @@ - # <mfischer@umr.edu> - # based on wmWeather - see ../Credits for more information - --CC = gcc -+CC ?= gcc - DEBUG = -DMLF_DEBUG -DTIME_DEBUG - GCOV = -fprofile-arcs -ftest-coverage - - #standard, should work for most Linux/Solaris (may need to be changed for HP) --INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include --DESTDIR= /usr/X11R6 --LIBDIR = -L/usr/X11R6/lib -+X11BASE ?= /usr/X11R6 -+INCDIR = -I${X11BASE}/include/X11 -I${X11BASE}/include -+DESTDIR= ${PREFIX} -+LIBDIR = -L${X11BASE}/lib - - # for linux - LIBS = -lXpm -lX11 -lXext |
