Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv28171/stable/main/finkinfo/devel

Modified Files:
        automake1.10.info 
Added Files:
        automake1.10.patch 
Log Message:
fix some self-test bugs


Index: automake1.10.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/automake1.10.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- automake1.10.info   19 Sep 2012 01:27:46 -0000      1.7
+++ automake1.10.info   19 Sep 2012 18:23:01 -0000      1.8
@@ -2,7 +2,7 @@
 Version: 1.10.3
 Revision: 3
 Source: mirror:gnu:automake/automake-%v.tar.bz2
-Source-MD5: b8e67fb458da396bc35555af7ef2b49f 
+Source-MD5: b8e67fb458da396bc35555af7ef2b49f
 # versions of dpkg < 1.10.21-1233 have a buggy install-info command
 BuildDepends: fink (>= 0.32), dpkg (>= 1.10.21-1234)
 Depends: %N-core
@@ -10,6 +10,16 @@
 Replaces: automake, automake1.4, automake15, automake1.5, automake1.6, 
automake1.7, automake1.8, automake1.9, automake1.10, automake1.11, automake1.12
 Provides: automaken
 
+PatchFile: %n.patch
+PatchFile-MD5: 2e25f5152b0c5d00bd90411f7b04b9c7
+PatchScript: <<
+  #!/bin/sh -ev
+  %{default_script}
+
+  # Fix a test case
+  /usr/bin/sed -i.orig -e 's|AC_FC_LIBRARY_LDFLAGS||g' 
tests/compile_f90_c_cxx.test
+<<
+
 # HACK: Set ac_cv_prog_TEX to disable any TeX or texinfo related tests,
 # until the day we get a non-broken install-info.
 ConfigureParams: --infodir=%p/share/info PERL=/usr/bin/perl ac_cv_prog_TEX=
@@ -40,7 +50,7 @@
 <<
 
 # TODO: Perhaps rename automake.info* to automake-X.Y.info* ?
-InfoTest: TestScript: make check || exit 2 
+InfoTest: TestScript: make check || exit 2
 DocFiles: COPYING README AUTHORS NEWS THANKS
 InfoDocs: automake.info
 
@@ -60,6 +70,8 @@
 DescPackaging: <<
 Previous versions by Christoph Pfisterer, Max Horn.
 Desc adapted from debian :-)
+
+  Import patches from newer automaken to several fortran tests
 <<
 License: GPL
 Maintainer: Chris Zubrzycki <bere...@users.sourceforge.net>

--- NEW FILE: automake1.10.patch ---
diff -Nurd -x'*~' automake-1.10.3.orig/tests/compile_f_c_cxx.test 
automake-1.10.3/tests/compile_f_c_cxx.test
--- automake-1.10.3.orig/tests/compile_f_c_cxx.test     2009-12-08 
14:35:33.000000000 -0500
+++ automake-1.10.3/tests/compile_f_c_cxx.test  2012-09-19 13:23:51.000000000 
-0400
@@ -40,6 +40,8 @@
 : > foo.f
 : > bar.c
 : > baz.cc
+: > config.guess
+: > config.sub
 
 $ACLOCAL || exit 1
 $AUTOMAKE || exit 1
diff -Nurd -x'*~' automake-1.10.3.orig/tests/flibs.test 
automake-1.10.3/tests/flibs.test
--- automake-1.10.3.orig/tests/flibs.test       2009-12-08 14:35:33.000000000 
-0500
+++ automake-1.10.3/tests/flibs.test    2012-09-19 13:21:52.000000000 -0400
@@ -49,6 +49,8 @@
 END
 
 : > zardoz.f
+: > config.guess
+: > config.sub
 
 $ACLOCAL || exit 1
 $AUTOMAKE || exit 1


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to