diff options
-rw-r--r-- | editors/gedit/distinfo | 4 | ||||
-rw-r--r-- | editors/gedit/patches/patch-aa | 14 | ||||
-rw-r--r-- | editors/gedit/patches/patch-ab | 14 |
3 files changed, 31 insertions, 1 deletions
diff --git a/editors/gedit/distinfo b/editors/gedit/distinfo index 149cb4a9e98..d424699abd1 100644 --- a/editors/gedit/distinfo +++ b/editors/gedit/distinfo @@ -1,5 +1,7 @@ -$NetBSD: distinfo,v 1.23 2006/04/12 20:00:01 drochner Exp $ +$NetBSD: distinfo,v 1.24 2006/05/06 11:08:50 joerg Exp $ SHA1 (gedit-2.14.2.tar.bz2) = 7ec97ed0de31258c79de8fa024d96a5467e72679 RMD160 (gedit-2.14.2.tar.bz2) = 5c483ac74ae60e99cbcfda158e612616fb83c284 Size (gedit-2.14.2.tar.bz2) = 2371194 bytes +SHA1 (patch-aa) = 8c60262cf3c90165c34895deedef5310c525cf1b +SHA1 (patch-ab) = 50eaa9e2bfdfc8f2df384cf894e1ffa442d62014 diff --git a/editors/gedit/patches/patch-aa b/editors/gedit/patches/patch-aa new file mode 100644 index 00000000000..505c0e4cdc0 --- /dev/null +++ b/editors/gedit/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.6 2006/05/06 11:08:50 joerg Exp $ + +--- gedit/gedit-document-loader.c.orig 2006-05-06 10:10:17.000000000 +0000 ++++ gedit/gedit-document-loader.c +@@ -32,8 +32,8 @@ + #include <config.h> + #endif + +-#include <sys/mman.h> + #include <sys/types.h> ++#include <sys/mman.h> + #include <sys/stat.h> + #include <fcntl.h> + #include <string.h> diff --git a/editors/gedit/patches/patch-ab b/editors/gedit/patches/patch-ab new file mode 100644 index 00000000000..ec72c6a2165 --- /dev/null +++ b/editors/gedit/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.3 2006/05/06 11:08:50 joerg Exp $ + +--- gedit/gedit-document-saver.c.orig 2006-05-06 10:16:41.000000000 +0000 ++++ gedit/gedit-document-saver.c +@@ -32,8 +32,8 @@ + #include <config.h> + #endif + +-#include <sys/mman.h> + #include <sys/types.h> ++#include <sys/mman.h> + #include <sys/stat.h> + #include <fcntl.h> + #include <string.h> |