Date: Wed, 23 Apr 2008 23:14:55 +0100 From: Matt Dawson <matt@chronos.org.uk> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/123030: [maintainer-update] comms/gpredict add configure option to allow fetching of TLE files Message-ID: <200804232314.55367.matt@chronos.org.uk> Resent-Message-ID: <200804232220.m3NMK3JE016227@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 123030 >Category: ports >Synopsis: [maintainer-update] comms/gpredict add configure option to allow >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:20:03 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@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_ARGS= --enable-network USE_GMAKE= yes MAN1= gpredict.1 --- gpredict-0.9.0_1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: fetching of TLE files
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804232314.55367.matt>