aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-03-28 23:51:16 +0800
committereadler <eadler@FreeBSD.org>2013-03-28 23:51:16 +0800
commit90bf33f701948af1f7c39c8734ccd7343a700c94 (patch)
tree06488cf5d0a666243bc87a55c904edf7520f8ef2 /x11-wm
parent159424c8ed8c23b899017787e812f5b9033e7af5 (diff)
downloadfreebsd-ports-gnome-90bf33f701948af1f7c39c8734ccd7343a700c94.tar.gz
freebsd-ports-gnome-90bf33f701948af1f7c39c8734ccd7343a700c94.tar.zst
freebsd-ports-gnome-90bf33f701948af1f7c39c8734ccd7343a700c94.zip
Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by: miwi
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/libcompizconfig/Makefile5
-rw-r--r--x11-wm/libcompizconfig/files/extra-patch-src-compiz.cpp20
2 files changed, 0 insertions, 25 deletions
diff --git a/x11-wm/libcompizconfig/Makefile b/x11-wm/libcompizconfig/Makefile
index 92cfd46ddaff..a5f9b95aa876 100644
--- a/x11-wm/libcompizconfig/Makefile
+++ b/x11-wm/libcompizconfig/Makefile
@@ -31,11 +31,6 @@ INOTIFY_DESC?= Enable inotify support
.include <bsd.port.pre.mk>
-.if (${OSVERSION} < 800501) || \
- ((${OSVERSION} >= 900000) && (${OSVERSION} < 900006))
-EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-compiz.cpp
-.endif
-
.if ${PORT_OPTIONS:MINOTIFY}
LIB_DEPENDS+= inotify.0:${PORTSDIR}/devel/libinotify
LDFLAGS+= -linotify
diff --git a/x11-wm/libcompizconfig/files/extra-patch-src-compiz.cpp b/x11-wm/libcompizconfig/files/extra-patch-src-compiz.cpp
deleted file mode 100644
index e9a8e39aa3c3..000000000000
--- a/x11-wm/libcompizconfig/files/extra-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);
-