aboutsummaryrefslogtreecommitdiff
path: root/devel/anjuta/files
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2010-11-20 15:37:08 +0000
committerKoop Mast <kwm@FreeBSD.org>2010-11-20 15:37:08 +0000
commit3680f27ebff58ece429c4e032f9ad84fb1372114 (patch)
tree6c5ff4664c1a779ddad350ac887e5706dbfdd4eb /devel/anjuta/files
parent02c6e6b485454dc3f5a27cbc887d9e4aaf376a36 (diff)
downloadports-3680f27ebff58ece429c4e032f9ad84fb1372114.tar.gz
ports-3680f27ebff58ece429c4e032f9ad84fb1372114.zip
Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.32/ This will be the last release of the GNOME 2.x series, mainly a bugfix and bridge release to the first release of the GNOME 3.x series. This release features commits by avl, marcus, mezz and myself. The FreeBSD GNOME Team would like to thank the following contributors and testers for there help with this release: Zane C.B. <vvelox@vvelox.net> romain@ Olaf Seibert <O.Seibert@cs.ru.nl> DomiX Bapt <baptiste.daroussin@gmail.com> jsa@ miwi@ Sergio de Almeida Lenzi <lenzi.sergio@gmail.com> Maxim Samsonov <xors@mne.ru> Kris Moore And pav@ for 2 exp-runs PR: ports/152255 ports/143260 ports/141033 ports/149629 ports/150350 ports/151523 With hat: gnome@
Notes
Notes: svn path=/head/; revision=264837
Diffstat (limited to 'devel/anjuta/files')
-rw-r--r--devel/anjuta/files/patch-plugins_gdb_debugger.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/anjuta/files/patch-plugins_gdb_debugger.c b/devel/anjuta/files/patch-plugins_gdb_debugger.c
index 3667278cc5c4..b8895a4a1fd0 100644
--- a/devel/anjuta/files/patch-plugins_gdb_debugger.c
+++ b/devel/anjuta/files/patch-plugins_gdb_debugger.c
@@ -1,11 +1,11 @@
---- plugins/gdb/debugger.c.orig 2009-12-19 15:21:02.000000000 -0500
-+++ plugins/gdb/debugger.c 2009-12-19 15:21:13.000000000 -0500
-@@ -54,7 +54,7 @@
+--- plugins/gdb/debugger.c.orig 2010-07-25 22:27:28.000000000 +0200
++++ plugins/gdb/debugger.c 2010-09-01 12:00:35.000000000 +0200
+@@ -56,7 +56,7 @@
#define GDB_PROMPT "(gdb)"
#define FILE_BUFFER_SIZE 1024
-#define GDB_PATH "gdb"
+#define GDB_PATH "gdb66"
+ #define MAX_CHILDREN 25 /* Limit the number of variable children
+ * returned by debugger */
#define SUMMARY_MAX_LENGTH 90 /* Should be smaller than 4K to be displayed
- * in GtkCellRendererCell */
-