Date: Wed, 21 Jan 2004 11:02:56 +0100 (CET) From: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mab@red-bean.com Subject: ports/61670: [update] comm/garmin-utils 2.0 Message-ID: <200401211002.i0LA2uhZ016841@menelaos.informatik.rwth-aachen.de> Resent-Message-ID: <200401211010.i0LAAHxh068197@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401211002.i0LA2uhZ016841>