Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv7920/10.4/stable/main/finkinfo/devel

Modified Files:
        arm-binutils.info i386-binutils.info powerpc-binutils.info 
        x86-64-binutils.info 
Added Files:
        sparc-binutils.info 
Log Message:
update binutils to 0.21.1 and push to 10.7

Index: arm-binutils.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/arm-binutils.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- arm-binutils.info   16 Aug 2011 10:37:25 -0000      1.12
+++ arm-binutils.info   29 Sep 2011 19:23:06 -0000      1.13
@@ -1,7 +1,7 @@
 Info2: <<
 Package: arm-%type_pkg[platform]-binutils
-Version: 2.21
-Revision: 2
+Version: 2.21.1
+Revision: 1
 Type: platform (linux wince none-eabi gba)
 # tried, but not yet working or needed:
 # palmos symbian linux-eabi gba-eabi gba-elf agb-elf elf
@@ -10,7 +10,7 @@
 License: LGPL
 
 Source: mirror:gnu:binutils/binutils-%v.tar.bz2
-Source-MD5: c84c5acc9d266f1a7044b51c85a823f5
+Source-MD5: a22801a9cad45c85e9ff6afc10537d72
 
 SourceDirectory: binutils-%v
 
@@ -29,6 +29,13 @@
   --disable-werror --disable-nls
 <<
 
+CompileScript: <<
+#!/bin/sh -ev
+  ./configure %c
+  num_cpu=$(echo `sysctl -n hw.ncpu`)
+  make -j $num_cpu
+<<
+
 InstallScript: <<
 #!/bin/sh -ev
   make install DESTDIR=%d

Index: i386-binutils.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/i386-binutils.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- i386-binutils.info  14 Aug 2011 14:38:25 -0000      1.5
+++ i386-binutils.info  29 Sep 2011 19:23:06 -0000      1.6
@@ -1,7 +1,7 @@
 Info2: <<
 Package: i386-%type_pkg[platform]-binutils
-Version: 2.21
-Revision: 3
+Version: 2.21.1
+Revision: 1
 Type: platform (linux freebsd netbsd solaris beos win32 wince msdosdjgpp 
go32v2 netware)
 # tried, but not yet working or needed:
 # openbsd os2 symbian haiku qnx wdosx emx watcom netwlibc
@@ -10,7 +10,7 @@
 License: LGPL
 
 Source: mirror:gnu:binutils/binutils-%v.tar.bz2
-Source-MD5: c84c5acc9d266f1a7044b51c85a823f5
+Source-MD5: a22801a9cad45c85e9ff6afc10537d72
 
 SourceDirectory: binutils-%v
 
@@ -25,6 +25,13 @@
   --disable-werror
 <<
 
+CompileScript: <<
+#!/bin/sh -ev
+  ./configure %c
+  num_cpu=$(echo `sysctl -n hw.ncpu`)
+  make -j $num_cpu
+<<
+
 InstallScript: <<
 #!/bin/sh -ev
   make install DESTDIR=%d

Index: powerpc-binutils.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/powerpc-binutils.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- powerpc-binutils.info       24 Jul 2011 17:17:23 -0000      1.4
+++ powerpc-binutils.info       29 Sep 2011 19:23:06 -0000      1.5
@@ -1,7 +1,7 @@
 Info2: <<
 Package: powerpc-%type_pkg[platform]-binutils
-Version: 2.21
-Revision: 2
+Version: 2.21.1
+Revision: 1
 Type: platform (linux freebsd netbsd openbsd macos)
 # tried, but not yet working or needed:
 # amigaos morphos   
@@ -10,7 +10,7 @@
 License: LGPL
 
 Source: mirror:gnu:binutils/binutils-%v.tar.bz2
-Source-MD5: c84c5acc9d266f1a7044b51c85a823f5
+Source-MD5: a22801a9cad45c85e9ff6afc10537d72
 
 SourceDirectory: binutils-%v
 
@@ -22,6 +22,13 @@
   --disable-werror
 <<
 
+CompileScript: <<
+#!/bin/sh -ev
+  ./configure %c
+  num_cpu=$(echo `sysctl -n hw.ncpu`)
+  make -j $num_cpu
+<<
+
 InstallScript: <<
 #!/bin/sh -ev
   make install DESTDIR=%d
@@ -34,8 +41,8 @@
 DescPort: <<
 Like 'avr-binutils' package, lib & include folders have been moved to 
 /sw/lib/powerpc-%type_pkg[platform] and the binaries are put into /sw/bin.
