Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27609

Modified Files:
        monotone.info monotone.patch 
Log Message:
Another new upstream revision.
I noticed that upstream doesn't distribute the testsuite in the tarball.  And I 
don't run it.  So there's no reason to include it in the patches.
Also, ugly dirty nasty hack to remove -fabi-version=1 so that monotone will 
actually compile.
Update boost depends such that any boost package will suffice.


Index: monotone.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/monotone.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- monotone.info       12 Apr 2005 03:22:27 -0000      1.7
+++ monotone.info       13 Apr 2005 13:27:06 -0000      1.8
@@ -1,16 +1,27 @@
 Package: monotone
-Version: 0.17
-Revision: 5
-Source: http://www.venge.net/monotone/monotone-%v.tar.gz
-Source-MD5: a412ce38f5e91a210363bf8811639d96
+Version: 0.18
+Revision: 1
+Source: http://www.venge.net/monotone/downloads/monotone-%v.tar.gz
+Source-MD5: 16a8f0cce9d219311d75e2b913d0fabc
 PatchScript: sed -e 's|@SW@|%p|g' < %a/%n.patch | patch -p1
-BuildDepends: boost1.32,popt,gettext-dev,libiconv-dev
-Depends: boost1.32-shlibs, popt-shlibs, gettext, libiconv
+BuildDepends: boost1.31, gettext-dev, libiconv-dev
+Depends: boost1.31, gettext, libiconv
 SetCPPFlags: -D__unix -Wno-long-double
 SetLDFlags: -lintl -liconv
 ConfigureParams: <<
   --infodir=%i/share/info --mandir=%i/share/man --disable-dependency-tracking 
 <<
+CompileScript: <<
+#!/bin/bash
+echo RUNNING SCRIPT
+export CPPFLAGS=`echo $CPPFLAGS | sed -e 's/-fabi-version=1//g' `
+export CXXFLAGS=`echo $CXXFLAGS | sed -e 's/-fabi-version=1//g' `
+echo $CPPFLAGS
+echo $CXXFLAGS
+echo =====
+./configure %c
+make
+<<
 PreInstScript:<<
 if( test "x`which monotone`" != "x" ); then
 VERSION=`monotone --version | cut -d " " -f 2 | sed -e 's/\.//g' `;

Index: monotone.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/monotone.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- monotone.patch      11 Apr 2005 13:09:43 -0000      1.3
+++ monotone.patch      13 Apr 2005 13:27:06 -0000      1.4
@@ -1,6 +1,6 @@
-diff -ruP monotone-0.17/.mt-attrs monotone-new/.mt-attrs
---- monotone-0.17/.mt-attrs    Wed Dec 31 18:00:00 1969
-+++ monotone-new/.mt-attrs     Mon Apr 11 08:04:51 2005
+diff -druPX ignore monotone-0.18/.mt-attrs monotone-new/.mt-attrs
+--- monotone-0.18/.mt-attrs    Wed Dec 31 18:00:00 1969
++++ monotone-new/.mt-attrs     Tue Apr 12 21:39:26 2005
 @@ -0,0 +1,8 @@
 +   file "contrib/Notify.pl"
 +execute "true"
@@ -10,1072 +10,96 @@
 +
[...52565 lines suppressed...]
-+
-+void get_local_dump_path(local_path & d_path);
-+
-+// the 'inodeprints file' contains inode fingerprints 
-+
-+void get_inodeprints_path(local_path & ip_path);
-+
-+bool in_inodeprints_mode();
-+
-+void read_inodeprints(data & dat);
-+
-+void write_inodeprints(data const & dat);
- 
- // the "attribute map" is part of a working copy. it is *not* stored in MT,
- // because its contents are considered part of the "content" of a tree of
++    }
++  
++  // default to 80 columns if the width query failed.
++  return 80;
++}



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to