summaryrefslogtreecommitdiff
path: root/x11-wm/xfce4/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-05-27 16:55:57 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-05-27 16:55:57 +0000
commitd2b50ba025b19ca3e328bef1fa0881af98b1cbed (patch)
tree716a8195c4039e2cf2e77563c8e2fe8b488a49ca /x11-wm/xfce4/files
parentAdd p5-POE-Component-Client-FTP 0.05, (diff)
Update to 3.8.16 and assign maintainership to ports@FreeBSD.org, because old
maintainer doesn't respond to inqueries. PR: 37281 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=60143
Diffstat (limited to 'x11-wm/xfce4/files')
-rw-r--r--x11-wm/xfce4/files/patch-xfumed.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/x11-wm/xfce4/files/patch-xfumed.c b/x11-wm/xfce4/files/patch-xfumed.c
deleted file mode 100644
index ec04814bf811..000000000000
--- a/x11-wm/xfce4/files/patch-xfumed.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- xfumed/xfumed.c.orig Wed Nov 7 13:09:02 2001
-+++ xfumed/xfumed.c Sat Mar 2 02:48:53 2002
-@@ -163,7 +163,6 @@
- g_error ("xfumed: Couldn't open file %s\n", filename);
- }
-
-- g_free (home);
- g_free (filename);
-
- if (xfmenu->ctree)
-@@ -476,7 +475,6 @@
-
- home = g_getenv ("HOME");
- filename = g_strconcat (home, "/", RCFILE, NULL);
-- g_free (home);
- backup = g_strconcat (filename, ".bak", NULL);
-
- if ((backup_fp = fopen (backup, "w")) && (fp = fopen (filename, "r")))