diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-03-22 16:27:52 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-03-22 16:27:52 +0000 |
commit | 2ed95cf46838cc48ae71d66f1ba95e6d3195aa32 (patch) | |
tree | 8dc37443c801c3b8ddb7d984f318280f93f7157c /net/bug-buddy/patches | |
parent | 261cb63f71223e28922723df25376abf88472cb8 (diff) | |
download | pkgsrc-2ed95cf46838cc48ae71d66f1ba95e6d3195aa32.tar.gz |
Update to 2.10.0:
2.10.0 ("La movida")
* Translations:
- Some translations updates
2.9.92 ("Magical Fenix")
* Translations:
- Lot of translations updates
- New Ukrainian translation of the documentation by
Maxim V. Dziumanenko <mvd@mylinux.com.ua>
2.9.91 ("Hänsel und Gretel")
* Fixes:
- Port to the new libmenu API to get the list of available applications.
- Fix the applets loading.
2.9.3 ("Wild Rose")
* Translations:
- Updated Italian, Chinese, Swedish, Estonian and German
translations.
2.9.2 ("Tres Jotas")
* Fixes:
- Use the command line option --include-file to include a file
- Skip the product/component pages if the application is
passed on the command line (also show its name in the
intro page)
* Improvements:
- Added a kill command line argument for killing that pid after
the bug report is sent (this is useful for calling bud-buddy
inside your application when a non-segfaulf crash occurs, like
in python code or scheme, etc...)
Diffstat (limited to 'net/bug-buddy/patches')
-rw-r--r-- | net/bug-buddy/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/bug-buddy/patches/patch-aa b/net/bug-buddy/patches/patch-aa new file mode 100644 index 00000000000..32b265d22b2 --- /dev/null +++ b/net/bug-buddy/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2005/03/22 16:27:52 jmmv Exp $ + +--- src/united-states-of-bug-buddy.c.orig 2004-11-21 17:48:18.000000000 +0100 ++++ src/united-states-of-bug-buddy.c +@@ -26,6 +26,7 @@ + #include "save-buddy.h" + + #include <gnome.h> ++#include <signal.h> + #include <string.h> + + #include <libgnomevfs/gnome-vfs-mime-utils.h> |