Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv7682

Modified Files:
        gcc44-10.4.info gcc44-x86_64.info gcc44.info gcc45-10.4.info 
        gcc45-x86_64.info gcc45.info gcc44.patch gcc45.patch 
Log Message:
BDO: false for -compiler, rev. up


Index: gcc44-x86_64.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/gcc44-x86_64.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- gcc44-x86_64.info   24 Jun 2011 20:54:34 -0000      1.8
+++ gcc44-x86_64.info   7 Jul 2011 20:09:20 -0000       1.9
@@ -1,14 +1,14 @@
 Info2: <<
 Package: gcc44
 Version: 4.4.6
-Revision: 1000
+Revision: 1001
 Source: ftp://gcc.gnu.org/pub/gcc/releases/gcc-%v/gcc-%v.tar.bz2
 Source-MD5: ab525d429ee4425050a554bc9247d6c4
 Source2: ftp://sourceware.org/pub/java/ecj-4.3.jar
 Source2-MD5: fd299f26c02268878b5d6c0e86f57c43
 PatchFile: %n.patch
-PatchFile-MD5: 52730599e0cffbf6fbe3f8bcedb5324e
-Distribution: 10.5, 10.6
+PatchFile-MD5: 2aa0a6e96829f36529620516db41d05b
+Distribution: 10.5, 10.6, 10.7
 Type: -64bit .
 Architecture: x86_64
 NoSetCPPFLAGS: True
@@ -39,6 +39,7 @@
     echo "-----WARNING-----WARNING-----WARNING-----"
     exit 1
  fi
+ perl -pi.bak -e 's|#if GCC_VERSION >= 3004|#if GCC_VERSION >= 3004 \&\& 
!defined(__clang__)|' gcc/toplev.h
  set -x
  ulimit -s `ulimit -s`
  mv ../ecj-4.3.jar ecj.jar
@@ -166,6 +167,7 @@
 SplitOff2: <<
   Package: %N-compiler
   Depends: gmp5-shlibs, libgmpxx5-shlibs, libmpfr4-shlibs, %N-shlibs (= 
%v-%r), libiconv, libgettext8-shlibs, libmpc2-shlibs (>= 0.9), xcode (>= 3.1.2)
+  BuildDependsOnly: False
   Description: Compiler Binaries for gcc44.
   DocFiles: gcc/COPYING gcc/COPYING.LIB
   Homepage: http://gcc.gnu.org/

Index: gcc44.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/gcc44.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- gcc44.info  24 Jun 2011 20:54:34 -0000      1.15
+++ gcc44.info  7 Jul 2011 20:09:20 -0000       1.16
@@ -1,13 +1,13 @@
 Info2: <<
 Package: gcc44
 Version: 4.4.6
-Revision: 1000
+Revision: 1001
 Source: ftp://gcc.gnu.org/pub/gcc/releases/gcc-%v/gcc-%v.tar.bz2
 Source-MD5: ab525d429ee4425050a554bc9247d6c4
 Source2: ftp://sourceware.org/pub/java/ecj-4.3.jar
 Source2-MD5: fd299f26c02268878b5d6c0e86f57c43
 PatchFile: %n.patch
-PatchFile-MD5: 52730599e0cffbf6fbe3f8bcedb5324e
+PatchFile-MD5: 2aa0a6e96829f36529620516db41d05b
 Distribution: 10.5, 10.6
 Type: -64bit -64bit
 Architecture: powerpc, i386
@@ -170,6 +170,7 @@
 SplitOff2: <<
   Package: %N-compiler
   Depends: gmp5-shlibs, libgmpxx5-shlibs, libmpfr4-shlibs, %N-shlibs (= 
%v-%r), libiconv, libgettext8-shlibs, libmpc2-shlibs (>= 0.9), xcode (>= 3.1.2)
+  BuildDependsOnly: False
   Description: Compiler Binaries for gcc44.
   DocFiles: gcc/COPYING gcc/COPYING.LIB
   Homepage: http://gcc.gnu.org/

