From matt@chronos.org.uk  Wed Apr 23 22:50:19 2008
Return-Path: <matt@chronos.org.uk>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3AB811065673
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 Apr 2008 22:50:19 +0000 (UTC)
	(envelope-from matt@chronos.org.uk)
Received: from chronos.org.uk (chronos.org.uk [82.152.140.138])
	by mx1.freebsd.org (Postfix) with ESMTP id 7E2548FC19
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 Apr 2008 22:50:18 +0000 (UTC)
	(envelope-from matt@chronos.org.uk)
Received: from workstation1.local.chronos.org.uk (chronos@workstation1.local.chronos.org.uk [IPv6:2001:470:1f09:12b:217:31ff:fe50:b5f7])
	(authenticated bits=0)
	by chronos.org.uk (8.14.2/8.14.2) with ESMTP id m3NMoEQI057905
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 Apr 2008 23:50:14 +0100 (BST)
	(envelope-from matt@chronos.org.uk)
Message-Id: <200804232350.14584.matt@chronos.org.uk>
Date: Wed, 23 Apr 2008 23:50:14 +0100
From: Matt Dawson <matt@chronos.org.uk>
Reply-To: Matt Dawson <matt@chronos.org.uk>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [maintainer-update] comms/gpredict unable to download TLE files
X-Send-Pr-Version: 3.113

>Number:         123033
>Category:       ports
>Synopsis:       [maintainer-update] comms/gpredict unable to download TLE files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tabthorpe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 23 23:00:01 UTC 2008
>Closed-Date:    Sat Apr 26 12:48:50 UTC 2008
>Last-Modified:  Sat Apr 26 12:50:00 UTC 2008
>Originator:     Matt Dawson
>Release:        FreeBSD 6.3-RELEASE-p2 i386
>Organization:
Totally disorganised
>Environment:
System: FreeBSD workstation1 6.3-RELEASE-p2 FreeBSD 6.3-RELEASE-p2 #4: Thu Apr 
17 10:57:45 BST 2008 
md001@central.local.chronos.org.uk:/usr/obj/usr/src/sys/WORKSTATION1 i386


	
>Description:
The current gpredict port cannot fetch TLE files from the 
network
as reported by Chris, KQ6UP.
	
>How-To-Repeat:
n/a
	
>Fix:
Patch attached bumps portrevision, adds curl as a build and runtime
dependency and adds the correct configure argument to build with network
support.

	

--- gpredict-0.9.0_1.diff begins here ---
diff -ruN ./gpredict.orig/Makefile /usr/ports/comms/gpredict/Makefile
--- ./gpredict.orig/Makefile	2008-04-23 23:41:39.000000000 +0100
+++ /usr/ports/comms/gpredict/Makefile	2008-04-23 23:26:34.000000000 +0100
@@ -6,6 +6,7 @@
 
 PORTNAME=	gpredict
 PORTVERSION=	0.9.0
+PORTREVISION=	1
 CATEGORIES=	comms hamradio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	groundstation
@@ -14,9 +15,12 @@
 COMMENT=	Amateur Radio satellite tracking and prediction
 
 LIB_DEPENDS=	hamlib:${PORTSDIR}/comms/hamlib:install
+BUILD_DEPENDS=	curl:${PORTSDIR}/ftp/curl:install
+RUN_DEPENDS=	curl:${PORTSDIR}/ftp/curl:install
 
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--enable-network
 USE_GMAKE=	yes
 
 MAN1=		gpredict.1
--- gpredict-0.9.0_1.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe 
Responsible-Changed-By: tabthorpe 
Responsible-Changed-When: Sat Apr 26 02:28:29 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=123033 
State-Changed-From-To: open->closed 
State-Changed-By: tabthorpe 
State-Changed-When: Sat Apr 26 12:48:49 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=123033 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/123033: commit references a PR
Date: Sat, 26 Apr 2008 12:48:35 +0000 (UTC)

 tabthorpe    2008-04-26 12:48:30 UTC
 
   FreeBSD ports repository
 
   Modified files:
     comms/gpredict       Makefile 
   Log:
   - Add curl dependancy
   - Will now fetch TLE files from the network
   - Bump PORTREVISION
   
   PR:             ports/123033
   Submitted by:   Matt Dawson <matt chronos.org.uk> (maintainer)
   
   Revision  Changes    Path
   1.14      +4 -0      ports/comms/gpredict/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
