summaryrefslogtreecommitdiff
path: root/misc/wmweather/files
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>1999-04-19 13:25:14 +0000
committerKris Kennaway <kris@FreeBSD.org>1999-04-19 13:25:14 +0000
commit9ab530f7617f96d960fcff351f1fc8eade07b90e (patch)
tree8da5a927d26bd2aabd42b6c2fd7c3bbac2e6f388 /misc/wmweather/files
parentUpgrade to 1.24, replace dead MASTER_SITE (diff)
Upgrade to 1.30.1
PR: 10897, 11175 Submitted by: Jim Mock <jim@phrantic.phear.net> Chris Piazza <cpiazza@home.net>
Notes
Notes: svn path=/head/; revision=18003
Diffstat (limited to 'misc/wmweather/files')
-rw-r--r--misc/wmweather/files/patch-aa16
-rw-r--r--misc/wmweather/files/patch-ab8
2 files changed, 10 insertions, 14 deletions
diff --git a/misc/wmweather/files/patch-aa b/misc/wmweather/files/patch-aa
index 25cb9128c8f7..0155927c431b 100644
--- a/misc/wmweather/files/patch-aa
+++ b/misc/wmweather/files/patch-aa
@@ -1,18 +1,16 @@
-*** Makefile Wed Jan 20 04:44:49 1999
---- Makefile~ Tue Jan 26 23:40:36 1999
+*** Makefile.orig Fri Apr 16 14:40:55 1999
+--- Makefile Fri Apr 16 14:41:25 1999
***************
-*** 1,6 ****
+*** 1,5 ****
! CC = gcc
! CFLAGS = -O2 -Wall
-! INCDIR = -I/usr/X11R6/include/X11
+ INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include
DESTDIR= /usr/X11R6
LIBDIR = -L/usr/X11R6/lib
- # for linux
---- 1,7 ----
+--- 1,6 ----
! CC ?= gcc
! CFLAGS ?= -O2
-! CFLAGS += -Wall
-! INCDIR = -I/usr/X11R6/include
+! CFLAGS += -Wall
+ INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include
DESTDIR= /usr/X11R6
LIBDIR = -L/usr/X11R6/lib
- # for linux
diff --git a/misc/wmweather/files/patch-ab b/misc/wmweather/files/patch-ab
index 3caf99e60381..20e26aaf21da 100644
--- a/misc/wmweather/files/patch-ab
+++ b/misc/wmweather/files/patch-ab
@@ -1,11 +1,9 @@
---- GrabWeather.orig Thu Mar 11 13:55:19 1999
-+++ GrabWeather Thu Mar 11 13:58:18 1999
+--- GrabWeather.orig Fri Apr 16 14:43:10 1999
++++ GrabWeather Fri Apr 16 14:43:28 1999
@@ -49,7 +49,7 @@
# for some people? Dont know why... (Perhaps they have a ~/.wgetrc file
# that overrides command line options?).
#
-- $GrabCmd = "wget --passive-ftp --tries 2 -q -O $home/.wmWeatherReports/$StationID.TXT $URL";
+- $GrabCmd = "wget --proxy=off --passive-ftp --tries 0 -q -O $home/.wmWeatherReports/$StationID.TXT $URL";
+ $GrabCmd = "fetch -q -o $home/.wmWeatherReports/$StationID.TXT $URL";
system "$GrabCmd";
-
-