aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorRobert Noland <rnoland@FreeBSD.org>2010-02-11 17:04:16 +0000
committerRobert Noland <rnoland@FreeBSD.org>2010-02-11 17:04:16 +0000
commit7d47f82eb4b6b02d74a8676eb4b74030cd4b7353 (patch)
tree4ddfa9d103fcc5d1386ac5a731157a5648de17d7 /x11-wm
parent3913de68433fe47f71db86c96b9179979cc3cff2 (diff)
downloadports-7d47f82eb4b6b02d74a8676eb4b74030cd4b7353.tar.gz
ports-7d47f82eb4b6b02d74a8676eb4b74030cd4b7353.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/libcompizconfig/Makefile2
-rw-r--r--x11-wm/libcompizconfig/files/patch-src-compiz.cpp20
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);
-