Index: gcc45.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/gcc45.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gcc45.patch 24 Jun 2011 20:54:34 -0000      1.4
+++ gcc45.patch 7 Jul 2011 20:09:20 -0000       1.5
@@ -181,3 +181,45 @@
 @@ -0,0 +1,2 @@
 +# Ensure we don't try and use -pie, as it is incompatible with pch.
 +BOOT_LDFLAGS += `case ${host} in *-*-darwin[1][1-9]*) echo -Wl,-no_pie ;; 
esac;`
+--- gcc-4.5.4/gcc/testsuite/lib/prune.exp.orig 2011-02-15 19:06:56.000000000 
-0500
++++ gcc-4.5.4/gcc/testsuite/lib/prune.exp      2011-06-30 10:44:26.000000000 
-0400
+@@ -54,6 +54,9 @@
+     # Ignore harmless warnings from Xcode 3.2.x.
+     regsub -all "(^|\n)\[^\n\]*ld: warning: can't add line info to anonymous 
symbol\[^\n\]*" $text "" text
+ 
++    # Ignore harmless warnings from Xcode 4.0.
++    regsub -all "(^|\n)\[^\n\]*ld: warning: could not create compact unwind 
for\[^\n\]*" $text "" text
++
+     #send_user "After:$text\n"
+ 
+     return $text
+--- gcc-4.5.4/libstdc++-v3/testsuite/lib/prune.exp.orig        2011-02-15 
19:06:56.000000000 -0500
++++ gcc-4.5.4/libstdc++-v3/testsuite/lib/prune.exp     2011-06-30 
10:46:54.000000000 -0400
+@@ -30,5 +30,9 @@
+     regsub -all "(^|\n)\[^\n\]*: Additional NOP may be necessary to 
workaround Itanium processor A/B step errata" $text "" text
+     regsub -all "(^|\n)\[^\n*\]*: Assembler messages:\[^\n\]*" $text "" text
+ 
++    # Ignore harmless warnings from Xcode 4.0.
++    regsub -all "(^|\n)\[^\n\]*ld: warning: could not create compact unwind 
for\[^\n\]*" $text "" text
++
++
+     return $text
+ }
+--- gcc-4.5.4/gcc/tree-vect-stmts.c.orig       2011-05-24 21:29:28.000000000 
-0400
++++ gcc-4.5.4/gcc/tree-vect-stmts.c    2011-06-27 11:49:34.000000000 -0400
+@@ -4660,6 +4660,15 @@
+       && GET_MODE_BITSIZE (inner_mode) != TYPE_PRECISION (scalar_type))
+     return NULL_TREE;
+ 
++  /* We shouldn't end up building VECTOR_TYPEs of non-scalar components.
++     When the component mode passes the above test simply use a type
++     corresponding to that mode.  The theory is that any use that
++     would cause problems with this will disable vectorization anyway.  */
++  if (!SCALAR_FLOAT_TYPE_P (scalar_type)
++      && !INTEGRAL_TYPE_P (scalar_type)
++      && !POINTER_TYPE_P (scalar_type))
++    scalar_type = lang_hooks.types.type_for_mode (inner_mode, 1);
++
+   /* FORNOW: Only a single vector size per mode (UNITS_PER_SIMD_WORD)
+      is expected.  */
+   nunits = UNITS_PER_SIMD_WORD (inner_mode) / nbytes;

Index: gcc45.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/gcc45.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gcc45.info  24 Jun 2011 20:54:34 -0000      1.5
+++ gcc45.info  7 Jul 2011 20:09:20 -0000       1.6
@@ -1,13 +1,13 @@
 Info2: <<
 Package: gcc45
 Version: 4.5.3
-Revision: 1000
+Revision: 1001
 Source: ftp://gcc.gnu.org/pub/gcc/releases/gcc-%v/gcc-%v.tar.bz2
 Source-MD5: 8e0b5c12212e185f3e4383106bfa9cc6
 Source2: ftp://sourceware.org/pub/java/ecj-4.5.jar
 Source2-MD5: d7cd6a27c8801e66cbaa964a039ecfdb
 PatchFile: %n.patch
