Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/languages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16240

Modified Files:
        gfortran.info 
Log Message:
split back out of gcc4


Index: gfortran.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/languages/gfortran.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gfortran.info       16 Aug 2004 19:01:25 -0000      1.5
+++ gfortran.info       24 Mar 2005 12:46:35 -0000      1.6
@@ -1,54 +1,61 @@
 Package: gfortran
-Version: 20040815
+Version: 20050320
 Revision: 1
-Source: ftp://gcc.gnu.org/pub/gcc/snapshots/3.5-%v/gcc-3.5-%v.tar.bz2
-Source-MD5: 21c69301b64426864020241d95e61a07
-NoSourceDirectory: True
-Depends: gmp-shlibs (>= 4.1.3-11)
-BuildDepends: gmp (>= 4.1.3-11), dejagnu
+Source: ftp://gcc.gnu.org/pub/gcc/snapshots/4.1-%v/gcc-4.1-%v.tar.bz2
+Source-MD5: 4b761fee9250f511da22528b55cec69f
 NoSetCPPFLAGS: True
 NoSetLDFLAGS: True
-ConfigureParams: --enable-languages=f95 --infodir='${prefix}/share/info' 
--with-gmp=%p --disable-shared
+SourceDirectory: gcc-4.1-%v
+Depends: gmp-shlibs (>= 4.1.3-11), odcctools (>= 528-20041018), %N-shlibs
+BuildDepends: gmp (>= 4.1.3-11)
+BuildConflicts: autogen-dev
+ConfigureParams: --prefix=%p/lib/gfortran --enable-languages=c,f95 
--infodir='${prefix}/share/info' --with-gmp=%p 
--with-as=%p/lib/odcctools/bin/as --with-ld=%p/lib/odcctools/bin/ld 
--with-included-gettext
 PatchScript: <<
  #!/bin/sh
- cd gcc-3.5-%v/gcc
- mv Makefile.in Makefile.in.orig
- sed 's|$(ALL_CPPFLAGS) $(INCLUDES)|$(INCLUDES) $(ALL_CPPFLAGS)|g' < 
Makefile.in.orig > Makefile.in
- /bin/rm -f Makefile.in.orig
+ # make sure odcctools libtool being used.
+ perl -pi -e 's,/usr/bin/libtool,%p/lib/odcctools/bin/libtool,;' 
gcc/config/darwin.h
 <<
 CompileScript: <<
  #!/bin/sh
  ulimit -S -s unlimited
  mkdir darwin 
  cd darwin
- ../gcc-3.5-%v/configure %c
- make BOOT_CFLAGS="-O2 -g -fno-strict-aliasing" bootstrap
- cd gcc; make check-gfortran
+ ../configure %c
+ make
 <<
 InstallScript: <<
  #!/bin/sh
  cd darwin
- make install prefix=%i
+ make install DESTDIR=%d
+ mkdir -p %i/bin
+ darwinvers=`uname -r`
+ cd %i/lib/gfortran/lib
+ ln -s %p/lib/gfortran/lib/gcc/powerpc-apple-darwin${darwinvers}/const/crt2.o 
crt2.o
  cd %i/bin
- ln -s %p/bin/gfortran f95
- /bin/rm -f gcc gccbug cpp gcov powerpc-apple*
- /bin/rm -rf %i/share/locale %i/man
- /bin/rm -f %i/lib/charset.alias
- /bin/rm -f %i/share/info/gcc* %i/share/info/cpp*
- /bin/mv -f %i/lib/libiberty.a %i/lib/libiberty-gfortran.a
+ ln -s %p/lib/gfortran/bin/gfortran gfortran
+<<
+SplitOff: <<
+  Package: %N-shlibs
+  Replaces: gfortran (<= 20050320-1)
+  Description: Shared libraries for gfortran
+  DocFiles: gcc/COPYING gcc/COPYING.LIB
+  Homepage: http://gcc.gnu.org/
+  Files: <<
+    lib/gfortran/lib/libgcc_s.1.0.dylib
+    lib/gfortran/lib/libgfortran.0.dylib
+    lib/gfortran/lib/libgfortran.0.0.0.dylib
+  <<
+  Shlibs: <<
+    %p/lib/gfortran/lib/libgfortran.0.dylib 1.0.0 %n (>= 20050320-1)
+    %p/lib/gfortran/lib/libgcc_s.1.0.dylib 1.0.0 %n (>= 20050320-1)
+  <<
 <<
 License: GPL
-DocFiles: gcc-3.5-%v/gcc/fortran/README gcc-3.5-%v/gcc/fortran/NEWS 
gcc-3.5-%v/gcc/fortran/ChangeLog gcc-3.5-%v/gcc/fortran/TODO 
gcc-3.5-%v/gcc/fortran/CONTRIB gcc-3.5-%v/gcc/COPYING gcc-3.5-%v/gcc/COPYING.LIB
-Description: GNU Fortran 95 compiler
+Description: GNU Fortran 95 compiler for GCC version 4.1
 DescDetail: <<
- The goal of the gcc-g95 project is to create a Free (as
- in speech) Fortran 95 compiler. The code has been donated
- to the Free Software Foundation for inclusion in GCC, the
- GNU Compiler Collection.
-
- G95 is still under development. It can generate code for most legal
- Fortran 77 programs, but some Fortran 95 features are not yet
- implemented, or have bugs.
+ The GNU Fortran 95 project, or gfortran, is developing a Fortran 95 
+ compiler front end, as well as runtime libraries, for GCC,
+ the GNU Compiler Collection.
 <<
-Homepage: http://gcc-g95.sourceforge.net/
+Homepage: http://gcc.gnu.org/
 Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r) & Windows Mobile(tm) platforms, applications & content.  Register
by 3/29 & save $300 http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to