From owner-freebsd-ports Mon Nov 4 14:50: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9358837B401 for ; Mon, 4 Nov 2002 14:50:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB8DE43E42 for ; Mon, 4 Nov 2002 14:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA4Mo1x3041795 for ; Mon, 4 Nov 2002 14:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA4Mo10x041794; Mon, 4 Nov 2002 14:50:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90B4737B401 for ; Mon, 4 Nov 2002 14:44:08 -0800 (PST) Received: from carbon.berkeley.netdot.net (carbon.berkeley.netdot.net [216.27.190.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 367A043E6E for ; Mon, 4 Nov 2002 14:44:08 -0800 (PST) (envelope-from nick@carbon.berkeley.netdot.net) Received: by carbon.berkeley.netdot.net (Postfix, from userid 101) id 00B6BF803; Mon, 4 Nov 2002 14:44:07 -0800 (PST) Message-Id: <20021104224407.00B6BF803@carbon.berkeley.netdot.net> Date: Mon, 4 Nov 2002 14:44:07 -0800 (PST) From: Nicholas Esborn Reply-To: Nicholas Esborn To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44910: Updated port: astro/roadmap, honor CFLAGS, obsoletes 44897 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44910 >Category: ports >Synopsis: Updated port: astro/roadmap, honor CFLAGS, obsoletes 44897 >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 Nov 04 14:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Nicholas Esborn >Release: FreeBSD 4.7-PRERELEASE i386 >Organization: dot network >Environment: System: FreeBSD carbon.flatlan.net 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #5: Mon Sep 2 18:04:55 PDT 2002 nick@carbon.flatlan.net:/usr/obj/usr/src/sys/CARBON i386 >Description: Updated port: astro/roadmap, honor CFLAGS, obsoletes 44897 >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/roadmap # astro/roadmap/Makefile # astro/roadmap/files # astro/roadmap/files/patch-Makefile # astro/roadmap/pkg-plist # astro/roadmap/distinfo # astro/roadmap/pkg-descr # astro/roadmap/pkg-comment # astro/roadmap/pkg-message # echo c - astro/roadmap mkdir -p astro/roadmap > /dev/null 2>&1 echo x - astro/roadmap/Makefile sed 's/^X//' >astro/roadmap/Makefile << 'END-of-astro/roadmap/Makefile' X# New ports collection makefile for: roadmap X# Date created: 4 November 2002 X# Whom: Nick Esborn X# X# $FreeBSD:$ X# X XPORTNAME= roadmap XPORTVERSION= 0.6 XCATEGORIES= astro XMASTER_SITES= http://www.geocities.com/pascal_f_martin/roadmap/ XMASTER_SITE_SUBDIR= ${PORTNAME} XEXTRACT_SUFX= .tgz XDISTNAME= ${PORTNAME}_0_6_src X XWRKSRC= ${WRKDIR}/${PORTNAME} XBUILD_WRKSRC= ${WRKSRC}/src X XUSE_GNOMENG= yes XUSE_GNOME= gtk12 X XLIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt X XMAINTAINER= nick@netdot.net X XBINARIES= buildmap buildus dumpmap roadmap roadgps XDOCS= AUTHORS BUGS COPYING README TODO XDOCDIR= ${PREFIX}/share/doc/${PORTNAME} X Xdo-install: X.for bin in ${BINARIES} X $(INSTALL_PROGRAM) ${BUILD_WRKSRC}/${bin} ${PREFIX}/bin X.endfor X ${MKDIR} ${PREFIX}/share/roadmap X X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCDIR} X.for doc in ${DOCS} X ${INSTALL_MAN} ${WRKSRC}/${doc} ${DOCDIR} X.endfor X.endif X Xpost-install: X ${CAT} ${PKGMESSAGE} X X.include END-of-astro/roadmap/Makefile echo c - astro/roadmap/files mkdir -p astro/roadmap/files > /dev/null 2>&1 echo x - astro/roadmap/files/patch-Makefile sed 's/^X//' >astro/roadmap/files/patch-Makefile << 'END-of-astro/roadmap/files/patch-Makefile' X--- src/Makefile.orig Thu Oct 31 22:53:28 2002 X+++ src/Makefile Mon Nov 4 14:40:36 2002 X@@ -1,12 +1,12 @@ X X-GUICFLAGS=-DROADMAP_GUI_USES_GTK `gtk-config --cflags` X-GUILDFLAGS=`gtk-config --libs` X+GUICFLAGS=-DROADMAP_GUI_USES_GTK `${GTK_CONFIG} --cflags` X+GUILDFLAGS=`${GTK_CONFIG} --libs` X X-CFLAGS=-O2 -ffast-math -fomit-frame-pointer -Wall $(GUICFLAGS) X+CFLAGS+=-O2 -ffast-math -fomit-frame-pointer -Wall $(GUICFLAGS) X # CFLAGS=-g -Wall -DROADMAP_DEBUG_HEAP $(GUICFLAGS) X # CFLAGS=-g -Wall -pg -fprofile-arcs -g $(GUICFLAGS) X X-LDFLAGS=-lm X+LDFLAGS=-lm -L$(LOCALBASE)/lib X # LDFLAGS=-pg $(LDFLAGS) X X X@@ -103,13 +103,13 @@ X install: uninstall all X mkdir -p $(INSTALLDIR)/share/roadmap X cp *.rdm $(INSTALLDIR)/share/roadmap X- cp roadmap.menu /usr/lib/menu/roadmap X+# cp roadmap.menu /usr/lib/menu/roadmap X cp $(EXECUTABLES) $(INSTALLDIR)/bin X X uninstall: X cd $(INSTALLDIR)/bin ; rm -f $(EXECUTABLES) X rm -rf $(INSTALLDIR)/share/roadmap X- rm -f /usr/lib/menu/roadmap X+# rm -f /usr/lib/menu/roadmap X X # --- The real targets -------------------------------------------- X END-of-astro/roadmap/files/patch-Makefile echo x - astro/roadmap/pkg-plist sed 's/^X//' >astro/roadmap/pkg-plist << 'END-of-astro/roadmap/pkg-plist' Xbin/buildmap Xbin/buildus Xbin/dumpmap Xbin/roadmap Xbin/roadgps X%%PORTDOCS%%share/doc/roadmap/AUTHORS X%%PORTDOCS%%share/doc/roadmap/BUGS X%%PORTDOCS%%share/doc/roadmap/COPYING X%%PORTDOCS%%share/doc/roadmap/README X%%PORTDOCS%%share/doc/roadmap/TODO X%%PORTDOCS%%@dirrm share/doc/roadmap X@dirrm share/roadmap END-of-astro/roadmap/pkg-plist echo x - astro/roadmap/distinfo sed 's/^X//' >astro/roadmap/distinfo << 'END-of-astro/roadmap/distinfo' XMD5 (roadmap_0_6_src.tgz) = 910054bdfecb309c82a782504e3bc4e6 END-of-astro/roadmap/distinfo echo x - astro/roadmap/pkg-descr sed 's/^X//' >astro/roadmap/pkg-descr << 'END-of-astro/roadmap/pkg-descr' XRoadMap is a program for Linux that displays street maps. The maps are Xprovided by the US Census Bureau, and thus only cover the US. X XRoadMap is at an early stage of development. At this time there are no Xrouting features implemented yet. RoadMap can only display the map around Xa specified street address or follow a GPS device (using gpsd). The plan Xfor the future is to implement some navigation features similar to those Xfound in commercial street navigation systems. X XRoadMap uses a binary file format for representing the maps that is compact Xenough to allow the storage of many maps on a Compact Flash or MultiMedia Xcard. The map of Los Angeles county takes about 10 Mbytes of flash space. XRoadMap comes with a set of tools to convert the US Census bureau data Xinto its own map format. END-of-astro/roadmap/pkg-descr echo x - astro/roadmap/pkg-comment sed 's/^X//' >astro/roadmap/pkg-comment << 'END-of-astro/roadmap/pkg-comment' XRoadMap is a program for Linux that displays street maps. The maps are Xprovided by the US Census Bureau, and thus only cover the US. END-of-astro/roadmap/pkg-comment echo x - astro/roadmap/pkg-message sed 's/^X//' >astro/roadmap/pkg-message << 'END-of-astro/roadmap/pkg-message' X XRoadMap is at an early stage of development, and is not thoroughly documented. XSee the README in /usr/local/share/doc/roadmap for instructions on obtaining Xand using the necessary data from the US Census Bureau. X END-of-astro/roadmap/pkg-message exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message