-PatchFile-MD5: ccb3964b1a4494e8107fcab8de618fc7
+PatchFile-MD5: 0cac54b053b098c8b2eef9978677ac9a 
 Distribution: 10.5, 10.6
 Type: -64bit -64bit
 Architecture: powerpc, i386
@@ -175,6 +175,7 @@
 SplitOff2: <<
   Package: %N-compiler
   Depends: gmp5-shlibs, libgmpxx5-shlibs, libmpfr4-shlibs, %N-shlibs (= 
%v-%r), libiconv, libgettext8-shlibs, ppl9-shlibs, cloog-shlibs (>= 0.15.11), 
libmpc2-shlibs (>= 0.9), xcode (>= 3.1.2)
+  BuildDependsOnly: False
   Description: Compiler Binaries for gcc45.
   DocFiles: gcc/COPYING gcc/COPYING.LIB
   Homepage: http://gcc.gnu.org/

Index: gcc44.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/gcc44.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gcc44.patch 24 Jun 2011 20:54:34 -0000      1.5
+++ gcc44.patch 7 Jul 2011 20:09:20 -0000       1.6
@@ -42,8 +42,50 @@
  # It may not be safe to run linking tests in AC_PROG_CC/AC_PROG_CXX.
  
  
---- gcc-4.4.6/libjava/Makefile.am.orig 2011-06-21 12:14:53.000000000 -0400
-+++ gcc-4.4.6/libjava/Makefile.am      2011-06-21 12:15:40.000000000 -0400
+--- gcc-4.4.6/libjava/configure.orig   2011-06-28 23:23:46.000000000 -0400
++++ gcc-4.4.6/libjava/configure        2011-06-28 23:48:05.000000000 -0400
+@@ -19167,9 +19167,12 @@
+         SYSTEMSPEC="-lunicows $SYSTEMSPEC"
+       fi
+     ;;
+-    *-*-darwin[912]*)
++    *-*-darwin9*)
+       SYSTEMSPEC="-allow_stack_execute"
+     ;;
++    *-*-darwin[12]*)
++      SYSTEMSPEC="-no_pie -allow_stack_execute"
++    ;;
+     *)
+       SYSTEMSPEC=
+     ;;
+--- gcc-4.4.6/libjava/configure.ac.orig        2011-06-28 23:23:46.000000000 
-0400
++++ gcc-4.4.6/libjava/configure.ac     2011-06-28 23:48:05.000000000 -0400
+@@ -853,9 +853,12 @@
+         SYSTEMSPEC="-lunicows $SYSTEMSPEC"
+       fi
+     ;;
+-    *-*-darwin[[912]]*)
++    *-*-darwin9*)
+       SYSTEMSPEC="-allow_stack_execute"
+     ;;
++    *-*-darwin[[12]]*)
++      SYSTEMSPEC="-no_pie -allow_stack_execute"
++    ;;
+     *)
+       SYSTEMSPEC=
+     ;;
+--- gcc-4.4.6/libjava/libgcj.spec.in.orig      2007-09-04 14:00:31.000000000 
-0400
++++ gcc-4.4.6/libjava/libgcj.spec.in   2011-06-28 23:48:05.000000000 -0400
+@@ -7,6 +7,6 @@
+ *startfile: @THREADSTARTFILESPEC@ %(startfileorig)
+ 
+ %rename lib liborig
+-*lib: @LD_START_STATIC_SPEC@ @LIBGCJ_SPEC@ @LD_FINISH_STATIC_SPEC@ -lm 
@LIBICONV@ @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ %(libgcc) 
@LIBSTDCXXSPEC@ %(liborig)
++*lib: @LD_START_STATIC_SPEC@ @LIBGCJ_SPEC@ @LD_FINISH_STATIC_SPEC@ -lm 
@GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ %(libgcc) @LIBSTDCXXSPEC@ 
%(liborig)
+ 
+ *jc1: @HASH_SYNC_SPEC@ @DIVIDESPEC@ @CHECKREFSPEC@ @JC1GCSPEC@ 
@EXCEPTIONSPEC@ @BACKTRACESPEC@ @IEEESPEC@ -fkeep-inline-functions
+--- gcc-4.4.6/libjava/Makefile.am.orig 2009-12-09 13:46:11.000000000 -0500
++++ gcc-4.4.6/libjava/Makefile.am      2011-06-28 23:48:05.000000000 -0400
 @@ -279,7 +279,7 @@
  libgcj_la_LDFLAGS = -rpath $(toolexeclibdir) $(THREADLDFLAGS) 
