Update of /cvsroot/fink/experimental/dmrrsn
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11872

Added Files:
        gcc4.info 
Log Message:
extremely experimental version, based on recent snapshot of 4.2


--- NEW FILE: gcc4.info ---
Package: gcc4
Version: 4.2.0
Revision: 1
Epoch: 2
DescPort: <<
 WARNING: THIS VERY EXPERIMENTAL INFO FILE IS NOT READY FOR FINK.

 In particular, some of the shared libraries which should be in "any later
 version of gcc4-shlibs" (according to shared libs policy) are missing 
 from this build; in addition, other shared libraries have had their
 major version number change.  Once we get a working gfortran building,
 we can discuss the packaging issues here.
<<
Source: 
ftp://gcc.gnu.org/pub/gcc/snapshots/4.2-20060401/gcc-4.2-20060401.tar.bz2
Source-MD5: 7408a8b78fb82a5eba513260fbb15d05
NoSetCPPFLAGS: True
NoSetLDFLAGS: True
Depends: gmp-shlibs (>= 4.1.4-1), libmpfr1-shlibs, cctools (>= 576-1) | 
odcctools (>= 576-20050327), %N-shlibs (>= %e:%v-%r), libiconv
BuildDepends: gmp (>= 4.1.4-1), libmpfr1, libiconv-dev
BuildConflicts: autogen-dev
Replaces: gfortran
Provides: gfortran
ConfigureParams: --prefix=%p/lib/gcc4 --disable-multilib 
--enable-languages=c,c++,fortran,objc,java --infodir='${prefix}/share/info' 
--with-gmp=%p  --with-included-gettext --host=%m-apple-darwin`uname -r|cut -f1 
-d.` `if test ! -f /usr/lib/libSystemStubs.a ; then echo -n 
"--with-as=%p/lib/odcctools/bin/as --with-ld=%p/lib/odcctools/bin/ld" ; fi`
PatchScript: <<
 #!/bin/sh -e
 # make sure odcctools libtool being used on Panther.
 if test ! -f /usr/lib/libSystemStubs.a ; then perl -pi -e 
's,/usr/bin/libtool,%p/lib/odcctools/bin/libtool,;' gcc/config/darwin.h ; fi
<<
CompileScript: <<
 #!/bin/sh -e
 ulimit -S -s unlimited
 mkdir darwin 
 cd darwin
 ../configure %c
 make
<<
InstallScript: <<
 #!/bin/sh -e
 cd darwin
 make install DESTDIR=%d
 mkdir -p %i/bin
 cd %i/bin
 ln -s %p/lib/gcc4/bin/gfortran gfortran
 ln -s %p/lib/gcc4/bin/gcc gcc-4
 ln -s %p/lib/gcc4/bin/g++ g++-4
 ln -s %p/lib/gcc4/bin/c++ c++-4
 ln -s %p/lib/gcc4/bin/cpp cpp-4
 ln -s %p/lib/gcc4/bin/gcov gcov-4
 ln -s %p/lib/gcc4/bin/gcj gcj
 ln -s %p/lib/gcc4/bin/gcj-dbtool gcj-dbtool
 ln -s %p/lib/gcc4/bin/gcjh gcjh
 ln -s %p/lib/gcc4/bin/gij gij
 ln -s %p/lib/gcc4/bin/gjnih gjnih
 ln -s %p/lib/gcc4/bin/grepjar grepjar
 ln -s %p/lib/gcc4/bin/grmiregistry grmiregistry
 ln -s %p/lib/gcc4/bin/grmic grmic
 ln -s %p/lib/gcc4/bin/fastjar fastjar
 ln -s %p/lib/gcc4/bin/jcf-dump jcf-dump
 ln -s %p/lib/gcc4/bin/jv-convert jv-convert
 ln -s %p/lib/gcc4/bin/jv-scan jv-scan
<<
SplitOff: <<
  Package: %N-shlibs
  Replaces: gcc4 (<= 20050130-4), gfortran-shlibs
  Provides: gfortran-shlibs
  Description: Shared libraries for gcc4
  DocFiles: gcc/COPYING gcc/COPYING.LIB
  Homepage: http://gcc.gnu.org/
  Files: <<
    lib/gcc4/lib/libgcc_s.1.dylib
    lib/gcc4/lib/libgfortran.1.dylib
    lib/gcc4/lib/libgfortran.1.0.0.dylib
    lib/gcc4/lib/libssp.0.dylib
    lib/gcc4/lib/libssp.0.0.0.dylib
    lib/gcc4/lib/libgcc_s.10.4.dylib
    lib/gcc4/lib/libgcc_s.10.5.dylib
    lib/gcc4/lib/libstdc++.6.dylib
    lib/gcc4/lib/libstdc++.6.0.9.dylib
    lib/gcc4/lib/libobjc-gnu.2.dylib
    lib/gcc4/lib/libobjc-gnu.2.0.0.dylib
  <<
#    lib/gcc4/lib/libffi.4.0.1.dylib
#    lib/gcc4/lib/libffi.4.dylib
#    lib/gcc4/lib/libgcj.7.0.0.dylib
#    lib/gcc4/lib/libgcj.7.dylib
#    lib/gcc4/lib/libgij.7.0.0.dylib
#    lib/gcc4/lib/libgij.7.dylib
  Shlibs: <<
    %p/lib/gcc4/lib/libgcc_s.1.dylib 1.0.0 %n (>= 20050130-5)
    %p/lib/gcc4/lib/libgfortran.1.dylib 2.0.0 %n (>= 4.1-1)
    %p/lib/gcc4/lib/libssp.0.dylib 1.0.0 %n (>= 4.1-1)
    %p/lib/gcc4/lib/libstdc++.6.dylib 5.0.0 %n (>= 4.1-1)
    %p/lib/gcc4/lib/libgcc_s.1.dylib 1.0.0 %n (>= 4.1-1)
    %p/lib/gcc4/lib/libssp.0.dylib 1.0.0 %n (>= 4.1-1)
    %p/lib/gcc4/lib/libobjc-gnu.1.dylib 2.0.0 %n (>= 20050130-5)
  <<
#    %p/lib/gcc4/lib/libffi.4.dylib 5.0.0 %n (>= 20050130-5)
#    %p/lib/gcc4/lib/libgcj.7.dylib 8.0.0 %n (>= 4.1-1)
#    %p/lib/gcc4/lib/libgij.7.dylib 8.0.0 %n (>= 4.1-1)
<<
License: GPL
Description: GNU Compiler Collection Version 4
DescDetail: <<
 GCC, the GNU Compiler Collection, includes front ends for
 C, C++, Objective-C, Objective-C++, Fortran, Java, and Ada.
 .
 C, C++, Objective C and Fortran and Java are included in this package.
 .
 The C and C++ compilers are named gcc-4 and g++-4 to avoid
 conflicts with gcc and g++ installed by the Apple Developer Tools
<<
Homepage: http://gcc.gnu.org/
Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to