Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22416
Modified Files: libming1-shlibs.info Log Message: patch sources to avoid needing llvm-gcc at all Index: libming1-shlibs.info =================================================================== RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/libming1-shlibs.info,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- libming1-shlibs.info 29 Jul 2013 20:50:08 -0000 1.10 +++ libming1-shlibs.info 29 Jul 2013 21:08:07 -0000 1.11 @@ -17,6 +17,11 @@ << Source: mirror:sourceforge:ming/ming-%v.tar.bz2 Source-MD5: 73bcbcb837f3872ef1a936c539a2513c +PatchScript: << + # clang++ is strict about function declarations (error to omit + # the return type) + find test -name \*-cxx.C | xargs perl -pi -e 's/^main\(/int main(/' +<< ConfigureParams: --disable-python --disable-perl --disable-php --disable-tcl --with-pic --enable-shared --disable-static --mandir=%p/share/man --enable-dependency-tracking CompileScript: << #!/bin/bash -ev @@ -24,12 +29,10 @@ make V=1 fink-package-precedence --prohibit-bdep=libming1-dev . << -### Compiling test/Movie/add/test0[12]-cxx.C fail with clang, so switch to llvm-gcc here InfoTest: << - TestDepends: llvm-gcc|llvm-gcc42 TestScript: << #!/bin/sh -ev - make check CC=llvm-gcc-4.2 CXX=llvm-g++-4.2 || exit 2 + make check || exit 2 fink-package-precedence --prohibit-bdep=libming1-dev . << << ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk _______________________________________________ Fink-commits mailing list Fink-commits@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.cvs