From 1130fccd65284e4ab94c99c3a155c941b034c840 Mon Sep 17 00:00:00 2001
From: marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>
Date: Sat, 5 May 2007 05:25:43 +0000
Subject: Update to 2.19.0.

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8821 df743ca5-7f9a-e211-a948-0013205c9059
---
 x11/gdm/Makefile                        |  5 ++---
 x11/gdm/distinfo                        |  6 +++---
 x11/gdm/files/patch-common_gdm-common.c | 10 ++++++++++
 x11/gdm/files/patch-daemon_display.h    | 11 +++++++++++
 4 files changed, 26 insertions(+), 6 deletions(-)
 create mode 100644 x11/gdm/files/patch-common_gdm-common.c
 create mode 100644 x11/gdm/files/patch-daemon_display.h

diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index 990697915..4775c031a 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -3,12 +3,11 @@
 # Whom:                Joe Marcus Clarke <marcus@FreeBSD.org>
 #
 # $FreeBSD$
-#    $MCom: ports/x11/gdm/Makefile,v 1.58 2007/03/12 16:56:06 marcus Exp $
+#    $MCom: ports/x11/gdm/Makefile,v 1.60 2007/04/28 17:15:14 marcus Exp $
 #
 
 PORTNAME=	gdm
-PORTVERSION=	2.18.1
-PORTREVISION=	1
+PORTVERSION=	2.19.0
 CATEGORIES=	x11 gnome
 MASTER_SITES=	${MASTER_SITE_GNOME}
 MASTER_SITE_SUBDIR=	sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
diff --git a/x11/gdm/distinfo b/x11/gdm/distinfo
index 1b174f691..f51cf8100 100644
--- a/x11/gdm/distinfo
+++ b/x11/gdm/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/gdm-2.18.1.tar.bz2) = a80e26d98adbe485aac0f9aee64b92b1
-SHA256 (gnome2/gdm-2.18.1.tar.bz2) = 347a555305f9f19089d032685dfec1cb5a8ebae970b1c2d0e0929cd83c2c5ffd
-SIZE (gnome2/gdm-2.18.1.tar.bz2) = 3460665
+MD5 (gnome2/gdm-2.19.0.tar.bz2) = ef60844d5280c12569ccf9b7033d9df9
+SHA256 (gnome2/gdm-2.19.0.tar.bz2) = 8d814139725335efb12cb311f8657d4f59797a3e22be49a89ff9803106b0b6ac
+SIZE (gnome2/gdm-2.19.0.tar.bz2) = 3480144
diff --git a/x11/gdm/files/patch-common_gdm-common.c b/x11/gdm/files/patch-common_gdm-common.c
new file mode 100644
index 000000000..79e2603a8
--- /dev/null
+++ b/x11/gdm/files/patch-common_gdm-common.c
@@ -0,0 +1,10 @@
+--- common/gdm-common.c.orig	Sat May  5 01:16:25 2007
++++ common/gdm-common.c	Sat May  5 01:17:04 2007
+@@ -25,6 +25,7 @@
+ #include <unistd.h>
+ #include <stdlib.h>
+ #include <locale.h>
++#include <netinet/in.h>
+ 
+ #ifdef HAVE_CRT_EXTERNS_H
+ #include <crt_externs.h>
diff --git a/x11/gdm/files/patch-daemon_display.h b/x11/gdm/files/patch-daemon_display.h
new file mode 100644
index 000000000..ed489184f
--- /dev/null
+++ b/x11/gdm/files/patch-daemon_display.h
@@ -0,0 +1,11 @@
+--- daemon/display.h.orig	Sat May  5 01:17:56 2007
++++ daemon/display.h	Sat May  5 01:18:27 2007
+@@ -23,6 +23,8 @@
+ 
+ #include <X11/Xlib.h> /* for Display */
+ #include <X11/Xmd.h> /* for CARD32 */
++#include <sys/types.h>
++#include <sys/socket.h>
+ #include <netinet/in.h> /* for in_addr */
+ 
+ typedef struct _GdmDisplay GdmDisplay;
-- 
cgit v1.2.3