summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-18 06:04:22 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-18 06:04:22 +0800
commit1b53d3e807bd6a8f322561ac3842ac29cf5aafd5 (patch)
tree8bd1c4ad8f9dbcf4f239a41ce0165ab062a7e97e /x11
parenta48ab1e142620b2f33b266e7888dfc9cc5820a18 (diff)
downloadmarcuscom-ports-1b53d3e807bd6a8f322561ac3842ac29cf5aafd5.tar
marcuscom-ports-1b53d3e807bd6a8f322561ac3842ac29cf5aafd5.tar.gz
marcuscom-ports-1b53d3e807bd6a8f322561ac3842ac29cf5aafd5.tar.bz2
marcuscom-ports-1b53d3e807bd6a8f322561ac3842ac29cf5aafd5.tar.lz
marcuscom-ports-1b53d3e807bd6a8f322561ac3842ac29cf5aafd5.tar.xz
marcuscom-ports-1b53d3e807bd6a8f322561ac3842ac29cf5aafd5.tar.zst
marcuscom-ports-1b53d3e807bd6a8f322561ac3842ac29cf5aafd5.zip
Add missing header files so that functions returning pointers are
properly prototyped. Reported by: Pascal Hofstee <caelian@gmail.com> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6083 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-session/Makefile3
-rw-r--r--x11/gnome-session/files/patch-gnome-session_gsm-at-startup.c10
-rw-r--r--x11/gnome-session/files/patch-gnome-session_gsm-xrandr.c10
-rw-r--r--x11/gnomesession/Makefile3
-rw-r--r--x11/gnomesession/files/patch-gnome-session_gsm-at-startup.c10
-rw-r--r--x11/gnomesession/files/patch-gnome-session_gsm-xrandr.c10
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>