summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2004-07-17 11:03:34 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2004-07-17 11:03:34 +0000
commit2cd0b909e93d3ce475057fffdd4ff07c0d15a540 (patch)
treeff83cdc56b83bb0ee3d0e0c114928d751f460c51 /x11-plugins/wmfsm/files
parentfix empty src_uri (Manifest recommit) (diff)
downloadgentoo-2-2cd0b909e93d3ce475057fffdd4ff07c0d15a540.tar.gz
gentoo-2-2cd0b909e93d3ce475057fffdd4ff07c0d15a540.tar.bz2
gentoo-2-2cd0b909e93d3ce475057fffdd4ff07c0d15a540.zip
Change HOMEPAGE and SRC_URI in x11-plugins/wmfsm, bump to revision 0.34-r1, adding a patch to hide 'system' filesystems. Closes #50148.
Diffstat (limited to 'x11-plugins/wmfsm/files')
-rw-r--r--x11-plugins/wmfsm/files/digest-wmfsm-0.34-r11
-rw-r--r--x11-plugins/wmfsm/files/wmfsm-0.34.linux-fs.patch11
2 files changed, 12 insertions, 0 deletions
diff --git a/x11-plugins/wmfsm/files/digest-wmfsm-0.34-r1 b/x11-plugins/wmfsm/files/digest-wmfsm-0.34-r1
new file mode 100644
index 000000000000..da68c8549153
--- /dev/null
+++ b/x11-plugins/wmfsm/files/digest-wmfsm-0.34-r1
@@ -0,0 +1 @@
+MD5 5ec81127146d8340a698cc5e26a66e43 wmfsm-0.34.tar.gz 105220
diff --git a/x11-plugins/wmfsm/files/wmfsm-0.34.linux-fs.patch b/x11-plugins/wmfsm/files/wmfsm-0.34.linux-fs.patch
new file mode 100644
index 000000000000..293090acd39e
--- /dev/null
+++ b/x11-plugins/wmfsm/files/wmfsm-0.34.linux-fs.patch
@@ -0,0 +1,11 @@
+--- wmfsm.c 2002-07-13 06:06:35.000000000 +0200
++++ wmfsm.c 2004-07-17 12:31:19.686338920 +0200
+@@ -509,7 +509,7 @@
+ #if defined IRIX64 || defined(SunOS)
+ strcmp(fstype, "hwgfs") && strcmp(fstype, "autofs") && strcmp(fstype, "proc") && strcmp(fstype, "fd") && !strstr(options, "ignore")
+ #elif defined linux
+- strcmp(fstype, "proc") && strcmp(fstype, "shm")
++ strcmp(fstype, "proc") && strcmp(fstype, "tmpfs") && strcmp(fstype, "devfs") && strcmp(fstype, "ramfs") && strcmp(fstype, "sysfs") && strcmp(fstype, "devpts") && strcmp(fstype, "usbfs")
+ #else
+ 1
+ #endif