$(extra_ldflags) $(THREADLIBS) \
        $(LIBLTDL) $(SYS_ZLIBS) \
@@ -53,8 +95,8 @@
  libgcj_la_LIBADD = \
        classpath/native/fdlibm/libfdlibm.la \
        java/lang/Object.lo \
---- gcc-4.4.6/libjava/Makefile.in.orig 2011-06-21 12:14:58.000000000 -0400
-+++ gcc-4.4.6/libjava/Makefile.in      2011-06-21 12:15:17.000000000 -0400
+--- gcc-4.4.6/libjava/Makefile.in.orig 2011-04-16 04:11:00.000000000 -0400
++++ gcc-4.4.6/libjava/Makefile.in      2011-06-28 23:48:05.000000000 -0400
 @@ -921,7 +921,7 @@
  libgcj_la_LDFLAGS = -rpath $(toolexeclibdir) $(THREADLDFLAGS) 
$(extra_ldflags) $(THREADLIBS) \
        $(LIBLTDL) $(SYS_ZLIBS) \
@@ -64,13 +106,56 @@
  
  libgcj_la_LIBADD = \
        classpath/native/fdlibm/libfdlibm.la \
---- gcc-4.4.6/libjava/libgcj.spec.in.orig      2011-06-21 12:12:30.000000000 
-0400
-+++ gcc-4.4.6/libjava/libgcj.spec.in   2011-06-21 12:12:58.000000000 -0400
-@@ -7,6 +7,6 @@
- *startfile: @THREADSTARTFILESPEC@ %(startfileorig)
+--- gcc-4.4.6/configure.orig   2010-10-02 07:40:32.000000000 -0400
++++ gcc-4.4.6/configure        2011-06-28 23:48:05.000000000 -0400
+@@ -2882,6 +2882,9 @@
+     tentative_cc="/usr/cygnus/progressive/bin/gcc"
+     host_makefile_frag="config/mh-lynxrs6k"
+     ;;
++  i[3456789]86-*-darwin* | x86_64-*-darwin*)
++    host_makefile_frag="config/mh-x86-darwin"
++    ;;
+   powerpc-*-darwin*)
+     host_makefile_frag="config/mh-ppc-darwin"
+     ;;
+--- gcc-4.4.6/configure.ac.orig        2010-10-02 07:40:32.000000000 -0400
++++ gcc-4.4.6/configure.ac     2011-06-28 23:48:05.000000000 -0400
+@@ -1091,6 +1091,9 @@
+     tentative_cc="/usr/cygnus/progressive/bin/gcc"
+     host_makefile_frag="config/mh-lynxrs6k"
+     ;;
++  i[[3456789]]86-*-darwin* | x86_64-*-darwin*)
++    host_makefile_frag="config/mh-x86-darwin"
++    ;;
+   powerpc-*-darwin*)
+     host_makefile_frag="config/mh-ppc-darwin"
+     ;;
+--- /dev/null  2011-06-28 23:50:27.000000000 -0400
++++ gcc-4.4.6/config/mh-x86-darwin     2011-06-28 23:48:05.000000000 -0400
+@@ -0,0 +1,2 @@
++# Ensure we don't try and use -pie, as it is incompatible with pch.
++BOOT_LDFLAGS += `case ${host} in *-*-darwin[1][1-9]*) echo -Wl,-no_pie ;; 
esac;`
+--- gcc-4.5.4/gcc/testsuite/lib/prune.exp.orig 2011-02-15 19:06:56.000000000 
-0500
++++ gcc-4.5.4/gcc/testsuite/lib/prune.exp      2011-06-30 10:44:26.000000000 
-0400
+@@ -54,6 +54,9 @@
+     # Ignore harmless warnings from Xcode 3.2.x.
+     regsub -all "(^|\n)\[^\n\]*ld: warning: can't add line info to anonymous 
symbol\[^\n\]*" $text "" text
  
