Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9470
Modified Files:
gcc43.info
Log Message:
update to gcc 4.3.3
Index: gcc43.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/gcc43.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- gcc43.info 12 Jan 2009 04:51:21 -0000 1.7
+++ gcc43.info 24 Jan 2009 17:36:35 -0000 1.8
@@ -1,33 +1,34 @@
Info2: <<
Package: gcc43
-Version: 4.3.2
+Version: 4.3.3
Revision: 1000
Source: ftp://gcc.gnu.org/pub/gcc/releases/gcc-%v/gcc-%v.tar.bz2
-Source-MD5: 5dfac5da961ecd5f227c3175859a486d
+Source-MD5: cc3c5565fdb9ab87a05ddb106ba0bd1f
Source2: ftp://sourceware.org/pub/java/ecj-latest.jar
Source2-MD5: fd299f26c02268878b5d6c0e86f57c43
+PatchFile: %n.patch
+PatchFile-MD5: d2670aa8d5fe01e4eb8b3fc541120502
Type: -64bit
NoSetCPPFLAGS: True
NoSetLDFLAGS: True
Conflicts: gcc4, gcc42, gcc44
Replaces: gcc4, gcc42, gcc44
-Depends: gmp-shlibs (>= 4.2.3-1000), libmpfr1-shlibs (>= 2.3.1-1), %N-shlibs
(>= %v-%r), libiconv, libgettext3-shlibs, xcode (>= 2.5)
-BuildDepends: gmp (>= 4.2.3-1000), libmpfr1 (>= 2.3.1-1), libiconv-dev,
gettext-tools, libgettext3-dev, xcode (>= 2.5), fink (>= 0.24.12-1)
+Depends: gmp-shlibs (>= 4.2.3-1000), libmpfr1-shlibs (>= 2.3.2-1), %N-shlibs
(>= %v-%r), libiconv, libgettext3-shlibs, xcode (>= 2.5)
+BuildDepends: gmp (>= 4.2.3-1000), libmpfr1 (>= 2.3.2-1), libiconv-dev,
gettext-tools, libgettext3-dev, xcode (>= 2.5), fink (>= 0.24.12)
ConfigureParams: <<
--prefix=%p/lib/gcc4.3 --mandir=%p/share/man --infodir=%p/share/info
--enable-languages=c,c++,fortran,objc,java \
`cc -v 2>&1|grep '^Configured'|tr ' ' '\n'|egrep
'^\-\-(with\-(arch|tune)|host)='|sed
's|--with-arch=apple|--with-arch=nocona|g'|sed 's|--host|--build|g'|xargs` \
--with-gmp=%p --with-libiconv-prefix=%p --with-system-zlib
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
--disable-libjava-multilib
<<
-PatchFile: %n.patch
-PatchFile-MD5: d2670aa8d5fe01e4eb8b3fc541120502
CompileScript: <<
- #!/bin/sh -ev
+ #!/bin/bash -ev
ulimit -s `ulimit -s`
mv ../ecj-latest.jar ecj.jar
mkdir ../darwin_objdir
cd ../darwin_objdir
../gcc-%v/configure %c
- make
+ num_cpu=$(echo `sysctl -n hw.ncpu`)
+ make -j $num_cpu
## make check requires autogen, dejagnu and expect, and should be run, in
darwin_objdir, after install.
## on 32-bit processors use
# make -k check
@@ -101,7 +102,7 @@
%p/lib/gcc4.3/lib/libssp.0.dylib 1.0.0 %n (>= 4.1-1) 32
%p/lib/gcc4.3/lib/libobjc-gnu.2.dylib 3.0.0 %n (>= 20050130-5) 32
%p/lib/gcc4.3/lib/libgomp.1.dylib 2.0.0 %n (>= 2:4.1.99-20060513) 32
- %p/lib/gcc4.3/lib/gcj-4.3.2-9/libjvm.dylib 0.0.0 %n (>= 4.1-1) 32
+ %p/lib/gcc4.3/lib/gcj-4.3.3-9/libjvm.dylib 0.0.0 %n (>= 4.1-1) 32
%p/lib/gcc4.3/%lib/libgfortran.3.dylib 4.0.0 %n (>= 4.3-20070711) 64
%p/lib/gcc4.3/%lib/libffi.4.dylib 5.0.0 %n (>= 20050130-5) 64
%p/lib/gcc4.3/%lib/libstdc++.6.dylib 7.0.0 %n (>= 4.1-1) 64
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs