Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv9103

Modified Files:
        autogen.info 
Log Message:
cleaned-up/worked-around test suite issues, no rev-up b/c package unaffected


Index: autogen.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/autogen.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- autogen.info        19 Aug 2010 18:10:34 -0000      1.8
+++ autogen.info        30 Sep 2010 22:44:29 -0000      1.9
@@ -49,6 +49,16 @@
  Files: bin/xml2ag share/man/man1/xml2ag.1
  DocFiles: README ChangeLog AUTHORS COPYING INSTALL NEWS NOTES THANKS TODO 
VERSION
 <<
+PatchScript: <<
+       #!/bin/sh -ev
+       # echo need to strip out the differences between paths for this test
+       file=autoopts/test/nested.test
+       sed -i.orig '/^compile/a \
+sed -i.orig "s|\\(reading file \\).*\\(nested\\.d\\)|\\1\\2|" 
${testname}.help' $file
+       file=autoopts/test/cfg-edit.test
+       sed -i.orig '/^compile/a \
+sed -i.orig "s|\\(reading file \\).*\\(cfg-edit-tmpd\\)|\\1\\2|" 
${testname}.help' $file
+<<
 ConfigureParams: --enable-snprintfv-install --mandir=%p/share/man 
--infodir=%p/share/info
 CompileScript: <<
        #!/bin/sh -ev
@@ -65,6 +75,13 @@
 InfoTest: <<
        TestScript: <<
        #!/bin/sh -ev
+       if { echo "$MAKEFLAGS" | grep -e "-r" ;}
+       then echo "ALERT: some tests will break with MAKEFLAGS -r !"
+               echo "I will kindly remove -r for you."
+               MAKEFLAGS=`echo $MAKEFLAGS | sed 's|-r||'`
+               echo "MAKEFLAGS=$MAKEFLAGS"
+               export MAKEFLAGS
+       fi
        cd build
        make -k check || exit 2
        <<


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to