diff options
-rw-r--r-- | x11/gnome-session/Makefile | 3 | ||||
-rw-r--r-- | x11/gnome-session/files/patch-gnome-session_gsm-at-startup.c | 10 | ||||
-rw-r--r-- | x11/gnome-session/files/patch-gnome-session_gsm-xrandr.c | 10 | ||||
-rw-r--r-- | x11/gnomesession/Makefile | 3 | ||||
-rw-r--r-- | x11/gnomesession/files/patch-gnome-session_gsm-at-startup.c | 10 | ||||
-rw-r--r-- | x11/gnomesession/files/patch-gnome-session_gsm-xrandr.c | 10 |
6 files changed, 44 insertions, 2 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index 1aa0aa74e..b4f55b283 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnomesession/Makefile,v 1.80 2006/04/10 13:10:49 ahze Exp $ +# $MCom: ports/x11/gnomesession/Makefile,v 1.81 2006/04/13 07:52:40 bland Exp $ # PORTNAME= gnomesession PORTVERSION= 2.14.1 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} \ ${MASTER_SITE_LOCAL:S/$/:local/} \ diff --git a/x11/gnome-session/files/patch-gnome-session_gsm-at-startup.c b/x11/gnome-session/files/patch-gnome-session_gsm-at-startup.c new file mode 100644 index 000000000..da4950d05 --- /dev/null +++ b/x11/gnome-session/files/patch-gnome-session_gsm-at-startup.c @@ -0,0 +1,10 @@ +--- gnome-session/gsm-at-startup.c.orig Mon Apr 17 18:00:38 2006 ++++ gnome-session/gsm-at-startup.c Mon Apr 17 18:00:57 2006 +@@ -2,6 +2,7 @@ + #include <string.h> + + #include "gsm-at-startup.h" ++#include "util.h" + + #include <gdk/gdk.h> + #include <libgnome/libgnome.h> diff --git a/x11/gnome-session/files/patch-gnome-session_gsm-xrandr.c b/x11/gnome-session/files/patch-gnome-session_gsm-xrandr.c new file mode 100644 index 000000000..8eae88069 --- /dev/null +++ b/x11/gnome-session/files/patch-gnome-session_gsm-xrandr.c @@ -0,0 +1,10 @@ +--- gnome-session/gsm-xrandr.c.orig Mon Apr 17 17:59:38 2006 ++++ gnome-session/gsm-xrandr.c Mon Apr 17 17:59:50 2006 +@@ -3,6 +3,7 @@ + #include <gconf/gconf-client.h> + + #include "gsm-xrandr.h" ++#include "util.h" + + #ifdef HAVE_RANDR + #include <stdio.h> diff --git a/x11/gnomesession/Makefile b/x11/gnomesession/Makefile index 1aa0aa74e..b4f55b283 100644 --- a/x11/gnomesession/Makefile +++ b/x11/gnomesession/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnomesession/Makefile,v 1.80 2006/04/10 13:10:49 ahze Exp $ +# $MCom: ports/x11/gnomesession/Makefile,v 1.81 2006/04/13 07:52:40 bland Exp $ # PORTNAME= gnomesession PORTVERSION= 2.14.1 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} \ ${MASTER_SITE_LOCAL:S/$/:local/} \ diff --git a/x11/gnomesession/files/patch-gnome-session_gsm-at-startup.c b/x11/gnomesession/files/patch-gnome-session_gsm-at-startup.c new file mode 100644 index 000000000..da4950d05 --- /dev/null +++ b/x11/gnomesession/files/patch-gnome-session_gsm-at-startup.c @@ -0,0 +1,10 @@ +--- gnome-session/gsm-at-startup.c.orig Mon Apr 17 18:00:38 2006 ++++ gnome-session/gsm-at-startup.c Mon Apr 17 18:00:57 2006 +@@ -2,6 +2,7 @@ + #include <string.h> + + #include "gsm-at-startup.h" ++#include "util.h" + + #include <gdk/gdk.h> + #include <libgnome/libgnome.h> diff --git a/x11/gnomesession/files/patch-gnome-session_gsm-xrandr.c b/x11/gnomesession/files/patch-gnome-session_gsm-xrandr.c new file mode 100644 index 000000000..8eae88069 --- /dev/null +++ b/x11/gnomesession/files/patch-gnome-session_gsm-xrandr.c @@ -0,0 +1,10 @@ +--- gnome-session/gsm-xrandr.c.orig Mon Apr 17 17:59:38 2006 ++++ gnome-session/gsm-xrandr.c Mon Apr 17 17:59:50 2006 +@@ -3,6 +3,7 @@ + #include <gconf/gconf-client.h> + + #include "gsm-xrandr.h" ++#include "util.h" + + #ifdef HAVE_RANDR + #include <stdio.h> |