- %rename lib liborig
--*lib: @LD_START_STATIC_SPEC@ @LIBGCJ_SPEC@ @LD_FINISH_STATIC_SPEC@ -lm 
@LIBICONV@ @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ %(libgcc) 
@LIBSTDCXXSPEC@ %(liborig)
-+*lib: @LD_START_STATIC_SPEC@ @LIBGCJ_SPEC@ @LD_FINISH_STATIC_SPEC@ -lm 
@GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ %(libgcc) @LIBSTDCXXSPEC@ 
%(liborig)
++    # Ignore harmless warnings from Xcode 4.0.
++    regsub -all "(^|\n)\[^\n\]*ld: warning: could not create compact unwind 
for\[^\n\]*" $text "" text
++
+     #send_user "After:$text\n"
  
- *jc1: @HASH_SYNC_SPEC@ @DIVIDESPEC@ @CHECKREFSPEC@ @JC1GCSPEC@ 
@EXCEPTIONSPEC@ @BACKTRACESPEC@ @IEEESPEC@ -fkeep-inline-functions
+     return $text
+--- gcc-4.5.4/libstdc++-v3/testsuite/lib/prune.exp.orig        2011-02-15 
19:06:56.000000000 -0500
++++ gcc-4.5.4/libstdc++-v3/testsuite/lib/prune.exp     2011-06-30 
10:46:54.000000000 -0400
+@@ -30,5 +30,9 @@
+     regsub -all "(^|\n)\[^\n\]*: Additional NOP may be necessary to 
workaround Itanium processor A/B step errata" $text "" text
+     regsub -all "(^|\n)\[^\n*\]*: Assembler messages:\[^\n\]*" $text "" text
+ 
++    # Ignore harmless warnings from Xcode 4.0.
++    regsub -all "(^|\n)\[^\n\]*ld: warning: could not create compact unwind 
for\[^\n\]*" $text "" text
++
++
+     return $text
+ }

Index: gcc45-x86_64.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/gcc45-x86_64.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gcc45-x86_64.info   24 Jun 2011 20:54:34 -0000      1.5
+++ gcc45-x86_64.info   7 Jul 2011 20:09:20 -0000       1.6
@@ -1,13 +1,13 @@
 Info2: <<
 Package: gcc45
 Version: 4.5.3
-Revision: 1000
+Revision: 1001
 Source: ftp://gcc.gnu.org/pub/gcc/releases/gcc-%v/gcc-%v.tar.bz2
 Source-MD5: 8e0b5c12212e185f3e4383106bfa9cc6
 Source2: ftp://sourceware.org/pub/java/ecj-4.5.jar
 Source2-MD5: d7cd6a27c8801e66cbaa964a039ecfdb
 PatchFile: %n.patch
-PatchFile-MD5: ccb3964b1a4494e8107fcab8de618fc7
+PatchFile-MD5: 0cac54b053b098c8b2eef9978677ac9a 
 Distribution: 10.5, 10.6, 10.7
 Type: -64bit .
 Architecture: x86_64
@@ -21,7 +21,7 @@
 ConfigureParams: <<
  --prefix=%p/lib/gcc4.5 --mandir=%p/share/man --infodir=%p/lib/gcc4.5/info  
--enable-languages=c,c++,fortran,objc,obj-c++,java \
  --with-gmp=%p --with-libiconv-prefix=%p --with-ppl=%p --with-cloog=%p 
--with-mpc=%p --with-system-zlib \
- --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib 
--program-suffix=-fsf-4.5
+ --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib 
--program-suffix=-fsf-4.5 --enable-lto
 <<
 InfoTest: <<
    TestDepends: autogen, dejagnu
