Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25381

Modified Files:
        arm-binutils.info binutils-docs.info 
Added Files:
        i386-binutils.info 
Log Message:
upstream update and new packaging for i386 tools

Index: arm-binutils.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/arm-binutils.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- arm-binutils.info   3 Oct 2009 22:19:16 -0000       1.1
+++ arm-binutils.info   19 Oct 2009 23:52:56 -0000      1.2
@@ -1,20 +1,24 @@
 Info2: <<
 Package: arm%type_pkg[platform]-binutils
-Version: 2.19.1
+Version: 2.20
 Revision: 1
 Type: platform (-linux -wince -gba -nds)
 # tried, but not yet working or needed: palmos symbian linux-eabi non-eabi 
gba-eabi gba-elf agb-elf elf
-Architecture: powerpc, i386, x86-64
+Architecture: powerpc, i386, x86_64
 Description: GNU binutils for arm%type_pkg[platform]
 License: LGPL
 
 Source: mirror:gnu:binutils/binutils-%v.tar.bz2
-Source-MD5: 09a8c5821a2dfdbb20665bc0bd680791
+Source-MD5: ee2d3e996e9a2d669808713360fa96f8
 
 SourceDirectory: binutils-%v
 
+PatchScript: <<
+  sed -i.bak 's|stat64|stat|g' binutils/strings.c
+<<
+
 ConfigureParams: <<
-  --disable-nls  \
+  --disable-nls \
   --target=arm%type_pkg[platform]  \
   --prefix=%p/lib/arm%type_pkg[platform] \
   --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
@@ -43,7 +47,6 @@
 /sw/lib/arm%type_pkg[platform] and the binaries are put into /sw/bin .
 All xxx files renamed to arm%type_pkg[platform]-xxx.info to avoid clashes
 with other potential toolchains.
-TODO: Native Language Support
 <<
 
 Homepage: http://www.gnu.org/software/binutils/

Index: binutils-docs.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/binutils-docs.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- binutils-docs.info  3 Oct 2009 16:55:44 -0000       1.1
+++ binutils-docs.info  19 Oct 2009 23:52:56 -0000      1.2
@@ -1,12 +1,12 @@
 Package: binutils-docs
-Version: 2.19.1
+Version: 2.20
 Revision: 1
 Architecture: powerpc, i386, x86_64
 Description: Documentation for the GNU binutils
 License: LGPL
 
 Source: mirror:gnu:binutils/binutils-%v.tar.bz2
-Source-MD5: 09a8c5821a2dfdbb20665bc0bd680791
+Source-MD5: ee2d3e996e9a2d669808713360fa96f8
 
 SourceDirectory: binutils-%v
 
@@ -14,10 +14,11 @@
 
 CompileScript: <<
 #!/bin/sh -ev
-# we save the long lasting ./configure command and just take the commands 
+
+# save the long lasting ./configure command and just execute the commands 
   cd binutils/doc
-  texi2dvi -I "." -I "../../libiberty" -I "../../bfd/doc" -I ../../bfd/doc 
--pdf --batch -o binutils.pdf `test -f 'binutils.texi' || echo 
'./'`binutils.texi
-  makeinfo --html -I "." -I "../../libiberty" -I "../../bfd/doc" -I 
../../bfd/doc -I . -o binutils.html `test -f 'binutils.texi' || echo 
'./'`binutils.texi
+  texi2dvi        -I "." -I "../../libiberty" -I "../../bfd/doc" -I 
../../bfd/doc --pdf --batch -o binutils.pdf  `test -f 'binutils.texi' || echo 
'./'`binutils.texi
+  makeinfo --html -I "." -I "../../libiberty" -I "../../bfd/doc" -I 
../../bfd/doc -I .          -o binutils.html `test -f 'binutils.texi' || echo 
'./'`binutils.texi
 <<
 
 InstallScript: <<

--- NEW FILE: i386-binutils.info ---
Info2: <<
Package: i386%type_pkg[platform]-binutils
Version: 2.20
Revision: 1
Type: platform (-win32 -linux -freebsd -solaris)
# tried, but not yet working or needed: wince os2 go32v2 symbian netbsd openbsd 
beos haiku qnx netware wdosx emx watcom netwlibc
Architecture: powerpc, i386, x86_64
Description: GNU binutils for 32 bit %type_pkg[platform]
License: LGPL

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

SourceDirectory: binutils-%v

PatchScript: <<
  sed -i.bak 's|stat64|stat|g' binutils/strings.c
<<

ConfigureParams: <<
  --disable-nls \
  (%type_pkg[platform]  = "-win32")  --target=i386-mingw32 \
  (%type_pkg[platform] != "-win32")  --target=i386%type_pkg[platform] \
  --prefix=%p/lib/i386%type_pkg[platform] \
  --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
  --program-prefix=i386%type_pkg[platform]- \ 
  --disable-werror 
<<

InstallScript: <<
#!/bin/sh -ev
  /usr/bin/make install DESTDIR=%d
  /bin/rm -vrf %i/lib/i386%type_pkg[platform]/lib/

  for file_name in %i/share/info/*
  do
    new_file_name=`/bin/echo ${file_name} | /usr/bin/sed -e 
"s|%i/share/info/|%i/share/info/i386%type_pkg[platform]-|g"`
    mv ${file_name} ${new_file_name}
  done
<<

DocFiles: README COPYING*

InfoDocs: i386%type_pkg[platform]-as.info i386%type_pkg[platform]-bfd.info 
i386%type_pkg[platform]-binutils.info i386%type_pkg[platform]-configure.info 
i386%type_pkg[platform]-gprof.info i386%type_pkg[platform]-ld.info 
i386%type_pkg[platform]-standards.info

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

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

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


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to