-All xxx files are renamed to powerpc-%type_pkg[platform]-xxx.info to avoid
-clashes with other potential toolchains.
+All xxx.info files are removed to avoid clashes with other potential
+toolchains.
 <<
 
 Homepage: http://www.gnu.org/software/binutils/

--- NEW FILE: sparc-binutils.info ---
Info2: <<
Package: sparc-%type_pkg[platform]-binutils
Version: 2.21.1
Revision: 1
Type: platform (linux solaris netbsd)
# tried, but not yet working or needed: freebsd openbsd embedded
Architecture: powerpc, i386, x86_64
Description: GNU binutils for sparc-%type_pkg[platform]
License: LGPL

Source: mirror:gnu:binutils/binutils-%v.tar.bz2
Source-MD5: a22801a9cad45c85e9ff6afc10537d72

SourceDirectory: binutils-%v

ConfigureParams: <<
  --target=sparc-%type_pkg[platform]  \
  --prefix=%p/lib/sparc-%type_pkg[platform] \
  --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
  --program-prefix=sparc-%type_pkg[platform]-                   \
  --disable-werror
<<

CompileScript: <<
#!/bin/sh -ev
  ./configure %c
  num_cpu=$(echo `sysctl -n hw.ncpu`)
  make -j $num_cpu
<<

InstallScript: <<
#!/bin/sh -ev
  make install DESTDIR=%d
  rm -fr %i/lib/sparc-%type_pkg[platform]/lib/
  rm -fr %i/share/info

  if [ "%type_pkg[platform]" = "solaris" ]; then
    ln -s %p/bin/sparc-%type_pkg[platform]-as 
%i/bin/sparc-%type_pkg[platform]-gas
  fi
  if [ "%type_pkg[platform]" = "solaris" ]; then
    ln -s %p/bin/sparc-%type_pkg[platform]-ar 
%i/bin/sparc-%type_pkg[platform]-gar
  fi
  if [ "%type_pkg[platform]" = "solaris" ]; then
    ln -s %p/bin/sparc-%type_pkg[platform]-ld 
%i/bin/sparc-%type_pkg[platform]-gld
  fi
<<

DocFiles: README COPYING* MAINTAINERS

DescPort: <<
Like 'avr-binutils' package, lib & include folders have been moved to 
/sw/lib/sparc-%type_pkg[platform] and the binaries are put into /sw/bin.
All xxx.info files are removed to avoid clashes with other potential
toolchains.
<<

Homepage: http://www.gnu.org/software/binutils/

Maintainer: Karl-Michael Schindler <karl-michael.schind...@web.de>
<<

Index: x86-64-binutils.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/x86-64-binutils.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- x86-64-binutils.info        24 Jul 2011 17:17:23 -0000      1.4
+++ x86-64-binutils.info        29 Sep 2011 19:23:06 -0000      1.5
@@ -1,7 +1,7 @@
 Info2: <<
 Package: x86-64-%type_pkg[platform]-binutils
-Version: 2.21
-Revision: 2
+Version: 2.21.1
+Revision: 1
 Type: platform (win64 linux freebsd)
 Architecture: powerpc, i386, x86_64
 Description: GNU binutils for 64 bit %type_pkg[platform]
@@ -10,7 +10,7 @@
 Replaces: x86-64-w64-mingw32-binutils
 
 Source: mirror:gnu:binutils/binutils-%v.tar.bz2
-Source-MD5: c84c5acc9d266f1a7044b51c85a823f5
+Source-MD5: a22801a9cad45c85e9ff6afc10537d72
 
 SourceDirectory: binutils-%v
 
@@ -23,6 +23,13 @@
   --disable-werror
 <<
 
+CompileScript: <<
+#!/bin/sh -ev
+  ./configure %c
+  num_cpu=$(echo `sysctl -n hw.ncpu`)
+  make -j $num_cpu
+<<
+
 InstallScript: <<
 #!/bin/sh -ev
   make install DESTDIR=%d
@@ -35,8 +42,8 @@
 DescPort: <<
 Like 'avr-binutils' package, lib & include folders have been moved to 
 /sw/lib/x86_64-%type_pkg[platform] and the binaries are put into /sw/bin.
-All xxx files are renamed to x86_64-%type_pkg[platform]-xxx.info to avoid 
-clashes with other potential toolchains.
+All xxx.info files are removed to avoid clashes with other potential
+toolchains.
 <<
 
 Homepage: http://www.gnu.org/software/binutils/


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to