[Lunar-commits] r20014 - moonbase/trunk/gnome/Guppi
Terry Chan
tchan at lunar-linux.org
Wed May 10 02:13:14 UTC 2006
Author: tchan
Date: 2006-05-10 02:13:13 +0000 (Wed, 10 May 2006)
New Revision: 20014
Modified:
moonbase/trunk/gnome/Guppi/BUILD
moonbase/trunk/gnome/Guppi/DETAILS
Log:
Added a patch to take care of the missing semi-colons. gcc-3.4.x strictness,
which doesn't allow dangling labels at the bottom of switch statements.
Modified: moonbase/trunk/gnome/Guppi/BUILD
===================================================================
--- moonbase/trunk/gnome/Guppi/BUILD 2006-05-09 22:39:42 UTC (rev 20013)
+++ moonbase/trunk/gnome/Guppi/BUILD 2006-05-10 02:13:13 UTC (rev 20014)
@@ -1,6 +1,7 @@
(
- ./configure --prefix=/usr \
+ patch_it $SOURCE_CACHE/$SOURCE2 0 &&
+ ./configure --prefix=/usr \
--sysconfdir=/etc \
--infodir=/usr/share/info \
--mandir=/usr/share/man &&
@@ -10,8 +11,6 @@
sedit "s:-I/usr/include ::" ${FILE}
sedit "s:-I\$(includedir)::" ${FILE}
done &&
- make &&
- prepare_install &&
- make install
+ default_make
) > $C_FIFO 2>&1
Modified: moonbase/trunk/gnome/Guppi/DETAILS
===================================================================
--- moonbase/trunk/gnome/Guppi/DETAILS 2006-05-09 22:39:42 UTC (rev 20013)
+++ moonbase/trunk/gnome/Guppi/DETAILS 2006-05-10 02:13:13 UTC (rev 20014)
@@ -2,8 +2,12 @@
MAJOR=0.40
VERSION=0.40.3
SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=$MODULE-$VERSION-badswitch.patch
SOURCE_URL[0]=$GNOME_URL/sources/$MODULE/$MAJOR/
SOURCE_URL[1]=ftp://ftp.gnome.org/pub/GNOME/sources/$MODULE/$MAJOR/
+ SOURCE_VFY=sha1:7435bddddca9e3347efb006ad33198fbbe593ea7
+ SOURCE2_URL=$PATCH_URL/
+ SOURCE2_VFY=sha1:1464aff60af1ac303184b4539af1b67f7a57b5bc
WEB_SITE=http://www.gnome.org/projects/Guppi
SHORT="Guppi is a GNOME-based framework for graphing and data analysis."
ENTERED=20011022
More information about the Lunar-commits
mailing list