Update of /cvsroot/fink/experimental/fangism/finkinfo In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8933
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/experimental/fangism/finkinfo/autogen.info,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- autogen.info 19 Aug 2010 18:03:45 -0000 1.5 +++ autogen.info 30 Sep 2010 22:43:42 -0000 1.6 @@ -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