Date: Sat, 5 Jun 2004 14:30:37 +0100 (BST) From: Matt Dawson <matt@mattsnetwork.co.uk> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/67604: [Maintainer update] /comms/xlog - silly mistakes rectified Message-ID: <200406051330.i55DUbJJ010284@workstation1.local.mattsnetwork.co.uk> Resent-Message-ID: <200406051340.i55DeNbU023454@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 67604 >Category: ports >Synopsis: [Maintainer update] /comms/xlog - silly mistakes rectified >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: Sat Jun 05 06:40:22 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Matt Dawson >Release: FreeBSD 5.2.1-RELEASE-p6 i386 >Organization: n/a >Environment: System: FreeBSD workstation1.local.mattsnetwork.co.uk 5.2.1-RELEASE-p6 FreeBSD 5.2.1-RELEASE-p6 #0: Mon May 17 22:32:05 BST 2004 root@workstation1.local.mattsnetwork.co.uk:/usr/obj/usr/src/sys/WORKSTATION1 i386 >Description: A couple of silly mistakes in the Makefile. xlog does not depend on pkgconfig, hamlib does. Trim pkg-descr to a more realistic size. >How-To-Repeat: Get a non-coder to make ports ;o) >Fix: Diff attached. My sincere apologies to Pav for making more work and my thanks for the time he took to correct my mistakes. --- xlog-0.9.6_1.diff begins here --- diff -ruN /usr/ports/comms/xlog/Makefile ./xlog/Makefile --- /usr/ports/comms/xlog/Makefile Fri Jun 4 22:53:13 2004 +++ ./xlog/Makefile Sat Jun 5 14:04:12 2004 @@ -6,6 +6,7 @@ PORTNAME= xlog PORTVERSION= 0.9.6 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= http://www.qsl.net/pg4i/download/ @@ -13,7 +14,7 @@ COMMENT= Amateur Radio logging application USE_X_PREFIX= yes -USE_GNOME= pkgconfig libgnomeprint +USE_GNOME= libgnomeprint GNU_CONFIGURE= yes USE_GMAKE= yes diff -ruN /usr/ports/comms/xlog/pkg-descr ./xlog/pkg-descr --- /usr/ports/comms/xlog/pkg-descr Thu Jun 3 15:49:35 2004 +++ ./xlog/pkg-descr Sat Jun 5 14:08:12 2004 @@ -4,10 +4,6 @@ kilometers or miles, both for short and long path. Locator distance and heading calculation for VHF logging is also supported. -Major bugfixes and features of this release include improved printing -using libgnomeprint and map files for future releases. See the INSTALL -file in the work directory for more information - Xlog supports cabrillo and ADIF and can import twlog and editest files. It also has the ability to customise log fields which makes it ideal for use in those countries that have odd logging rules such as the U.K. --- xlog-0.9.6_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?200406051330.i55DUbJJ010284>