ports/123032: [maintainer-update] comms/gpredict add configure option to allow fetching of TLE files

Matt Dawson matt at chronos.org.uk
Wed Apr 23 22:30:02 UTC 2008


>Number:         123032
>Category:       ports
>Synopsis:       [maintainer-update] comms/gpredict add configure option to allow fetching of 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 22:30:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Matt Dawson
>Release:        FreeBSD 6.3-RELEASE-p2 i386
>Organization:
na/
>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 port of gpredict is compiled without network support. Consequently,
fetching of updated TLE files is impossible as noted by Chris, KQ6UP.
	
>How-To-Repeat:
n/a
	
>Fix:
Attached patch bumps portrevision and adds the appropriate configure option to enable 
network support.

	

--- gpredict-0.9.0_1.diff begins here ---
diff -ruN /usr/ports/comms/gpredict/Makefile ./gpredict/Makefile
--- /usr/ports/comms/gpredict/Makefile	2007-09-29 22:34:52.000000000 +0100
+++ ./gpredict/Makefile	2008-04-23 22:45:49.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
@@ -17,6 +18,7 @@
 
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
+CONFIGURE_OPTIONS=	--with-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