Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Apr 1999 15:46:55 -0700 (PDT)
From:      cpiazza@home.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11175: Update: misc/wmweather
Message-ID:  <19990416224655.5D9A516ED@norn.ca.eu.org>

next in thread | raw e-mail | index | archive | help

>Number:         11175
>Category:       ports
>Synopsis:       Update: misc/wmweather
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 16 15:50:02 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris Piazza
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
n/a 
>Environment:

FreeBSD 4.0-CURRENT i386

>Description:

1.28 -> 1.30.1
Update master_site
Actually use a LIB_DEPENDS for Xpm.4
USE_XLIB/USE_X_PREFIX.

>How-To-Repeat:


>Fix:
	
Index: wmweather/Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/misc/wmweather/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	1999/03/22 12:48:05	1.3
+++ Makefile	1999/04/16 22:22:41
@@ -1,19 +1,23 @@
 # New ports collection makefile for:	wmWeather-1.28
-# Version required:     1.28
+# Version required:     1.30.1
 # Date created:		26 January 1998
 # Whom:			Kris Kennaway <kkennawa@physics.adelaide.edu.au>
 #
 # $Id: Makefile,v 1.3 1999/03/22 12:48:05 kris Exp $
 
-DISTNAME=       wmWeather-1.28
+DISTNAME=	wmWeather-1.30.1
 CATEGORIES=	misc windowmaker
-MASTER_SITES=	http://www.physics.adelaide.edu.au/~kkennawa/
+MASTER_SITES= 	http://nis-www.lanl.gov/~mgh/WindowMaker/
 
 MAINTAINER=	kris@FreeBSD.ORG
 
-WRKSRC=		${WRKDIR}/${DISTNAME}/wmWeather
+LIB_DEPENDS=    Xpm.4:${PORTSDIR}/graphics/xpm
 
+WRKSRC=		${WRKDIR}/${DISTNAME}/Src
+
 USE_GMAKE=	yes
+USE_XLIB=	yes
+USE_X_PREFIX=	yes
 ALL_TARGET=	clean all
 
 MAN1=		wmWeather.1
Index: wmweather/files/md5
===================================================================
RCS file: /cvs/FreeBSD/ports/misc/wmweather/files/md5,v
retrieving revision 1.2
diff -u -r1.2 md5
--- md5	1999/03/12 11:01:35	1.2
+++ md5	1999/04/16 22:20:44
@@ -1 +1 @@
-MD5 (wmWeather-1.28.tar.gz) = 42c162cf43823448590fc765135c1597
+MD5 (wmWeather-1.30.1.tar.gz) = 36cf5926de89b819a3d31f9d05d8ac58
Index: wmweather/patches/patch-aa
===================================================================
RCS file: /cvs/FreeBSD/ports/misc/wmweather/patches/patch-aa,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-aa
--- patch-aa	1999/03/11 12:08:09	1.1.1.1
+++ patch-aa	1999/04/16 22:20:44
@@ -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
Index: wmweather/patches/patch-ab
===================================================================
RCS file: /cvs/FreeBSD/ports/misc/wmweather/patches/patch-ab,v
retrieving revision 1.1
diff -u -r1.1 patch-ab
--- patch-ab	1999/03/12 11:04:16	1.1
+++ patch-ab	1999/04/16 22:20:44
@@ -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";
- 
- 

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990416224655.5D9A516ED>