From stolz@i2.informatik.rwth-aachen.de  Wed Jan 21 02:03:06 2004
Return-Path: <stolz@i2.informatik.rwth-aachen.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9A88616A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 Jan 2004 02:03:06 -0800 (PST)
Received: from atlas.informatik.rwth-aachen.de (atlas.Informatik.RWTH-Aachen.DE [137.226.194.2])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0D89543D2F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 Jan 2004 02:03:04 -0800 (PST)
	(envelope-from stolz@i2.informatik.rwth-aachen.de)
Received: from menelaos.informatik.rwth-aachen.de (menelaos.Informatik.RWTH-Aachen.DE [137.226.194.73])
	by atlas.informatik.rwth-aachen.de (8.11.3/8.11.3/SuSE Linux 8.11.1-0.5-michaelw-20030918) with ESMTP id i0LA2um16637;
	Wed, 21 Jan 2004 11:02:56 +0100
Received: (from stolz@localhost)
	by menelaos.informatik.rwth-aachen.de (8.12.10/8.12.10/Submit) id i0LA2uhZ016841;
	Wed, 21 Jan 2004 11:02:56 +0100 (CET)
	(envelope-from stolz)
Message-Id: <200401211002.i0LA2uhZ016841@menelaos.informatik.rwth-aachen.de>
Date: Wed, 21 Jan 2004 11:02:56 +0100 (CET)
From: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Reply-To: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: mab@red-bean.com
Subject: [update] comm/garmin-utils 2.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         61670
>Category:       ports
>Synopsis:       [update] comm/garmin-utils 2.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 21 02:10:17 PST 2004
>Closed-Date:    Wed Jan 21 13:02:25 PST 2004
>Last-Modified:  Wed Jan 21 13:02:25 PST 2004
>Originator:     Volker Stolz
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Lehrstuhl fr Informatik II
>Environment:
System: FreeBSD menelaos.informatik.rwth-aachen.de 4.9-STABLE FreeBSD 4.9-STABLE #12: Mon Dec 8 15:14:27 CET 2003 root@menelaos.informatik.rwth-aachen.de:/usr/obj/usr/src/sys/MENELAOS i386


>Description:
Update to 2.0.

[Update is coordinated with MAINTAINER, cc: for approval]
>How-To-Repeat:
>Fix:
Removed file: pkg-plist (use PLIST_FILES instead)
Added file: files/patch-Makefile.inc (-Werror isn't appropriate for all
                                        the different [g]ccs out there)

--- garmin-utils begins here ---
diff -urN /usr/ports/comms/garmin-utils/Makefile garmin-utils/Makefile
--- /usr/ports/comms/garmin-utils/Makefile	Tue Oct 14 11:33:59 2003
+++ garmin-utils/Makefile	Wed Jan 21 10:22:29 2004
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	garmin-utils
-PORTVERSION=	1.93
-PORTREVISION=	1
+PORTVERSION=	2.0
 CATEGORIES=	comms
 MASTER_SITES=	ftp://ftp.snafu.org/pub/
 
@@ -18,5 +17,7 @@
 MANCOMPRESSED=	yes
 MAKE_ARGS+=	MANDIR=${MANPREFIX}/man/man \
 		GPS_SERIAL_PORT=/dev/cuaa0
+
+PLIST_FILES=	bin/gardump bin/garload
 
 .include <bsd.port.mk>
