diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2010-11-22 11:35:55 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2010-11-22 11:35:55 +0000 |
commit | 4c8a065e7f12122ecd7c721a647754b79cb856ed (patch) | |
tree | 60a191c2b65d0233c93a5e5c8fc14cbce0d3703e /x11/fbpanel/files/patch-plugin.c | |
parent | OPTIONize sasl2 dependency. (diff) |
Update to version 6.1
Numerous changes since last FreeBSD port version.
See CHANGELOG from distfile for details.
PR: 152338
Submitted by: Charlie Kester corky1951@comcast.net (maintainer)
Approved by: itetcu
Diffstat (limited to 'x11/fbpanel/files/patch-plugin.c')
-rw-r--r-- | x11/fbpanel/files/patch-plugin.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/x11/fbpanel/files/patch-plugin.c b/x11/fbpanel/files/patch-plugin.c deleted file mode 100644 index 31d199ea50be..000000000000 --- a/x11/fbpanel/files/patch-plugin.c +++ /dev/null @@ -1,16 +0,0 @@ ---- plugin.c~ 2007-04-21 14:28:25.000000000 +0300 -+++ plugin.c 2008-03-19 15:54:08.000000000 +0200 -@@ -65 +65,5 @@ -- -+ -+#ifdef STATIC_TCLOCK -+ REGISTER_PLUGIN_CLASS(tclock_plugin_class, 0); -+#endif -+ -@@ -101 +105,5 @@ -- -+ -+#if defined(STATIC_CPU) && defined(PLUGIN_CPU) -+ REGISTER_PLUGIN_CLASS(cpu_plugin_class, 0); -+#endif -+ |