Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/languages
In directory sc8-pr-cvs1:/tmp/cvs-serv11529

Added Files:
        g77-3.1-20020420-5.info g77-3.1-20020420-5.patch 
Log Message:
Fixed path problem (now determines darwin version number).


--- NEW FILE: g77-3.1-20020420-5.info ---
Package: g77
Version: 3.1-20020420
Revision: 5
Source: mirror:sourceforge:fink/gcc-%v-1151.tar.gz
Source-MD5: 62f378e83bc60942cbf664d17994eafe
NoSourceDirectory: True
NoSetCPPFLAGS: True
NoSetLDFLAGS: True
Patch: %f.patch
ConfigureParams: --enable-languages=f77 --infodir='${prefix}/share/info'
CompileScript: <<
 (mkdir darwin; cd darwin; ../gcc3/configure %c; make bootstrap-lean)
<<
InstallScript: <<
  #!/bin/sh
 (cd darwin; make install prefix=%i)
 (cd %i/bin; /bin/rm -f gcc gccbug cpp gcov powerpc-apple*; ln -s %p/bin/g77 f77)
 darwinvers=`uname -v | cut -f1 -d":" | awk '{print $4}'`
 ln -s %p/lib/gcc-lib/powerpc-apple-darwin${darwinvers}/3.1/include/g2c.h 
%i/include/g2c.h
 /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*
<<
License: GPL
DocFiles: gcc3/gcc/f/ChangeLog gcc3/gcc/f/README gcc3/COPYING gcc3/COPYING.LIB
Description: GNU FORTRAN77 compiler. 
DescPort: <<
 Installs g77 using Apple's gcc-3.1 from Darwin CVS (tag gcc3-1151).
 This version does not install in /usr. It contains it's own cc1 and
 libgcc.a installed in %p.
<<
Homepage: http://gcc.gnu.org/
Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>

--- NEW FILE: g77-3.1-20020420-5.patch ---
--- g77-3.1-20020420-1/gcc3/configure.in.orig   Sat Apr 20 18:58:57 2002
+++ g77-3.1-20020420-1/gcc3/configure.in        Mon Aug 26 10:19:44 2002
@@ -563,7 +563,7 @@
 # target this usually means that a port of the program doesn't
 # exist yet.
 
-noconfigdirs=""
+noconfigdirs="tcl tk expect dejagnu"
 
 case "${host}" in
   hppa*64*-*-*)



-------------------------------------------------------
This SF.NET email is sponsored by: Order your Holiday Geek Presents Now!
Green Lasers, Hip Geek T-Shirts, Remote Control Tanks, Caffeinated Soap,
MP3 Players,  XBox Games,  Flying Saucers,  WebCams,  Smart Putty.
T H I N K G E E K . C O M       http://www.thinkgeek.com/sf/
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to