aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/ede/files
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-09-05 11:32:17 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-09-05 11:32:17 +0000
commitbad7acb52af8fc7193f12d8b249befe6e9b514e4 (patch)
tree752d52f1c03795d34d15f7f3ed9b4d83e797a1b0 /x11-wm/ede/files
parent8ba8699192deadfe381267e5a24e8d55705526d1 (diff)
downloadports-bad7acb52af8fc7193f12d8b249befe6e9b514e4.tar.gz
ports-bad7acb52af8fc7193f12d8b249befe6e9b514e4.zip
- Update to 1.0.4
Notes
Notes: svn path=/head/; revision=141984
Diffstat (limited to 'x11-wm/ede/files')
-rw-r--r--x11-wm/ede/files/patch-elauncher-elauncher.h10
-rw-r--r--x11-wm/ede/files/patch-eworkpanel::cpumonitor.cpp11
-rw-r--r--x11-wm/ede/files/patch-eworkpanel::cpumonitor.h11
3 files changed, 0 insertions, 32 deletions
diff --git a/x11-wm/ede/files/patch-elauncher-elauncher.h b/x11-wm/ede/files/patch-elauncher-elauncher.h
deleted file mode 100644
index 4184cbab43f2..000000000000
--- a/x11-wm/ede/files/patch-elauncher-elauncher.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- elauncher/elauncher.h.orig Wed Jul 20 11:30:44 2005
-+++ elauncher/elauncher.h Wed Jul 20 11:32:49 2005
-@@ -13,6 +13,7 @@
- #include <sys/types.h>
- #include <sys/wait.h>
- #include <errno.h>
-+#include <signal.h>
-
- #include <efltk/Fl.h>
- #include <efltk/Fl_Locale.h>
diff --git a/x11-wm/ede/files/patch-eworkpanel::cpumonitor.cpp b/x11-wm/ede/files/patch-eworkpanel::cpumonitor.cpp
deleted file mode 100644
index 2d8fc782731e..000000000000
--- a/x11-wm/ede/files/patch-eworkpanel::cpumonitor.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- eworkpanel/cpumonitor.cpp.orig Sat Feb 28 04:46:23 2004
-+++ eworkpanel/cpumonitor.cpp Sat Feb 28 04:46:55 2004
-@@ -26,7 +26,7 @@
- #include <kstat.h>
- #endif
-
--#if (defined(linux) || defined(HAVE_KSTAT_H))
-+#if (defined(linux) || defined(__FreeBSD__) || defined(HAVE_KSTAT_H))
-
- #define UPDATE_INTERVAL .5f
-
diff --git a/x11-wm/ede/files/patch-eworkpanel::cpumonitor.h b/x11-wm/ede/files/patch-eworkpanel::cpumonitor.h
deleted file mode 100644
index 2863a9cc4dbf..000000000000
--- a/x11-wm/ede/files/patch-eworkpanel::cpumonitor.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- eworkpanel/cpumonitor.h.orig Sat Feb 28 04:46:26 2004
-+++ eworkpanel/cpumonitor.h Sat Feb 28 04:47:10 2004
-@@ -3,7 +3,7 @@
-
- #include <config.h>
-
--#if (defined(linux) || defined(HAVE_KSTAT_H))
-+#if (defined(linux) || defined(__FreeBSD__) || defined(HAVE_KSTAT_H))
-
- #ifdef HAVE_KSTAT_H
- #include <kstat.h>