summaryrefslogtreecommitdiff
path: root/x11/xfce4-utils/patches
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xfce4-utils/patches')
-rw-r--r--x11/xfce4-utils/patches/patch-aa12
-rw-r--r--x11/xfce4-utils/patches/patch-ab23
-rw-r--r--x11/xfce4-utils/patches/patch-ac13
3 files changed, 6 insertions, 42 deletions
diff --git a/x11/xfce4-utils/patches/patch-aa b/x11/xfce4-utils/patches/patch-aa
index b57ffe0c515..a91f41fe58d 100644
--- a/x11/xfce4-utils/patches/patch-aa
+++ b/x11/xfce4-utils/patches/patch-aa
@@ -1,10 +1,10 @@
-$NetBSD: patch-aa,v 1.1 2005/06/15 09:04:32 hira Exp $
+$NetBSD: patch-aa,v 1.2 2007/04/12 09:55:26 martti Exp $
---- scripts/Makefile.in.orig 2005-06-13 18:05:51.000000000 +0900
-+++ scripts/Makefile.in 2005-06-13 18:07:08.000000000 +0900
-@@ -233,7 +233,7 @@
- -e 's,@sysconfdir\@,$(sysconfdir),g' \
- -e 's,@BROWSER_DEFAULT\@,@BROWSER_DEFAULT@,g'
+--- scripts/Makefile.in.orig 2006-11-05 11:08:43.000000000 +0000
++++ scripts/Makefile.in 2006-11-06 12:47:55.000000000 +0000
+@@ -239,7 +239,7 @@
+ -e 's,@BROWSER_DEFAULT\@,@BROWSER_DEFAULT@,g' \
+ -e 's,@TERMINAL_DEFAULT\@,@TERMINAL_DEFAULT@,g'
-conffilesdir = @sysconfdir@/xdg/xfce4
+conffilesdir = @datadir@/examples/xfce4
diff --git a/x11/xfce4-utils/patches/patch-ab b/x11/xfce4-utils/patches/patch-ab
deleted file mode 100644
index 31352f30591..00000000000
--- a/x11/xfce4-utils/patches/patch-ab
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2006/03/20 06:29:09 martti Exp $
-
---- scripts/xinitrc.orig 2005-11-05 19:03:34.000000000 +0200
-+++ scripts/xinitrc 2006-03-20 06:20:23.000000000 +0200
-@@ -1,8 +1,17 @@
- #!/bin/sh
-
- # fix broken $UID on some system...
-+OPSYS=`uname -s`
-+case "$OPSYS" in
-+ *SunOS*)
-+ ID_EXEC=/usr/xpg4/bin/id
-+ ;;
-+ *)
-+ ID_EXEC=id
-+ ;;
-+esac
- if test "x$UID" = "x"; then
-- UID=`id -u`
-+ UID=`$ID_EXEC -u`
- fi
-
- # create temp file for X resources
diff --git a/x11/xfce4-utils/patches/patch-ac b/x11/xfce4-utils/patches/patch-ac
deleted file mode 100644
index c838e09147c..00000000000
--- a/x11/xfce4-utils/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2006/12/12 06:19:34 martti Exp $
-
---- xfce4-about/info.c.orig 2006-12-12 08:11:49.000000000 +0000
-+++ xfce4-about/info.c 2006-12-12 08:12:02.000000000 +0000
-@@ -140,7 +140,7 @@
- gchar *path;
- gchar *hfilename;
- gchar *buf;
-- int n;
-+ gsize n;
-
- err = NULL;
-