From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 21 02:10:25 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 87EB416A4CE for ; Wed, 21 Jan 2004 02:10:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C0F143D53 for ; Wed, 21 Jan 2004 02:10:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i0LAAIFR068198 for ; Wed, 21 Jan 2004 02:10:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i0LAAHxh068197; Wed, 21 Jan 2004 02:10:18 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 21 Jan 2004 02:10:18 -0800 (PST) Resent-Message-Id: <200401211010.i0LAAHxh068197@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, Volker Stolz Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A88616A4CE for ; 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 ; 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]) 8.11.1-0.5-michaelw-20030918) with ESMTP id i0LA2um16637; Wed, 21 Jan 2004 11:02:56 +0100 Received: (from stolz@localhost)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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: mab@red-bean.com Subject: ports/61670: [update] comm/garmin-utils 2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Volker Stolz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jan 2004 10:10:25 -0000 >Number: 61670 >Category: ports >Synopsis: [update] comm/garmin-utils 2.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jan 21 02:10:17 PST 2004 >Closed-Date: >Last-Modified: >Originator: Volker Stolz >Release: FreeBSD 4.9-STABLE i386 >Organization: Lehrstuhl für 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 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: >Unformatted: