pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gdm Fix build on DragonFly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3eb79efb6bc5
branches:  trunk
changeset: 513071:3eb79efb6bc5
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat May 20 17:26:15 2006 +0000

description:
Fix build on DragonFly.

diffstat:

 x11/gdm/distinfo         |   4 +++-
 x11/gdm/patches/patch-ab |  12 ++++++++++++
 x11/gdm/patches/patch-ac |  12 ++++++++++++
 3 files changed, 27 insertions(+), 1 deletions(-)

diffs (47 lines):

diff -r f1d7032dd6ef -r 3eb79efb6bc5 x11/gdm/distinfo
--- a/x11/gdm/distinfo  Sat May 20 14:26:00 2006 +0000
+++ b/x11/gdm/distinfo  Sat May 20 17:26:15 2006 +0000
@@ -1,8 +1,10 @@
-$NetBSD: distinfo,v 1.38 2006/05/05 10:40:12 drochner Exp $
+$NetBSD: distinfo,v 1.39 2006/05/20 17:26:15 joerg Exp $
 
 SHA1 (gdm-2.14.5.tar.bz2) = 00757ebfb29f67ffb2c7d01121ab95432c7f898e
 RMD160 (gdm-2.14.5.tar.bz2) = 17aceb6eaed470efff4acb95acdd4fe702c6c3df
 Size (gdm-2.14.5.tar.bz2) = 3041754 bytes
 SHA1 (patch-aa) = 2b7112cd5670f99b261765f47a6b70b73c0f42a0
+SHA1 (patch-ab) = b5dde01828ce7289e53af319c92532b1231ca593
+SHA1 (patch-ac) = 69b3539e50af0b32207b9ffeb7cb01645c9ece3c
 SHA1 (patch-ae) = 87f26d19ec42eacef853df1b0cf680dae102d3fd
 SHA1 (patch-ak) = e3eaf2dfa1e393f9808d22fe4384710a46a83afc
diff -r f1d7032dd6ef -r 3eb79efb6bc5 x11/gdm/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gdm/patches/patch-ab  Sat May 20 17:26:15 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.15 2006/05/20 17:26:16 joerg Exp $
+
+--- daemon/gdmconfig.c.orig    2006-05-20 16:43:50.000000000 +0000
++++ daemon/gdmconfig.c
+@@ -38,6 +38,7 @@
+ #include <ctype.h>
+ #include <fcntl.h>
+ #include <sys/types.h>
++#include <sys/time.h>
+ #include <sys/resource.h>
+ #include <sys/stat.h>
+ #include <signal.h>
diff -r f1d7032dd6ef -r 3eb79efb6bc5 x11/gdm/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gdm/patches/patch-ac  Sat May 20 17:26:15 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.7 2006/05/20 17:26:16 joerg Exp $
+
+--- daemon/server.c.orig       2006-05-20 16:59:28.000000000 +0000
++++ daemon/server.c
+@@ -28,6 +28,7 @@
+ #include <pwd.h>
+ #include <grp.h>
+ #include <sys/types.h>
++#include <sys/time.h>
+ #include <sys/resource.h>
+ #include <sys/stat.h>
+ #include <sys/wait.h>



Home | Main Index | Thread Index | Old Index