@@ -171,6 +171,7 @@
 SplitOff2: <<
   Package: %N-compiler
   Depends: gmp5-shlibs, libgmpxx5-shlibs, libmpfr4-shlibs, %N-shlibs (= 
%v-%r), libiconv, libgettext8-shlibs, ppl9-shlibs, cloog-shlibs (>= 0.15.11), 
libmpc2-shlibs (>= 0.9), xcode (>= 3.1.2)
+  BuildDependsOnly: False
   Description: Compiler Binaries for gcc45.
   DocFiles: gcc/COPYING gcc/COPYING.LIB
   Homepage: http://gcc.gnu.org/

Index: gcc44-10.4.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/gcc44-10.4.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- gcc44-10.4.info     24 Jun 2011 20:54:34 -0000      1.11
+++ gcc44-10.4.info     7 Jul 2011 20:09:20 -0000       1.12
@@ -1,13 +1,13 @@
 Info2: <<
 Package: gcc44
 Version: 4.4.6
-Revision: 1000
+Revision: 1001
 Source: ftp://gcc.gnu.org/pub/gcc/releases/gcc-%v/gcc-%v.tar.bz2
 Source-MD5: ab525d429ee4425050a554bc9247d6c4
 Source2: ftp://sourceware.org/pub/java/ecj-4.3.jar
 Source2-MD5: fd299f26c02268878b5d6c0e86f57c43
 PatchFile: %n.patch
-PatchFile-MD5: 52730599e0cffbf6fbe3f8bcedb5324e
+PatchFile-MD5: 2aa0a6e96829f36529620516db41d05b
 Distribution: 10.4
 Type: -64bit -64bit
 Architecture: powerpc, i386
@@ -158,6 +158,7 @@
 SplitOff2: <<
   Package: %N-compiler
   Depends: gmp5-shlibs, libgmpxx5-shlibs, libmpfr4-shlibs, %N-shlibs (= 
%v-%r), libiconv, libgettext8-shlibs, libmpc2-shlibs (>= 0.9), xcode (>= 2.5)
+  BuildDependsOnly: False
   Description: Compiler Binaries for gcc44.
   DocFiles: gcc/COPYING gcc/COPYING.LIB
   Homepage: http://gcc.gnu.org/

Index: gcc45-10.4.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/gcc45-10.4.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- gcc45-10.4.info     24 Jun 2011 20:54:34 -0000      1.7
+++ gcc45-10.4.info     7 Jul 2011 20:09:20 -0000       1.8
@@ -1,13 +1,13 @@
 Info2: <<
 Package: gcc45
 Version: 4.5.3
-Revision: 1000
+Revision: 1001
 Source: ftp://gcc.gnu.org/pub/gcc/releases/gcc-%v/gcc-%v.tar.bz2
 Source-MD5: 8e0b5c12212e185f3e4383106bfa9cc6
 Source2: ftp://sourceware.org/pub/java/ecj-4.5.jar
 Source2-MD5: d7cd6a27c8801e66cbaa964a039ecfdb
 PatchFile: %n.patch
-PatchFile-MD5: ccb3964b1a4494e8107fcab8de618fc7
+PatchFile-MD5: 0cac54b053b098c8b2eef9978677ac9a 
 Distribution: 10.4
 Type: -64bit -64bit
 Architecture: powerpc, i386
@@ -175,6 +175,7 @@
 SplitOff2: <<
   Package: %N-compiler
   Depends: gmp5-shlibs, libgmpxx5-shlibs, libmpfr4-shlibs, %N-shlibs (= 
%v-%r), libiconv, libgettext8-shlibs, ppl9-shlibs, cloog-shlibs (>= 0.15.11), 
libmpc2-shlibs (>= 0.9), xcode (>= 2.5)
+  BuildDependsOnly: False
   Description: Compiler Binaries for gcc45.
   DocFiles: gcc/COPYING gcc/COPYING.LIB
   Homepage: http://gcc.gnu.org/


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to