Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Mar 2003 22:28:13 -0800 (PST)
From:      Nicholas Esborn <nick@netdot.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Yen-Ming Lee <leeym@FreeBSD.org>, Kris Kennaway <kris@obsecurity.org>
Subject:   ports/50015: Update port: astro/roadmap 0.13 -> 0.14
Message-ID:  <20030315062813.CB49DF80B@carbon.berkeley.netdot.net>

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

>Number:         50015
>Category:       ports
>Synopsis:       Update port: astro/roadmap 0.13 -> 0.14
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 14 22:30:09 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Nicholas Esborn <nick@netdot.net>
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
dot network
>Environment:

>Description:
	* Update to 0.14
	* Includes patches missing from previous commit
>How-To-Repeat:

>Fix:

diff -urN /usr/ports/astro/roadmap/Makefile new/ports/astro/roadmap/Makefile
--- /usr/ports/astro/roadmap/Makefile	Fri Mar 14 22:05:40 2003
+++ new/ports/astro/roadmap/Makefile	Wed Mar  5 12:10:02 2003
@@ -2,19 +2,20 @@
 # Date created:        4 November 2002
 # Whom:                Nick Esborn <nick@netdot.net>
 #
-# $FreeBSD: ports/astro/roadmap/Makefile,v 1.4 2003/03/14 17:10:34 leeym Exp $
+# $FreeBSD: ports/astro/roadmap/Makefile,v 1.1 2003/01/30 21:15:09 seanc Exp $
 #
 
 PORTNAME=	roadmap
-PORTVERSION=	0.13
+PORTVERSION=	0.14
 CATEGORIES=	astro
-MASTER_SITES=	http://www.geocities.com/pascal_f_martin/roadmap/
-MASTER_SITE_SUBDIR=	${PORTNAME}
-DISTNAME=	${PORTNAME}_${PORTVERSION:S/./_/}_src
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	nick@netdot.net
-COMMENT=	RoadMap is a displays US maps provided by the US Census Bureau
+COMMENT=	Vector-based GPS moving map
+
+MASTER_SITES=	http://roadmap.saignon.net/roadmap/
+MASTER_SITE_SUBDIR=	${PORTNAME}
+DISTNAME=	${PORTNAME}_0_14_src
+EXTRACT_SUFX=	.tar.gz
 
 LIB_DEPENDS=	popt.0:${PORTSDIR}/devel/popt
 
@@ -24,17 +25,12 @@
 
 USE_GNOMENG=	yes
 USE_GNOME=	gtk12
-USE_REINPLACE=	yes
 
 BINS=		buildmap buildus dumpmap
 GUI_BINS=	gtkroadmap gtkroadgps
 SCRIPTS=	rdmdownload rdmgetall rdmgenmaps rdmcompare
 DATA=		sprites preferences schema
 DOCS=		AUTHORS BUGS COPYING README TODO
-
-post-patch:
-	@${REINPLACE_CMD} -e 's,-Wall,-Wall -I${PREFIX}/include,g' ${BUILD_WRKSRC}/Makefile
-	@${REINPLACE_CMD} -e 's,-lpopt,-lpopt -L${PREFIX}/lib,g' ${INSTALL_WRKSRC}/Makefile
 
 do-install:
 .for _GUI_BIN in ${GUI_BINS}
diff -urN /usr/ports/astro/roadmap/distinfo new/ports/astro/roadmap/distinfo
--- /usr/ports/astro/roadmap/distinfo	Sat Mar  1 11:23:59 2003
+++ new/ports/astro/roadmap/distinfo	Wed Mar  5 12:10:13 2003
@@ -1 +1 @@
-MD5 (roadmap_0_13_src.tgz) = b0706023f7d9e2946e89cf8d8a0cacf9
+MD5 (roadmap_0_14_src.tar.gz) = d7f94ed678055607d29b55fce0dd7264
diff -urN /usr/ports/astro/roadmap/files/patch-gtk-Makefile new/ports/astro/roadmap/files/patch-gtk-Makefile
--- /usr/ports/astro/roadmap/files/patch-gtk-Makefile	Wed Dec 31 16:00:00 1969
+++ new/ports/astro/roadmap/files/patch-gtk-Makefile	Tue Feb 18 22:03:10 2003
@@ -0,0 +1,28 @@
+--- src/gtk/Makefile.orig	Tue Feb 18 21:59:04 2003
++++ src/gtk/Makefile	Tue Feb 18 22:01:52 2003
+@@ -1,12 +1,12 @@
+ 
+-GUICFLAGS=`gtk-config --cflags`
+-GUILDFLAGS=`gtk-config --libs`
++GUICFLAGS=`${GTK_CONFIG} --cflags`
++GUILDFLAGS=`${GTK_CONFIG} --libs`
+ 
+-STDCFLAGS=-O2 -ffast-math -fomit-frame-pointer -Wall
++STDCFLAGS=-O2 -ffast-math -fomit-frame-pointer -Wall -I${LOCALBASE}/include
+ # STDCFLAGS=-g -Wall -DROADMAP_DEBUG_HEAP
+ # STDCFLAGS=-g -Wall -pg -fprofile-arcs -g
+ 
+-CFLAGS=$(STDCFLAGS) $(GUICFLAGS) -I..
++CFLAGS+=$(STDCFLAGS) $(GUICFLAGS) -I..
+ 
+ RDMLIBS= ../libroadmap.a libgtkroadmap.a ../unix/libosroadmap.a
+ LIBS=$(RDMLIBS) $(GUILDFLAGS) -lm
+@@ -23,7 +23,7 @@
+ 
+ RUNTIME=gtkroadgps gtkroadmap
+ 
+-INSTALLDIR=/usr/local
++INSTALLDIR=${LOCALBASE}
+ 
+ 
+ # --- Conventional targets ----------------------------------------
diff -urN /usr/ports/astro/roadmap/files/patch-src-Makefile new/ports/astro/roadmap/files/patch-src-Makefile
--- /usr/ports/astro/roadmap/files/patch-src-Makefile	Wed Dec 31 16:00:00 1969
+++ new/ports/astro/roadmap/files/patch-src-Makefile	Tue Feb 18 22:02:48 2003
@@ -0,0 +1,25 @@
+--- src/Makefile.orig	Tue Feb 18 21:55:28 2003
++++ src/Makefile	Tue Feb 18 21:58:51 2003
+@@ -1,11 +1,11 @@
+ 
+ 
+-CFLAGS=-O2 -ffast-math -fomit-frame-pointer -Wall
++CFLAGS+=-O2 -ffast-math -fomit-frame-pointer -Wall -I${LOCALBASE}/include
+ # CFLAGS=-g -Wall -DROADMAP_DEBUG_HEAP
+ # CFLAGS=-g -Wall -pg -fprofile-arcs -g
+ 
+ RDMLIBS=libroadmap.a unix/libosroadmap.a
+-LIBS=$(RDMLIBS) -lpopt -lm
++LIBS=$(RDMLIBS) -lpopt -lm -L${LOCALBASE}/lib
+ 
+ # LDFLAGS=-pg $(LDFLAGS)
+ 
+@@ -88,7 +88,7 @@
+ SCRIPTS=rdmdownload rdmgetall rdmgenmaps rdmcompare
+ RUNTIME=libroadmap.a libguiroadgps.a libguiroadmap.a
+ 
+-INSTALLDIR=/usr/local
++INSTALLDIR=${LOCLBASE}
+ 
+ 
+ # --- Conventional targets ----------------------------------------
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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