[Lunar-commits] r23788 - moonbase/trunk/devel/rapidsvn
Terry Chan
tchan at lunar-linux.org
Sat Mar 24 05:20:25 CET 2007
Author: tchan
Date: 2007-03-24 05:20:24 +0100 (Sat, 24 Mar 2007)
New Revision: 23788
Modified:
moonbase/trunk/devel/rapidsvn/BUILD
moonbase/trunk/devel/rapidsvn/DETAILS
Log:
Added patches to rapidsvn-0.9.4 to get it to build correctly with wxGTK-2.8.x.x.
NOTE: the patches should be removed when ever the rapidsvn devs release finally
rapidsvn-0.9.6 or greater! The patch is already incorporated into the svn trunk
of rapidsvn as of 20061230.
Modified: moonbase/trunk/devel/rapidsvn/BUILD
===================================================================
--- moonbase/trunk/devel/rapidsvn/BUILD 2007-03-24 04:18:05 UTC (rev 23787)
+++ moonbase/trunk/devel/rapidsvn/BUILD 2007-03-24 04:20:24 UTC (rev 23788)
@@ -1,5 +1,6 @@
(
+ patch_it $SOURCE_CACHE/$SOURCE2 0 &&
OPTS="$OPTS --with-apr-config=/usr/bin/apr-1-config \
--with-apu-config=/usr/bin/apu-1-config " &&
default_build
Modified: moonbase/trunk/devel/rapidsvn/DETAILS
===================================================================
--- moonbase/trunk/devel/rapidsvn/DETAILS 2007-03-24 04:18:05 UTC (rev 23787)
+++ moonbase/trunk/devel/rapidsvn/DETAILS 2007-03-24 04:20:24 UTC (rev 23788)
@@ -3,9 +3,12 @@
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://www.rapidsvn.org/download/release/$VERSION/
SOURCE_VFY=sha1:0f8eff53964f641253d6a4be82187ab9f30168c7
+ SOURCE2=$MODULE-$VERSION-wx28.patch
+ SOURCE2_URL=$PATCH_URL
+ SOURCE2_VFY=sha1:1a576ffe19b0b8fa429288dbd0e825470741fd6d
WEB_SITE=http://www.rapidsvn.org/
ENTERED=20050302
- UPDATED=20061213
+ UPDATED=20070323
SHORT="Graphical subversion (SVN) client"
cat << EOF
More information about the Lunar-commits
mailing list