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

Modified Files:
        gdb.info 
Removed Files:
        gdb-7.4.info 
Log Message:
replace older gdb.info (7.1 -> 7.4)


Index: gdb.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/gdb.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gdb.info    14 Feb 2012 16:59:54 -0000      1.1
+++ gdb.info    3 Apr 2012 01:25:54 -0000       1.2
@@ -1,15 +1,18 @@
 Package: gdb
-Version: 7.1
+Version: 7.4
 Revision: 2
 Maintainer: Jack Howarth <[email protected]>
 License: GPL3
 Source: http://ftp.gnu.org/gnu/gdb/gdb-%v.tar.bz2
-Source-MD5: 21dce610476c054687b52770d2ddc657
+Source-MD5: 95a9a8305fed4d30a30a6dc28ff9d060
+PatchFile: %n.patch
+PatchFile-MD5: fce75d59977b07c8fbe39220ca6ccfa7
 SourceDirectory: gdb-%v
-Depends: python26, expat1-shlibs, libncurses5-shlibs, readline5-shlibs, 
libiconv, libgettext8-shlibs, python26-shlibs
-BuildDepends: expat1, gettext-tools, libgettext8-dev, python26, libncurses5, 
readline5, libiconv-dev, fink (>= 0.24.12)
-SetLDFLAGS: -L%p/lib/python2.6/config
-ConfigureParams: --program-prefix=fsf- --with-expat --with-python 
--disable-gdbtk --enable-tui --with-system-readline
+Depends: python27, expat1-shlibs, libncurses5-shlibs, libiconv, 
libgettext8-shlibs, python27-shlibs
+BuildDepends: expat1, gettext-tools, libgettext8-dev, python27, libncurses5, 
libiconv-dev, fink (>= 0.24.12)
+SetLDFLAGS: -L%p/lib/python2.7/config
+ConfigureParams: --program-prefix=fsf- --with-expat --with-python 
--disable-gdbtk --enable-tui --disable-werror python_prog_path=%p/bin/python2.7
+SetCFLAGS: -O2 -g -Wno-unused-value
 Architecture: x86_64, i386
 DocFiles: COPYING COPYING3 README
 InfoDocs: gdb.info gdbint.info
@@ -24,6 +27,16 @@
 The programs in this package are prefixed with fsf- (gdb is "fsf-gdb",
 etc.) to avoid conflicting with Xcode's programs of the same name.
 <<
+CompileScript: <<
+        #!/bin/sh -ev
+       if [ "%m" = "i386" ]
+       then
+               ./configure %c --enable-64-bit-bfd
+       else
+               ./configure %c
+       fi
+       make
+<<
 InstallScript:<<
 #!/bin/bash -ev
 make install DESTDIR=%d
@@ -41,3 +54,8 @@
 chmod g+s %p/bin/fsf-%n
 chmod g+s %p/bin/fsf-%ntui
 <<
+DescPort: <<
+Add 
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/darwin-nat.c.diff?cvsroot=src&r1=1.31&r2=1.32
+as backport from gdb trunk to fix i386 build. Also added the required 
--enable-64-bit-bfd to
+configure for the i386 build so it can also work with x86_64 binaries.
+<<

--- gdb-7.4.info DELETED ---


------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to