Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13634

Modified Files:
        gdb.info 
Log Message:
update to 4.6.1

Index: gdb.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/gdb.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gdb.info    2 May 2013 14:54:41 -0000       1.4
+++ gdb.info    10 Sep 2013 20:35:19 -0000      1.5
@@ -1,19 +1,20 @@
+Info2: <<
 Package: gdb
-Version: 7.6
-Revision: 1
+Version: 7.6.1
+Revision: 2
 Maintainer: Jack Howarth <howa...@bromo.med.uc.edu>
 License: GPL3
 Source: http://ftp.gnu.org/gnu/gdb/gdb-%v.tar.bz2
-Source-MD5: fda57170e4d11cdde74259ca575412a8
+Source-MD5: fbc4dab4181e6e9937075b43a4ce2732
 SourceDirectory: gdb-%v
 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)
+BuildDepends: expat1, gettext-tools, libgettext8-dev, python27, libncurses5, 
libiconv-dev, texinfo (>= 5.1-2), 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
+InfoDocs: fsf-gdb.info fsf-gdbint.info
 Homepage: http://www.gnu.org/software/gdb/
 Description: The GNU Project Debugger
 DescDetail: <<
@@ -40,6 +41,14 @@
 make install DESTDIR=%d
 cd %i/share/info
 rm annotate.info configure.info stabs.info standards.info bfd.info
+infofiles="1 2 3 4 5 6 7"
+for infofile in $infofiles ; do
+ mv gdb.info-$infofile fsf-gdb.info-$infofile
+done
+mv gdb.info fsf-gdb.info
+mv gdbint.info fsf-gdbint.info
+mv gdbint.info-1 fsf-gdbint.info-1
+mv gdbint.info-2 fsf-gdbint.info-2
 
 # It seems likely that the libbfd, libopcodes, libiberty and their headers may
 # also exist in some other packages
@@ -49,9 +58,22 @@
 # Make the executables sgid procmod
 chgrp procmod %p/bin/fsf-%n
 chmod g+s %p/bin/fsf-%n
+update-alternatives --install %p/share/info/gdb.info gdb.info 
%p/share/info/fsf-gdb.info 40
+update-alternatives --install %p/share/info/gdbint.info gdbint.info 
%p/share/info/fsf-gdbint.info 40
+<<
+PreRmScript: <<
+  if [ $1 != "upgrade" ]; then
+    infofiles="gdb.info gdbint.info"
+    for infofile in $infofiles ; do
+      update-alternatives --remove $infofile %p/share/info/fsf-$infofile
+    done
+  fi
+  /usr/bin/find %p/share/gdb/python/gdb -name '*.pyc' -delete
+  /usr/bin/find %p/share/gdb/python/gdb -name '*.pyo' -delete
 <<
 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.
 <<
+<<


------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to