Bug 61299 - [MAINTAINER UPDATE] astro/gpsdrive
Summary: [MAINTAINER UPDATE] astro/gpsdrive
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alex Dupre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-13 09:00 UTC by molter
Modified: 2004-01-13 16:22 UTC (History)
0 users

See Also:


Attachments
file.diff (4.90 KB, patch)
2004-01-13 09:00 UTC, molter
no flags Details | Diff
gpsdrive.diff (4.96 KB, patch)
2004-01-13 10:52 UTC, Alex Dupre
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description molter 2004-01-13 00:04:48 UTC
Alex Dupre wrote [2004-01-13]:

> Do you approve the attached patch? I added pcre as dependency and used 
> USE_GCC correctly.

ciao Alex,

yes, I approve your patch. I missed pcre and wasn't aware of the
correct USE_GCC stuff.

[Note that in the quoted text below I left just the Makefile, since
I think it is the only file you changed with regards to my patch]

Marco


> Index: gpsdrive/Makefile
> ===================================================================
> RCS file: /home/ncvs/ports/astro/gpsdrive/Makefile,v
> retrieving revision 1.14
> diff -u -r1.14 Makefile
> --- gpsdrive/Makefile	26 Aug 2003 20:25:35 -0000	1.14
> +++ gpsdrive/Makefile	13 Jan 2004 10:48:45 -0000
> @@ -6,27 +6,30 @@
>  #
>  
>  PORTNAME=	gpsdrive
> -PORTVERSION=	1.33
> -PORTREVISION=	1
> +PORTVERSION=	2.07.r7
>  CATEGORIES=	astro
>  MASTER_SITES=	http://gpsdrive.kraftvoll.at/     \
> -		http://gpsdrive.dotdeguy.de/      \
> -		http://gpsdrive.spoiledmeat.net/  \
> -		http://gpsdrive.flugfunk.de/      \
> -		http://gpsdrive.alumnosfdi.org/   \
> -		http://gpsdrive.teachlinux.com/
> +		http://www.gpsdrive.cc/           \
> +		http://www.kraftvoll.at/          \
> +		http://www.ganter.at/             \
> +		http://www.gpsdrive.de/           \
> +		http://gpsdrive.teachlinux.com/   \
> +		http://gpsdrive.flugfunk.de/
>  DISTNAME=	${PORTNAME}-${PORTVERSION:S/.r/pre/}
>  
>  MAINTAINER=	molter@gufi.org
>  COMMENT=	A GPS navigation system
>  
>  LIB_DEPENDS=	intl.5:${PORTSDIR}/devel/gettext
> +LIB_DEPENDS=	pcre.0:${PORTSDIR}/devel/pcre
>  
>  USE_GETOPT_LONG=yes
>  USE_PERL5=	yes
>  USE_GMAKE=	yes
> -USE_GNOME=	gdkpixbuf
> +USE_X_PREFIX=	yes
> +USE_GNOME=	gtk20
>  USE_LIBTOOL=	yes
> +USE_GCC=	3.2
>  CONFIGURE_ENV=	CPPFLAGS=-I${LOCALBASE}/include \
>  		LDFLAGS=-L${LOCALBASE}/lib
>  CONFIGURE_ARGS=	--disable-garmin --disable-mysql
Comment 1 molter 2004-01-13 09:00:29 UTC
        Update of gpsdrive to 2.07-pre7
        
        This update (finally) upgrades gpsdrive to the gpsdrive-2
        series (uses gtk2 instead of gtk1).
        
        Tested on both -stable and -current. On -stable requires GCC > 3.

Fix: Apply following patch
        
How-To-Repeat:         N/A
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2004-01-13 10:14:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

I'll take it.
Comment 3 Alex Dupre freebsd_committer freebsd_triage 2004-01-13 10:52:37 UTC
Do you approve the attached patch? I added pcre as dependency and used 
USE_GCC correctly.

--
Alex Dupre
Comment 4 Alex Dupre freebsd_committer freebsd_triage 2004-01-13 16:18:51 UTC
State Changed
From-To: open->closed

Committed, thanks!