diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2009-03-17 09:10:03 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2009-03-17 09:10:03 +0000 |
commit | fc5080e9d6fe9aaa289e8d94c4c31c2118192d81 (patch) | |
tree | dc7e4ffdc1925217ddc260825be60a34030bb1e8 /net/bug-buddy/patches | |
parent | 763e72573b0670ddd2b0f93df44266a3b4556a4f (diff) | |
download | pkgsrc-fc5080e9d6fe9aaa289e8d94c4c31c2118192d81.tar.gz |
Update bug-buddy to 2.26.0.
2.26.0
* Don't hardcode a scrollkeeper check in the configure script.
2.25.91
* Build correctly with --disable-eds.
2.25.2
* Fix a segfault (Josseline Mouette).
* Don't free uninitialized memory.
2.25.1 ("The Feel-Good vibe")
* Drop libgnome and libgnomeui dependencies.
* Make google-breakpad support optional (but enabled by default).
Thanks to Sjoerd Simons.
* Obtain the real path of the crashed process by looking in /proc.
Thanks to Sam Morris and Matt Keenan.
* Add an option to delete the included file after bug-buddy has
processed it.
* Implement a logger for pasting critical and fatal warnings in the
stacktraces.
* Include the loaded GTK+ modules in the stacktraces sent to bugzilla.
* Update google-breakpad to SVN r290.
* Compile with all the GLib/GTK+ deprecation flags.
Diffstat (limited to 'net/bug-buddy/patches')
-rw-r--r-- | net/bug-buddy/patches/patch-aa | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/bug-buddy/patches/patch-aa b/net/bug-buddy/patches/patch-aa index ccd56534083..98620707dbb 100644 --- a/net/bug-buddy/patches/patch-aa +++ b/net/bug-buddy/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.5 2008/12/24 03:05:16 jmcneill Exp $ +$NetBSD: patch-aa,v 1.6 2009/03/17 09:10:03 jmcneill Exp $ ---- configure.in.orig 2008-12-23 21:57:53.000000000 -0500 -+++ configure.in 2008-12-23 22:00:01.000000000 -0500 -@@ -123,7 +123,7 @@ +--- configure.in.orig 2009-03-16 20:20:15.000000000 -0400 ++++ configure.in +@@ -116,7 +116,7 @@ AM_CONDITIONAL(USE_GOOGLE_BREAKPAD, test AM_CONDITIONAL(BREAKPAD_SOLARIS, test x$solaris = xyes) AM_CONDITIONAL(BREAKPAD_LINUX, test x$linux = xyes) @@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.5 2008/12/24 03:05:16 jmcneill Exp $ PKG_CHECK_MODULES(GNOME_BREAKPAD, [ $GDK_REQUIRED -@@ -131,6 +131,18 @@ +@@ -124,6 +124,18 @@ PKG_CHECK_MODULES(GNOME_BREAKPAD, AC_SUBST(GNOME_BREAKPAD_CFLAGS) AC_SUBST(GNOME_BREAKPAD_LIBS) @@ -28,5 +28,5 @@ $NetBSD: patch-aa,v 1.5 2008/12/24 03:05:16 jmcneill Exp $ +GNOME_BREAKPAD_CFLAGS="$GNOME_BREAKPAD_CFLAGS $X11_CFLAGS $XLIB_CFLAGS" +GNOME_BREAKPAD_LIBS="$GNOME_BREAKPAD_LIBS $X11_LIBS $XLIB_LIBS" - PKG_CHECK_MODULES(GNOME_CRASH, $LIBGNOMEUI_REQUIRED) + PKG_CHECK_MODULES(GNOME_CRASH, $GTK_REQUIRED) AC_SUBST(GNOME_CRASH_CFLAGS) |