[Lunar-commits] r23736 - moonbase/trunk/utils/gpsdrive
Dennis Veatch
stumbles at lunar-linux.org
Mon Mar 19 14:27:05 CET 2007
Author: stumbles
Date: 2007-03-19 14:27:04 +0100 (Mon, 19 Mar 2007)
New Revision: 23736
Modified:
moonbase/trunk/utils/gpsdrive/BUILD
moonbase/trunk/utils/gpsdrive/DEPENDS
moonbase/trunk/utils/gpsdrive/DETAILS
Log:
Some general clean up and adding a patch so it can be compiled
with gcc4.
Modified: moonbase/trunk/utils/gpsdrive/BUILD
===================================================================
--- moonbase/trunk/utils/gpsdrive/BUILD 2007-03-19 13:21:50 UTC (rev 23735)
+++ moonbase/trunk/utils/gpsdrive/BUILD 2007-03-19 13:27:04 UTC (rev 23736)
@@ -1,14 +1,12 @@
(
- if ! module_installed mysql ; then
- OPTS="$OPTS --disable-mysql"
- fi &&
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --datadir=/usr/share \
- $OPTS &&
- make &&
- prepare_install &&
- make install
+ patch_it $SOURCE_CACHE/$SOURCE2 0 &&
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --datadir=/usr/share \
+ $OPTS &&
+
+ default_make
+
) > $C_FIFO 2>&1
Modified: moonbase/trunk/utils/gpsdrive/DEPENDS
===================================================================
--- moonbase/trunk/utils/gpsdrive/DEPENDS 2007-03-19 13:21:50 UTC (rev 23735)
+++ moonbase/trunk/utils/gpsdrive/DEPENDS 2007-03-19 13:27:04 UTC (rev 23736)
@@ -1,3 +1,4 @@
-optional_depends "mysql" &&
-depends gtk+-2 &&
-depends pcre
+depends gtk+-2 &&
+depends pcre &&
+
+optional_depends "mysql" "--with-mysql" "--without-mysql" "for database support"
Modified: moonbase/trunk/utils/gpsdrive/DETAILS
===================================================================
--- moonbase/trunk/utils/gpsdrive/DETAILS 2007-03-19 13:21:50 UTC (rev 23735)
+++ moonbase/trunk/utils/gpsdrive/DETAILS 2007-03-19 13:27:04 UTC (rev 23736)
@@ -1,8 +1,11 @@
MODULE=gpsdrive
VERSION=2.09
SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=$MODULE.gcc4.1.patch
SOURCE_URL=http://www.gpsdrive.cc/
- SOURCE_VFY=md5:eaa52cb220f3d10312a1046dd47126bb
+ SOURCE2_URL=$PATCH_URL
+ SOURCE_VFY=sha1:cbf3db19b3b3fb496a1255ef67d7de5bdeffd70c
+ SOURCE2_VFY=sha1:2700d2a737d98003ef5c1e08f9e3b29a08646f89
WEB_SITE=http://www.gpsdrive.cc/
ENTERED=20040207
UPDATED=20040505
More information about the Lunar-commits
mailing list