Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  5 Aug 2002 14:22:45 -0700 (PDT)
From:      Nicholas Esborn <nick@netdot.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41351: Update port: astro/gpsdrive to 1.25
Message-ID:  <20020805212245.5599BF85A@carbon.berkeley.netdot.net>

next in thread | raw e-mail | index | archive | help

>Number:         41351
>Category:       ports
>Synopsis:       Update port: astro/gpsdrive to 1.25
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 05 14:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Nicholas Esborn
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
dot network
>Environment:

>Description:

Update astro/gpsdrive to 1.25

>How-To-Repeat:

>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	astro/gpsdrive
#	astro/gpsdrive/files
#	astro/gpsdrive/files/patch-ltmain.sh
#	astro/gpsdrive/files/patch-src-Makefile.in
#	astro/gpsdrive/Makefile
#	astro/gpsdrive/pkg-descr
#	astro/gpsdrive/pkg-plist
#	astro/gpsdrive/pkg-message
#	astro/gpsdrive/pkg-comment
#	astro/gpsdrive/distinfo
#
echo c - astro/gpsdrive
mkdir -p astro/gpsdrive > /dev/null 2>&1
echo c - astro/gpsdrive/files
mkdir -p astro/gpsdrive/files > /dev/null 2>&1
echo x - astro/gpsdrive/files/patch-ltmain.sh
sed 's/^X//' >astro/gpsdrive/files/patch-ltmain.sh << 'END-of-astro/gpsdrive/files/patch-ltmain.sh'
X$FreeBSD: ports/astro/gpsdrive/files/patch-ltmain.sh,v 1.1 2002/05/20 01:01:17 petef Exp $
X
X--- ltmain.sh.orig	Wed Sep 26 23:26:27 2001
X+++ ltmain.sh	Sat Nov 17 08:35:28 2001
X@@ -1043,7 +1043,7 @@
X 	    # These systems don't actually have a C library (as such)
X 	    test "X$arg" = "X-lc" && continue
X 	    ;;
X-	  *-*-openbsd*)
X+	  *-*-openbsd* | *-*-freebsd*)
X 	    # Do not include libc due to us having libc/libc_r.
X 	    test "X$arg" = "X-lc" && continue
X 	    ;;
X@@ -2441,7 +2441,7 @@
X 	  *-*-netbsd*)
X 	    # Don't link with libc until the a.out ld.so is fixed.
X 	    ;;
X-	  *-*-openbsd*)
X+	  *-*-openbsd* | *-*-freebsd*)
X 	    # Do not include libc due to us having libc/libc_r.
X 	    ;;
X 	  *)
X@@ -4210,10 +4210,12 @@
X 	fi
X 
X 	# Install the pseudo-library for information purposes.
X+	if /usr/bin/false ; then
X 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
X 	instname="$dir/$name"i
X 	$show "$install_prog $instname $destdir/$name"
X 	$run eval "$install_prog $instname $destdir/$name" || exit $?
X+	fi
X 
X 	# Maybe install the static library, too.
X 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
END-of-astro/gpsdrive/files/patch-ltmain.sh
echo x - astro/gpsdrive/files/patch-src-Makefile.in
sed 's/^X//' >astro/gpsdrive/files/patch-src-Makefile.in << 'END-of-astro/gpsdrive/files/patch-src-Makefile.in'
X--- src/Makefile.in.orig	Mon Aug  5 12:48:23 2002
X+++ src/Makefile.in	Mon Aug  5 12:49:36 2002
X@@ -115,7 +115,7 @@
X 
X # gpsdrive_LDADD= $(GLIB_LIBS) $(GTK_LIBS) $(PIXLIBS)
X #gpsdrive_LDADD=@LIBS@
X-gpsdrive_LDADD = @LIBS@
X+gpsdrive_LDADD = @LIBS@ -lgnugetopt
X # gpsdrive_CFLAGS=@CFLAGS@
X # libgpsd_a_CFLAGS=@CFLAGS@
X # CFLAGS=
X@@ -172,7 +172,7 @@
X 
X am_friendsd_OBJECTS = friendsd.$(OBJEXT)
X friendsd_OBJECTS = $(am_friendsd_OBJECTS)
X-friendsd_LDADD = $(LDADD)
X+friendsd_LDADD = $(LDADD) -lintl
X friendsd_DEPENDENCIES =
X friendsd_LDFLAGS =
X @DISABLEGARMIN_TRUE@am_garble_OBJECTS =
X@@ -182,7 +182,7 @@
X @DISABLEGARMIN_FALSE@	garmin_link.$(OBJEXT) \
X @DISABLEGARMIN_FALSE@	garmin_util.$(OBJEXT)
X garble_OBJECTS = $(am_garble_OBJECTS)
X-garble_LDADD = $(LDADD)
X+garble_LDADD = $(LDADD) -lgnugetopt
X garble_DEPENDENCIES =
X garble_LDFLAGS =
X am_gpsd_OBJECTS = gpsd.$(OBJEXT)
END-of-astro/gpsdrive/files/patch-src-Makefile.in
echo x - astro/gpsdrive/Makefile
sed 's/^X//' >astro/gpsdrive/Makefile << 'END-of-astro/gpsdrive/Makefile'
X# New ports collection makefile for:	gpsdrive
X# Date Created:				16 April 2002
X# Whom:					Marco Molteni <molter@gufi.org>
X#
X# $FreeBSD: ports/astro/gpsdrive/Makefile,v 1.3 2002/07/15 16:54:08 sobomax Exp $
X#
X
XPORTNAME=	gpsdrive
XPORTVERSION=	1.25
XCATEGORIES=	astro
XMASTER_SITES=	http://gpsdrive.kraftvoll.at/ \
X		http://gpsdrive.teachlinux.com/ \
X		http://gpsdrive.flugfunk.de/ \
X		http://gpsdrive.alumnosfdi.org/
XDISTNAME=	${PORTNAME}-${PORTVERSION:S/.r/pre/}
X
XMAINTAINER=	molter@gufi.org
X
XLIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
XBUILD_DEPENDS=	${X11BASE}/bin/gdk-pixbuf-config:${PORTSDIR}/graphics/gdk-pixbuf
X
XUSE_PERL5=	yes
XUSE_GMAKE=	yes
XUSE_GTK=	yes
XUSE_LIBTOOL=	yes
XCONFIGURE_ENV=	CPPFLAGS=-I${LOCALBASE}/include \
X		LDFLAGS=-L${LOCALBASE}/lib
XCONFIGURE_ARGS+=	--with-debug \
X			--disable-garmin
XINSTALLS_SHLIB=	yes
X
XMAN1=		gpsdrive.1
XMANLANG=	"" de es
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE} | ${SED} -e 's|%%PREFIX%%|${PREFIX}|g'
X
X.include <bsd.port.mk>
END-of-astro/gpsdrive/Makefile
echo x - astro/gpsdrive/pkg-descr
sed 's/^X//' >astro/gpsdrive/pkg-descr << 'END-of-astro/gpsdrive/pkg-descr'
XGpsDrive is a car (bike, ship, plane) navigation system.
X
XGpsDrive displays the position provided from a Garmin or NMEA-capable GPS
Xreceiver on a zoomable map. The map file is autoselected depending on
Xthe position and prefered scale. Speech output is supported if the "festival"
Xsoftware is running. GpsDrive is written in C with use of the GTK+ graphic
Xtoolkit.
X
XWWW: http://gpsdrive.kraftvoll.at/
X
X- Marco
Xmolter@gufi.org
END-of-astro/gpsdrive/pkg-descr
echo x - astro/gpsdrive/pkg-plist
sed 's/^X//' >astro/gpsdrive/pkg-plist << 'END-of-astro/gpsdrive/pkg-plist'
Xbin/friendsd
Xbin/gpsd
Xbin/gpsdrive
Xbin/gpsfetchmap
Xbin/gpsfetchmap.pl
Xbin/mb2gpsdrive.pl
Xbin/wpcvt
Xbin/wpget
Xlib/libfly.a
Xlib/libfly.so
Xlib/libfly.so.2
Xlib/libnautic.a
Xlib/libnautic.so
Xlib/libnautic.so.2
Xshare/gpsdrive/friendsicon.png
Xshare/gpsdrive/gpsdrive/AUTHORS
Xshare/gpsdrive/gpsdrive/GPS-receivers
Xshare/gpsdrive/gpsdrive/LEEME
Xshare/gpsdrive/gpsdrive/LISEZMOI
Xshare/gpsdrive/gpsdrive/README
Xshare/gpsdrive/gpsdrive/README.FreeBSD
Xshare/gpsdrive/gpsdrive/README.mb2gpsdrive
Xshare/gpsdrive/gpsdrive/TODO
Xshare/gpsdrive/gpsdrivesplash.png
Xshare/locale/da/LC_MESSAGES/gpsdrive.mo
Xshare/locale/de/LC_MESSAGES/gpsdrive.mo
Xshare/locale/de_AT/LC_MESSAGES/gpsdrive.mo
Xshare/locale/es/LC_MESSAGES/gpsdrive.mo
Xshare/locale/fr/LC_MESSAGES/gpsdrive.mo
Xshare/locale/hu/LC_MESSAGES/gpsdrive.mo
Xshare/locale/it/LC_MESSAGES/gpsdrive.mo
Xshare/locale/nl/LC_MESSAGES/gpsdrive.mo
Xshare/locale/pt/LC_MESSAGES/gpsdrive.mo
Xshare/locale/ru/LC_MESSAGES/gpsdrive.mo
Xshare/locale/sk/LC_MESSAGES/gpsdrive.mo
Xshare/locale/sv/LC_MESSAGES/gpsdrive.mo
Xshare/locale/tr/LC_MESSAGES/gpsdrive.mo
Xshare/locale/xx/LC_MESSAGES/gpsdrive.mo
X@dirrm share/gpsdrive/gpsdrive
X@dirrm share/gpsdrive
END-of-astro/gpsdrive/pkg-plist
echo x - astro/gpsdrive/pkg-message
sed 's/^X//' >astro/gpsdrive/pkg-message << 'END-of-astro/gpsdrive/pkg-message'
X
XNOTES:
X
XSupport for Garmin format input is disabled because buggy.
XSet your GPS device to NMEA mode and start gpsd before gpsdrive.
X
END-of-astro/gpsdrive/pkg-message
echo x - astro/gpsdrive/pkg-comment
sed 's/^X//' >astro/gpsdrive/pkg-comment << 'END-of-astro/gpsdrive/pkg-comment'
XA GPS navigation system
END-of-astro/gpsdrive/pkg-comment
echo x - astro/gpsdrive/distinfo
sed 's/^X//' >astro/gpsdrive/distinfo << 'END-of-astro/gpsdrive/distinfo'
XMD5 (gpsdrive-1.25.tar.gz) = 514e0bce73531437f373716624e2e1cf
END-of-astro/gpsdrive/distinfo
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020805212245.5599BF85A>