pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/gedit Reorder includes: sys/types.h before sys...
details: https://anonhg.NetBSD.org/pkgsrc/rev/aec1aa9d34fc
branches: trunk
changeset: 512332:aec1aa9d34fc
user: joerg <joerg%pkgsrc.org@localhost>
date: Sat May 06 11:08:50 2006 +0000
description:
Reorder includes: sys/types.h before sys/mman.h for DragonFly.
diffstat:
editors/gedit/distinfo | 4 +++-
editors/gedit/patches/patch-aa | 14 ++++++++++++++
editors/gedit/patches/patch-ab | 14 ++++++++++++++
3 files changed, 31 insertions(+), 1 deletions(-)
diffs (48 lines):
diff -r a6873180867c -r aec1aa9d34fc editors/gedit/distinfo
--- a/editors/gedit/distinfo Sat May 06 10:25:20 2006 +0000
+++ b/editors/gedit/distinfo Sat May 06 11:08:50 2006 +0000
@@ -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 -r a6873180867c -r aec1aa9d34fc editors/gedit/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/gedit/patches/patch-aa Sat May 06 11:08:50 2006 +0000
@@ -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 -r a6873180867c -r aec1aa9d34fc editors/gedit/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/gedit/patches/patch-ab Sat May 06 11:08:50 2006 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index