diff -urN /usr/ports/comms/garmin-utils/distinfo garmin-utils/distinfo
--- /usr/ports/comms/garmin-utils/distinfo	Sun Oct  5 21:35:32 2003
+++ garmin-utils/distinfo	Thu Jan 15 09:11:17 2004
@@ -1 +1 @@
-MD5 (garmin-utils-1.93.tar.gz) = c1dfd039ad15c99e8507ccf6b7c5c83b
+MD5 (garmin-utils-2.0.tar.gz) = 3140adf6e25dec58560b00c60ac781b1
diff -urN /usr/ports/comms/garmin-utils/files/patch-Makefile.inc garmin-utils/files/patch-Makefile.inc
--- /usr/ports/comms/garmin-utils/files/patch-Makefile.inc	Thu Jan  1 01:00:00 1970
+++ garmin-utils/files/patch-Makefile.inc	Wed Jan 21 10:57:05 2004
@@ -0,0 +1,11 @@
+--- Makefile.inc.orig	Wed Jan 21 10:56:37 2004
++++ Makefile.inc	Wed Jan 21 10:56:47 2004
+@@ -27,7 +27,7 @@
+ # C options
+ #
+ CFLAGS+= -g -I${.CURDIR}/../lib
+-CFLAGS+= -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Werror
++CFLAGS+= -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
+ CFLAGS+= -DDEFAULT_PORT=\"${GPS_SERIAL_PORT}\" ${VERSION} ${SIO_TYPE}
+ 
+ # Figure out where the library lives for proper dependencies
diff -urN /usr/ports/comms/garmin-utils/pkg-plist garmin-utils/pkg-plist
--- /usr/ports/comms/garmin-utils/pkg-plist	Sun Oct  5 21:35:32 2003
+++ garmin-utils/pkg-plist	Thu Jan  1 01:00:00 1970
@@ -1,2 +0,0 @@
-bin/gardump
-bin/garload
--- garmin-utils ends here ---
>Release-Note:
>Audit-Trail:

From: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc: mab@red-bean.com
Subject: Re: ports/61670: [update] comm/garmin-utils 2.0
Date: Wed, 21 Jan 2004 11:17:08 +0100

 > >Synopsis:       [update] comm/garmin-utils 2.0
 
 For completeness: The comment for the Makefile.inc-patch should read
     "...appropriate for all CFLAGS",
 because if you have -W in make.conf, the -Werror will be triggered.
 
 The committer might want to consider not adding the Makefile-patch
 if it's just necessary for 'obscure' CFLAGS. OTOH, I think the patch
 should go in because it took me quite some time to find out why it
 wouldn't build -- including a stint into the C99-standard w.r.t.
 struct-initialization. Interesting to note that you only have such
 insights *after* pressing 's' to submit the PR...
 
 Volker
 -- 
 http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME
 rage against the finite state machine 
State-Changed-From-To: open->feedback 
State-Changed-By: pav 
State-Changed-When: Wed Jan 21 12:28:35 PST 2004 
State-Changed-Why:  
Asked maintainer for approval. 


Responsible-Changed-From-To: freebsd-ports-bugs->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Wed Jan 21 12:28:35 PST 2004 
Responsible-Changed-Why:  
Watch. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=61670 

From: Pav Lucistnik <pav@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org,
	stolz@i2.informatik.rwth-aachen.de, mab@red-bean.com
Cc:  
Subject: Re: ports/61670: [update] comm/garmin-utils 2.0
Date: Wed, 21 Jan 2004 21:28:32 +0100

 Dear maintainer of port comms/garmin-utils, please take a look at
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=61670
 
 Do you approve this update?
 
 -- 
 Pav Lucistnik <pav@oook.cz>
               <pav@FreeBSD.org>
 
 You take the red pill, you stay in Wonderland, and I show you how deep
 the rabbit hole goes....

From: Matthew Braithwaite <mab@red-bean.com>
To: Pav Lucistnik <pav@FreeBSD.org>
Cc: freebsd-gnats-submit@FreeBSD.org,
	stolz@i2.informatik.rwth-aachen.de, mab@red-bean.com
Subject: Re: ports/61670: [update] comm/garmin-utils 2.0
Date: Wed, 21 Jan 2004 12:33:08 -0800

 On Wed, Jan 21, 2004 at 09:28:32PM +0100, Pav Lucistnik wrote:
 > Dear maintainer of port comms/garmin-utils, please take a look at
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=61670
 > 
 > Do you approve this update?
 
 Yes.
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Wed Jan 21 13:02:18 PST 2004 
State-Changed-Why:  
Committed, thanks! 

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