From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 21 21:20:07 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 3463116A41F for ; Wed, 21 Dec 2005 21:20:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35B8443D60 for ; Wed, 21 Dec 2005 21:20:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id jBLLK54K025398 for ; Wed, 21 Dec 2005 21:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id jBLLK4II025397; Wed, 21 Dec 2005 21:20:04 GMT (envelope-from gnats) Resent-Date: Wed, 21 Dec 2005 21:20:04 GMT Resent-Message-Id: <200512212120.jBLLK4II025397@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 1210816A41F for ; Wed, 21 Dec 2005 21:17:17 +0000 (GMT) (envelope-from matt@mattsnetwork.co.uk) Received: from mattsnetwork.co.uk (mattsnetwork.co.uk [82.152.140.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 600D843D55 for ; Wed, 21 Dec 2005 21:17:16 +0000 (GMT) (envelope-from matt@mattsnetwork.co.uk) Received: from workstation2.local.mattsnetwork.co.uk (workstation2.local.mattsnetwork.co.uk [192.168.0.142]) (authenticated bits=0) by mattsnetwork.co.uk (8.13.4/8.13.4) with ESMTP id jBLLH9pT010312 for ; Wed, 21 Dec 2005 21:17:09 GMT (envelope-from matt@mattsnetwork.co.uk) Message-Id: <200512212117.jBLLH9pT010312@mattsnetwork.co.uk> Date: Wed, 21 Dec 2005 21:17:09 GMT From: Matt Dawson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/90768: [Maintainer-Update] comms/xlog out of date X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 21 Dec 2005 21:20:07 -0000 >Number: 90768 >Category: ports >Synopsis: [Maintainer-Update] comms/xlog out of date >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 Dec 21 21:20:04 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Matt Dawson >Release: FreeBSD 6.0-RELEASE i386 >Organization: N/A >Environment: System: FreeBSD workstation2.local.mattsnetwork.co.uk 6.0-RELEASE FreeBSD 6.0-RELEASE #1: Sat Nov 26 10:48:37 GMT 2005 root@workstation2.local.mattsnetwork.co.uk:/usr/obj/usr/src/sys/WORKSTATION2 i386 >Description: Maintainer update of comms/xlog to version 1.3. This PR supercedes PR # 90439 which should be closed with no further action due to a broken include in main.c >How-To-Repeat: N/A >Fix: Attached diff bumps the port to v1.3. Now compiles correctly without comms/hamlib. --- xlog-1.3.diff begins here --- diff -ruN /usr/ports/comms/xlog/Makefile ./xlog/Makefile --- /usr/ports/comms/xlog/Makefile Sun Nov 6 08:23:12 2005 +++ ./xlog/Makefile Wed Dec 21 21:06:06 2005 @@ -5,8 +5,7 @@ # $FreeBSD: ports/comms/xlog/Makefile,v 1.29 2005/11/05 05:19:19 marcus Exp $ PORTNAME= xlog -PORTVERSION= 1.2.2 -PORTREVISION= 1 +PORTVERSION= 1.3 CATEGORIES= comms MASTER_SITES= http://pg4i.mattsnetwork.co.uk/download/ \ http://www.qsl.net/pg4i/download/ @@ -17,6 +16,7 @@ USE_X_PREFIX= yes USE_GNOME= libgnomeprint gtk20 GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-mime-update .if defined(WITH_HAMLIB) LIB_DEPENDS+= hamlib:${PORTSDIR}/comms/hamlib diff -ruN /usr/ports/comms/xlog/distinfo ./xlog/distinfo --- /usr/ports/comms/xlog/distinfo Mon Jul 4 17:10:28 2005 +++ ./xlog/distinfo Wed Dec 21 21:06:06 2005 @@ -1,2 +1,3 @@ -MD5 (xlog-1.2.2.tar.gz) = 5859bd49512a2128fde35aa72c9d4e25 -SIZE (xlog-1.2.2.tar.gz) = 798514 +MD5 (xlog-1.3.tar.gz) = db51e1f24876bd59d46b802fabcc5dc3 +SHA256 (xlog-1.3.tar.gz) = c11c6e20fb26ef9b806694b428a0eed554e3e23f8bb2b6706590379d1fc1ae7a +SIZE (xlog-1.3.tar.gz) = 789189 diff -ruN /usr/ports/comms/xlog/files/patch-aa ./xlog/files/patch-aa --- /usr/ports/comms/xlog/files/patch-aa Thu Jan 1 01:00:00 1970 +++ ./xlog/files/patch-aa Wed Dec 21 21:09:36 2005 @@ -0,0 +1,11 @@ +--- ./src/main.c.orig Wed Dec 21 21:07:21 2005 ++++ ./src/main.c Wed Dec 21 21:07:42 2005 +@@ -37,7 +37,7 @@ + #include + #endif + +-#if defined(WANT_HAMLIB) ++#if WANT_HAMLIB + #include + #include "hamlib-utils.h" + #endif diff -ruN /usr/ports/comms/xlog/pkg-descr ./xlog/pkg-descr --- /usr/ports/comms/xlog/pkg-descr Mon Jul 4 17:10:28 2005 +++ ./xlog/pkg-descr Wed Dec 21 21:06:06 2005 @@ -1,7 +1,3 @@ -News: It's gone stable! After years of development, xlog is now -considered stable and ready for prime-time. Congratulations to -Joop, PG4I, who has put in so much work, effort and time. - Xlog is an Amateur Radio station logger. Xlog is able to do DXCC lookups and will display country information, CQ and ITU zone, location in latitude and longitude and distance and heading in @@ -10,7 +6,8 @@ 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. +use in those countries that have odd logging rules such as the U.K. Also +included is the ability to log using the FCC emmissions codes. There is a new format for exporting the log called 'labels'. This will save some fields of the log in a TAB separated file. This file can be diff -ruN /usr/ports/comms/xlog/pkg-plist ./xlog/pkg-plist --- /usr/ports/comms/xlog/pkg-plist Mon Jul 4 17:18:24 2005 +++ ./xlog/pkg-plist Wed Dec 21 21:06:06 2005 @@ -5,7 +5,6 @@ share/mime-info/xlog.keys share/mime-info/xlog.mime share/mime/packages/xlog.xml -share/mime/text/x-xlog.xml share/mimelnk/text/x-xlog.desktop share/pixmaps/gnome-mime-text-x-xlog.png share/pixmaps/xlog/cwdaemon.png @@ -43,7 +42,6 @@ %%DATADIR%%/THANKS %%DATADIR%%/TODO %%DATADIR%%/dxcc/cty.dat -%%DATADIR%%/dxcc/xlog.dat %%DATADIR%%/images/xlog-defaultsdialog.png %%DATADIR%%/images/xlog-dupecheckdialog.png %%DATADIR%%/images/xlog-keyerwindow.png @@ -70,3 +68,4 @@ @unexec rmdir %D/share/mimelnk/text 2> /dev/null || true @unexec rmdir %D/share/mimelnk 2> /dev/null || true @unexec rmdir %D/share/mime-info 2> /dev/null || true + --- xlog-1.3.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: