diff options
author | rnoland <rnoland@FreeBSD.org> | 2010-02-12 01:04:16 +0800 |
---|---|---|
committer | rnoland <rnoland@FreeBSD.org> | 2010-02-12 01:04:16 +0800 |
commit | 6e096aeb199747c2c28b23f9ac6318c688e38bb0 (patch) | |
tree | 5a1146cbca961cc235693f1ddfb3cf90cc9e4059 /x11-wm/libcompizconfig | |
parent | 4a95586f4f9a549b727b4cce4b8c3f2e6555e37e (diff) | |
download | freebsd-ports-gnome-6e096aeb199747c2c28b23f9ac6318c688e38bb0.tar.gz freebsd-ports-gnome-6e096aeb199747c2c28b23f9ac6318c688e38bb0.tar.zst freebsd-ports-gnome-6e096aeb199747c2c28b23f9ac6318c688e38bb0.zip |
Remove a patch that doesn't seem to be needed anymore.
Reported by: andrew deryabin <andrew@deryabin.com>
Diffstat (limited to 'x11-wm/libcompizconfig')
-rw-r--r-- | x11-wm/libcompizconfig/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/libcompizconfig/files/patch-src-compiz.cpp | 20 |
2 files changed, 1 insertions, 21 deletions
diff --git a/x11-wm/libcompizconfig/Makefile b/x11-wm/libcompizconfig/Makefile index 0f213e006be9..a8b3a3b7fa21 100644 --- a/x11-wm/libcompizconfig/Makefile +++ b/x11-wm/libcompizconfig/Makefile @@ -7,7 +7,7 @@ PORTNAME= libcompizconfig PORTVERSION= 0.8.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ diff --git a/x11-wm/libcompizconfig/files/patch-src-compiz.cpp b/x11-wm/libcompizconfig/files/patch-src-compiz.cpp deleted file mode 100644 index e9a8e39aa3c3..000000000000 --- a/x11-wm/libcompizconfig/files/patch-src-compiz.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- src/compiz.cpp.orig 2009-03-04 21:22:22.000000000 -0600 -+++ src/compiz.cpp 2009-04-06 01:58:35.000000000 -0500 -@@ -957,7 +957,7 @@ - - - static int --pluginNameFilter (const struct dirent *name) -+pluginNameFilter (struct dirent *name) - { - int length = strlen (name->d_name); - -@@ -972,7 +972,7 @@ - } - - static int --pluginXMLFilter (const struct dirent *name) -+pluginXMLFilter (struct dirent *name) - { - int length = strlen (name->d_name); - |