Update of /cvsroot/fink/experimental/fangism/finkinfo In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11599
Modified Files: ccache.info Log Message: TestConflicts against ccache-default b/c test relies on gcc being uncached. Added notes about LLVM, clang, c89, c99, mpic* for future additions Index: ccache.info =================================================================== RCS file: /cvsroot/fink/experimental/fangism/finkinfo/ccache.info,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- ccache.info 16 Oct 2010 03:23:44 -0000 1.5 +++ ccache.info 17 Oct 2010 06:46:25 -0000 1.6 @@ -1,6 +1,6 @@ Package: ccache Version: 3.1 -Revision: 2 +Revision: 3 Maintainer: David Fang <fang...@users.sourceforge.net> Source: http://samba.org/ftp/%n/%n-%v.tar.bz2 Source-MD5: 7961852e1e36f11559039c32142f58df @@ -16,6 +16,7 @@ make CFLAGS='-g -O2 -Wall -W -I. -prebind' << InfoTest: << + TestConflicts: ccache-default TestScript: << #!/bin/sh -ev make -k check || exit 2 @@ -29,6 +30,7 @@ make install prefix=%i mandir=%i/share/man echo creating ccache-default overrides... pushd /usr/bin +# llvm-* clang c89 c99 for f in cc c++ c++-* gcc* g++* *-apple-darwin*-g* do echo "linking %p/bin/$f to ccache to override /usr/bin/$f" @@ -43,7 +45,7 @@ << SplitOff: << Package: ccache-default - Depends: ccache + Depends: ccache (= %v-%r) Files: << bin/cc bin/c++* @@ -102,8 +104,12 @@ License: GPL DescPackaging: << Former maintainer: Ben Hines <bhi...@alumni.ucsd.edu> +TestConflicts with own ccache-default because one test assumes 'gcc' to +be uncached, thus we remove ccache-default temporarily during testing. TODO: * make work more robustly with --build-as-nobody * add sym-links for FSF versions of gcc4x, possibly creating more splitoffs -* test against LLVM and add sym-links for them +* test against LLVM, clang and add sym-links for them +* test against mpic* (open MPI compilers, gcc-4.2+) +* test against c89, c99* << ------------------------------------------------------------------------------ Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich applications that run across multiple browsers and platforms. Download your free trials today! http://p.sf.net/sfu/adobe-dev2dev _______________________________________________ Fink-commits mailing list Fink-commits@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.cvs