From 6c3eb8e0bfbdc29d268205e2c21677457a5c3ef1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 14 Nov 2011 21:19:45 +0100 Subject: [PATCH] gdb: update to 7.3.1. --- srcpkgs/gdb/gdb.rshlibs | 9 +++++++++ srcpkgs/gdb/template | 12 +++--------- 2 files changed, 12 insertions(+), 9 deletions(-) create mode 100644 srcpkgs/gdb/gdb.rshlibs diff --git a/srcpkgs/gdb/gdb.rshlibs b/srcpkgs/gdb/gdb.rshlibs new file mode 100644 index 00000000000..2ce741d2acb --- /dev/null +++ b/srcpkgs/gdb/gdb.rshlibs @@ -0,0 +1,9 @@ +libreadline.so.6 +libncursesw.so.6 +libz.so.1 +libm.so.6 +libpthread.so.0 +libdl.so.2 +libpython2.7.so.1.0 +libexpat.so.1 +libc.so.6 diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template index bea70d4fc71..b19608e117d 100644 --- a/srcpkgs/gdb/template +++ b/srcpkgs/gdb/template @@ -1,6 +1,6 @@ # Template file for 'gdb' pkgname=gdb -version=7.3 +version=7.3.1 distfiles="http://ftp.gnu.org/gnu/gdb/gdb-$version.tar.bz2" build_style=gnu-configure configure_args="--disable-nls --with-system-readline @@ -9,7 +9,7 @@ short_desc="The GNU Debugger" maintainer="Juan RP " homepage="http://www.gnu.org/software/gdb/" license="GPL-3" -checksum=f9edc83ed921660b77aa2b2fc168b81639aab0f49a94d4b38f2f01bf51d5d2ba +checksum=6d7bff716fde98d03866a1b747c0929ee7dba49bca13e01d975e0b0fa9b33a28 long_desc=" The purpose of a debugger such as GDB is to allow you to see what is going on inside another program while it executes--or what @@ -26,15 +26,9 @@ long_desc=" correcting the effects of one bug and go on to learn about another." +pycompile_dirs="usr/share/gdb/python/gdb" conf_files="/etc/gdb/gdbinit" -Add_dependency run glibc -Add_dependency run expat -Add_dependency run ncurses-libs -Add_dependency run zlib -Add_dependency run readline -Add_dependency run python - Add_dependency build texinfo Add_dependency build ncurses-devel Add_dependency build zlib-devel