pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/rxvt-unicode Include sys/types.h before other sys/...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f46741f2ccbc
branches:  trunk
changeset: 508361:f46741f2ccbc
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Feb 18 14:06:21 2006 +0000

description:
Include sys/types.h before other sys/ headers for DragonFly.

diffstat:

 x11/rxvt-unicode/distinfo         |   4 ++--
 x11/rxvt-unicode/patches/patch-ab |  12 ++++++++----
 2 files changed, 10 insertions(+), 6 deletions(-)

diffs (35 lines):

diff -r d0438739f6b5 -r f46741f2ccbc x11/rxvt-unicode/distinfo
--- a/x11/rxvt-unicode/distinfo Sat Feb 18 13:47:55 2006 +0000
+++ b/x11/rxvt-unicode/distinfo Sat Feb 18 14:06:21 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2006/02/04 11:12:55 wiz Exp $
+$NetBSD: distinfo,v 1.6 2006/02/18 14:06:21 joerg Exp $
 
 SHA1 (rxvt-unicode-7.5.tar.bz2) = 0593bfd3086f962d063058029f3d8bb3ec8f8695
 RMD160 (rxvt-unicode-7.5.tar.bz2) = 35a32522ce741b29f172d12897b7ff3d5d1badf0
 Size (rxvt-unicode-7.5.tar.bz2) = 876045 bytes
 SHA1 (patch-aa) = 0ab263fae62b59d68af9e12da8cf3a3c7e29e93d
-SHA1 (patch-ab) = ff41b8f5797fa251cce25556ef0d719c7ea17ac1
+SHA1 (patch-ab) = e62de93fedc61cb3bf744a99681a9a73c3d7decf
diff -r d0438739f6b5 -r f46741f2ccbc x11/rxvt-unicode/patches/patch-ab
--- a/x11/rxvt-unicode/patches/patch-ab Sat Feb 18 13:47:55 2006 +0000
+++ b/x11/rxvt-unicode/patches/patch-ab Sat Feb 18 14:06:21 2006 +0000
@@ -1,10 +1,14 @@
-$NetBSD: patch-ab,v 1.1 2006/01/25 19:48:39 wiz Exp $
+$NetBSD: patch-ab,v 1.2 2006/02/18 14:06:21 joerg Exp $
 
---- src/fdpass.C.orig  2006-01-22 17:08:42.000000000 +0000
+--- src/fdpass.C.orig  2006-01-28 14:35:04.000000000 +0000
 +++ src/fdpass.C
-@@ -28,6 +28,7 @@
- #include <sys/uio.h>
+@@ -27,9 +27,10 @@
+ 
+ #include <cstddef> // needed by broken bsds for NULL used in sys/uio.h
+ 
+-#include <sys/uio.h>
  #include <sys/types.h>
++#include <sys/uio.h>
  #include <sys/socket.h>
 +#include <stddef.h>
  



Home | Main Index | Thread Index | Old Index