diff --git a/srcpkgs/gdb/patches/gdb-76-pid_t.patch b/srcpkgs/gdb/patches/gdb-76-pid_t.patch deleted file mode 100644 index 7ad3030c43d..00000000000 --- a/srcpkgs/gdb/patches/gdb-76-pid_t.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- gdb-7.6.2.org/gdb/common/linux-ptrace.h -+++ gdb-7.6.2/gdb/common/linux-ptrace.h -@@ -67,6 +67,7 @@ - #define __WALL 0x40000000 /* Wait for any child. */ - #endif - -+#include /* for pid_t */ - extern void linux_ptrace_attach_warnings (pid_t pid, struct buffer *buffer); - extern void linux_ptrace_init_warnings (void); - diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template index 921b7137475..8e1045bd16f 100644 --- a/srcpkgs/gdb/template +++ b/srcpkgs/gdb/template @@ -1,7 +1,7 @@ # Template file for 'gdb' pkgname=gdb -version=7.7.1 -revision=4 +version=7.8 +revision=1 patch_args="-Np1" build_style=gnu-configure configure_args="--disable-werror --disable-nls --with-system-readline --with-system-gdbinit=/etc/gdb/gdbinit" @@ -12,8 +12,8 @@ short_desc="The GNU Debugger" maintainer="Juan RP " homepage="http://www.gnu.org/software/gdb/" license="GPL-3" -distfiles="http://ftp.gnu.org/gnu/gdb/gdb-$version.tar.bz2" -checksum=0dbd5260406f1b0c70fcf027c6488527fadde0cd9bb574593491fe076eb03aa5 +distfiles="http://ftp.gnu.org/gnu/gdb/gdb-$version.tar.xz" +checksum=49c4abe174f79f54e1f9e75210ffb590d9b497d5b5200b5398c0e073a4ecb875 # Package build options build_options="gdbserver static"