From matt@mattsnetwork.co.uk  Sat Jun  5 06:30:55 2004
Return-Path: <matt@mattsnetwork.co.uk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BB3AA16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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])
	by workstation1.local.mattsnetwork.co.uk (8.12.10/8.12.10) with ESMTP id i55DUc6w010285
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 5 Jun 2004 14:30:38 +0100 (BST)
	(envelope-from matt@mattsnetwork.co.uk)
Received: (from root@localhost)
	by workstation1.local.mattsnetwork.co.uk (8.12.10/8.12.10/Submit) id 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 <matt@mattsnetwork.co.uk>
Reply-To: Matt Dawson <matt@mattsnetwork.co.uk>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [Maintainer update] /comms/xlog - silly mistakes rectified
X-Send-Pr-Version: 3.113

>Number:         67604
>Category:       ports
>Synopsis:       [Maintainer update] /comms/xlog - silly mistakes rectified
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 05 06:40:22 PDT 2004
>Closed-Date:    Sat Jun 05 06:45:50 PDT 2004
>Last-Modified:  Sat Jun 05 06:45:50 PDT 2004
>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:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sat Jun 5 06:45:42 PDT 2004 
State-Changed-Why:  
Committed, thanks you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=67604 
>Unformatted:
