ports/123033: [maintainer-update] comms/gpredict unable to download TLE files

Matt Dawson matt at chronos.org.uk
Wed Apr 23 23:00:01 UTC 2008


>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 at 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:



More information about the freebsd-ports-bugs mailing list