From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 5 06:40:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D357716A4CE for ; Sat, 5 Jun 2004 06:40:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6E9A43D58 for ; Sat, 5 Jun 2004 06:40:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i55DeNem023455 for ; Sat, 5 Jun 2004 06:40:23 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i55DeNbU023454; Sat, 5 Jun 2004 06:40:23 -0700 (PDT) (envelope-from gnats) Resent-Date: Sat, 5 Jun 2004 06:40:23 -0700 (PDT) Resent-Message-Id: <200406051340.i55DeNbU023454@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matt Dawson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB3AA16A4CE for ; Sat, 5 Jun 2004 06:30:55 -0700 (PDT) Received: from msgdirector3.onetel.net.uk (msgdirector3.onetel.net.uk [212.67.96.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A26143D1F for ; Sat, 5 Jun 2004 06:30:55 -0700 (PDT) (envelope-from matt@mattsnetwork.co.uk) Received: from workstation1.local.mattsnetwork.co.uk (213-78-116-153.friaco.onetel.net.uk [213.78.116.153]) by msgdirector3.onetel.net.uk (MOS 3.4.6-GR) with ESMTP id CHQ24599; Sat, 5 Jun 2004 14:30:38 +0100 (BST) Received: from workstation1.local.mattsnetwork.co.uk (localhost [127.0.0.1]) id i55DUc6w010285 for ; Sat, 5 Jun 2004 14:30:38 +0100 (BST) (envelope-from matt@mattsnetwork.co.uk) Received: (from root@localhost)i55DUbJJ010284; Sat, 5 Jun 2004 14:30:37 +0100 (BST) (envelope-from matt@mattsnetwork.co.uk) Message-Id: <200406051330.i55DUbJJ010284@workstation1.local.mattsnetwork.co.uk> Date: Sat, 5 Jun 2004 14:30:37 +0100 (BST) From: Matt Dawson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/67604: [Maintainer update] /comms/xlog - silly mistakes rectified X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Matt Dawson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jun 2004 13:40:29 -0000 >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: