From jylefort@twist.frontis.net  Sat Nov 23 20:01:43 2002
Return-Path: <jylefort@twist.frontis.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9394937B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 23 Nov 2002 20:01:43 -0800 (PST)
Received: from mirapoint3.brutele.be (mirapoint3.brutele.be [212.68.203.242])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C611A43EAA
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 23 Nov 2002 20:01:42 -0800 (PST)
	(envelope-from jylefort@twist.frontis.net)
Received: from gateway.lefort.net ([213.189.162.78])
	by mirapoint3.brutele.be (Mirapoint Messaging Server MOS 3.2.0-GA)
	with ESMTP id AET27282;
	Sun, 24 Nov 2002 05:01:41 +0100 (CET)
Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2])
	by gateway.lefort.net (Postfix) with ESMTP id E3E9754E2
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 24 Nov 2002 05:01:40 +0100 (CET)
Received: by jsite.lefort.net (Postfix, from userid 1000)
	id D37B022FF2; Sun, 24 Nov 2002 05:01:40 +0100 (CET)
Message-Id: <20021124040140.D37B022FF2@jsite.lefort.net>
Date: Sun, 24 Nov 2002 05:01:40 +0100 (CET)
From: Jean-Yves Lefort <jylefort@brutele.be>
Reply-To: Jean-Yves Lefort <jylefort@brutele.be>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update port: misc/gkrellweather2
X-Send-Pr-Version: 3.113

>Number:         45666
>Category:       ports
>Synopsis:       Update port: misc/gkrellweather2
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 23 20:10:01 PST 2002
>Closed-Date:    Sat Nov 23 20:19:16 PST 2002
>Last-Modified:  Sat Nov 23 20:19:16 PST 2002
>Originator:     Jean-Yves Lefort
>Release:        FreeBSD 4.7-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD jsite.lefort.net 4.7-RELEASE-p2 FreeBSD 4.7-RELEASE-p2 #0: Sat Nov 16 11:18:01 CET 2002 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386


	
>Description:
	The previously submitted PR (ports/45663) lacked a
	vital patch; the patch in question is included
	in the Fix section (files/patch-ba).

	Sorry for the extra hassle.


>How-To-Repeat:
	
>Fix:
--- gkrellweather.c.orig	Sun Nov 24 04:49:42 2002
+++ gkrellweather.c	Sun Nov 24 04:50:58 2002
@@ -720,7 +720,7 @@
         options.station[1] = c[1];
         options.station[2] = c[2];
         options.station[3] = c[3];
-        sprintf(options.command, "/usr/local/bin/GrabWeather %s", options.station);
+        sprintf(options.command, "GrabWeather %s", options.station);
         sprintf(options.filename, "%s/.wmWeatherReports/%s.dat",
                 getenv("HOME"), options.station);
 	net_update = FALSE;
@@ -981,7 +981,7 @@
     options.windspeed_unit = 1;
     options.pressure_unit = 1;
     strcpy(options.station, DEFAULT_STATION_ID);
-    sprintf(options.command, "/usr/share/gkrellm/GrabWeather %s", options.station);
+    sprintf(options.command, "GrabWeather %s", options.station);
     sprintf(options.filename, "%s/.wmWeatherReports/%s.dat",
             getenv("HOME"), options.station);
 }

	


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Sat Nov 23 20:18:16 PST 2002 
State-Changed-Why:  
Commited, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=45663 
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Sat Nov 23 20:18:16 PST 2002 
State-Changed-Why:  
Commited, thanks! 
(you could have done this as a follow up of the original PR btw :-) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=45666 
>Unformatted:
