summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--x11/gdm/Makefile5
-rw-r--r--x11/gdm/distinfo6
-rw-r--r--x11/gdm/files/patch-common_gdm-common.c10
-rw-r--r--x11/gdm/files/patch-daemon_display.h11
4 files changed, 26 insertions, 6 deletions
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;