Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Apr 2008 23:50:14 +0100
From:      Matt Dawson <matt@chronos.org.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/123033: [maintainer-update] comms/gpredict unable to download TLE files
Message-ID:  <200804232350.14584.matt@chronos.org.uk>
Resent-Message-ID: <200804232300.m3NN01jm018974@freefall.freebsd.org>

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

>Number:         123033
>Category:       ports
>Synopsis:       [maintainer-update] comms/gpredict unable to download TLE files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 23 23:00:01 UTC 2008
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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