summaryrefslogtreecommitdiff
path: root/wm/enlightenment/patches
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2003-12-18 05:31:34 +0000
committerxtraeme <xtraeme@pkgsrc.org>2003-12-18 05:31:34 +0000
commitaa5bfa843f875fafa9631a885f94518763164429 (patch)
tree9e25e4ac32c3ada66bb5b7de3b98853778e4474a /wm/enlightenment/patches
parent15a0eca63756ffb3289138361b4ad867cdb66ddb (diff)
downloadpkgsrc-aa5bfa843f875fafa9631a885f94518763164429.tar.gz
Update to 0.16.6. This closes PR pkg/23255.
Many bugfixes were solved, please review Changelog to see a complete list of changes.
Diffstat (limited to 'wm/enlightenment/patches')
-rw-r--r--wm/enlightenment/patches/patch-aa306
-rw-r--r--wm/enlightenment/patches/patch-ab13
-rw-r--r--wm/enlightenment/patches/patch-ac55
-rw-r--r--wm/enlightenment/patches/patch-ad13
-rw-r--r--wm/enlightenment/patches/patch-ae50
-rw-r--r--wm/enlightenment/patches/patch-af13
6 files changed, 0 insertions, 450 deletions
diff --git a/wm/enlightenment/patches/patch-aa b/wm/enlightenment/patches/patch-aa
deleted file mode 100644
index bb112f1dc38..00000000000
--- a/wm/enlightenment/patches/patch-aa
+++ /dev/null
@@ -1,306 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2001/08/29 22:41:23 jlam Exp $
-
---- configure.orig Mon Apr 10 19:19:49 2000
-+++ configure
-@@ -4810,7 +4810,7 @@
- if test "x$enable_fsstd" = "xyes"; then
- ENLIGHTENMENT_ROOT=${datadir}/enlightenment
- ENLIGHTENMENT_BIN=${bindir}
-- LOCALEDIR=${prefix}/${DATADIRNAME}/locale
-+ LOCALEDIR=${prefix}/share/locale
- USE_FSSTD=yes
- else
- ENLIGHTENMENT_ROOT=${prefix}/enlightenment
-@@ -5317,7 +5317,6 @@
- rm -f conf.imlibtest
-
-
--LDFLAGS="$LDFLAGS -L$prefix/lib"
- LDFLAGS="$LDFLAGS `echo $IMLIB_LIBS | sed 's/\(.*\)-lImlib.*/\1/'`"
- LDFLAGS="$LDFLAGS `echo $IMLIB_LIBS | sed 's/.*-lImlib.*\(-L[^ ]*\).*$/\1/'`"
- XTST_LIBS=""
-@@ -5473,7 +5472,7 @@
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
--LIBS="-lttf -lm $LIBS"
-+LIBS="-lttf -lintl -lm $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 5479 "configure"
- #include "confdefs.h"
-@@ -5501,7 +5500,7 @@
- fi
- if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
- echo "$ac_t""yes" 1>&6
-- TTF_LIBS=-lttf
-+ TTF_LIBS="-lttf -lintl"
- else
- echo "$ac_t""no" 1>&6
-
-@@ -5518,14 +5517,14 @@
-
-
-
--echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
--echo "configure:5523: checking for dlopen in -ldl" >&5
--ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
--if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-+
-+echo $ac_n "checking for library containing dlopen""... $ac_c" 1>&6
-+echo "configure:5524: checking for library containing dlopen" >&5
-+if eval "test \"`echo '$''{'ac_cv_search_dlopen'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
-- ac_save_LIBS="$LIBS"
--LIBS="-ldl -lm $LIBS"
-+ ac_func_search_save_LIBS="$LIBS"
-+ac_cv_search_dlopen="no"
- cat > conftest.$ac_ext <<EOF
- #line 5531 "configure"
- #include "confdefs.h"
-@@ -5540,23 +5539,45 @@
- EOF
- if { (eval echo configure:5542: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=yes"
-+ ac_cv_search_dlopen="none required"
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=no"
- fi
- rm -f conftest*
--LIBS="$ac_save_LIBS"
-+test "$ac_cv_search_dlopen" = "no" && for i in "dl"; do
-+LIBS="-l$i -lm $ac_func_search_save_LIBS"
-+cat > conftest.$ac_ext <<EOF
-+#line 5553 "configure"
-+#include "confdefs.h"
-+/* Override any gcc2 internal prototype to avoid an error. */
-+/* We use char because int might match the return type of a gcc2
-+ builtin and then its argument prototype would still apply. */
-+char dlopen();
-
--fi
--if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
-- echo "$ac_t""yes" 1>&6
-- DL_LIBS=-ldl
-+int main() {
-+dlopen()
-+; return 0; }
-+EOF
-+if { (eval echo configure:5564: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+ rm -rf conftest*
-+ ac_cv_search_dlopen="-l$i"
-+break
- else
-- echo "$ac_t""no" 1>&6
-+ echo "configure: failed program was:" >&5
-+ cat conftest.$ac_ext >&5
-+fi
-+rm -f conftest*
-+done
-+LIBS="$ac_func_search_save_LIBS"
-+fi
-
-+echo "$ac_t""$ac_cv_search_dlopen" 1>&6
-+if test "$ac_cv_search_dlopen" != "no"; then
-+ test "$ac_cv_search_dlopen" = "none required" || LIBS="$ac_cv_search_dlopen $LIBS"
-+ DL_LIBS=$LIBS
-+else :
-+
- echo "Warning: Enlightenment requires the dl (dynamic loader) library"
- echo "to be supported on your platform for module support. Modules"
- echo "have been disabled (this will affect functionality)"
-@@ -5564,9 +5585,8 @@
- fi
-
-
--
- echo $ac_n "checking for XTestGrabControl in -lXtst""... $ac_c" 1>&6
--echo "configure:5570: checking for XTestGrabControl in -lXtst" >&5
-+echo "configure:5591: checking for XTestGrabControl in -lXtst" >&5
- ac_lib_var=`echo Xtst'_'XTestGrabControl | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-@@ -5574,7 +5594,7 @@
- ac_save_LIBS="$LIBS"
- LIBS="-lXtst $X_LIBS $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 5578 "configure"
-+#line 5599 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error. */
- /* We use char because int might match the return type of a gcc2
-@@ -5585,7 +5605,7 @@
- XTestGrabControl()
- ; return 0; }
- EOF
--if { (eval echo configure:5589: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:5610: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
- rm -rf conftest*
- eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -5613,7 +5633,7 @@
- fi
-
- echo $ac_n "checking for XTestQueryExtension in -lXtst""... $ac_c" 1>&6
--echo "configure:5617: checking for XTestQueryExtension in -lXtst" >&5
-+echo "configure:5638: checking for XTestQueryExtension in -lXtst" >&5
- ac_lib_var=`echo Xtst'_'XTestQueryExtension | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-@@ -5621,7 +5641,7 @@
- ac_save_LIBS="$LIBS"
- LIBS="-lXtst $X_LIBS $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 5625 "configure"
-+#line 5646 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error. */
- /* We use char because int might match the return type of a gcc2
-@@ -5632,7 +5652,7 @@
- XTestQueryExtension()
- ; return 0; }
- EOF
--if { (eval echo configure:5636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:5657: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
- rm -rf conftest*
- eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -5654,7 +5674,7 @@
-
-
- echo $ac_n "checking for XkbQueryExtension in -lXext""... $ac_c" 1>&6
--echo "configure:5658: checking for XkbQueryExtension in -lXext" >&5
-+echo "configure:5679: checking for XkbQueryExtension in -lXext" >&5
- ac_lib_var=`echo Xext'_'XkbQueryExtension | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-@@ -5662,7 +5682,7 @@
- ac_save_LIBS="$LIBS"
- LIBS="-lXext $X_LIBS $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 5666 "configure"
-+#line 5687 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error. */
- /* We use char because int might match the return type of a gcc2
-@@ -5673,7 +5693,7 @@
- XkbQueryExtension()
- ; return 0; }
- EOF
--if { (eval echo configure:5677: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:5698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
- rm -rf conftest*
- eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -5697,7 +5717,7 @@
- fi
-
- echo $ac_n "checking for XineramaQueryExtension in -lXinerama""... $ac_c" 1>&6
--echo "configure:5701: checking for XineramaQueryExtension in -lXinerama" >&5
-+echo "configure:5722: checking for XineramaQueryExtension in -lXinerama" >&5
- ac_lib_var=`echo Xinerama'_'XineramaQueryExtension | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-@@ -5705,7 +5725,7 @@
- ac_save_LIBS="$LIBS"
- LIBS="-lXinerama $X_LIBS $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 5709 "configure"
-+#line 5730 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error. */
- /* We use char because int might match the return type of a gcc2
-@@ -5716,7 +5736,7 @@
- XineramaQueryExtension()
- ; return 0; }
- EOF
--if { (eval echo configure:5720: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:5741: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
- rm -rf conftest*
- eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -5753,7 +5773,7 @@
-
- if test "x$enable_zoom" = "xyes"; then
- echo $ac_n "checking for XF86VidModeQueryExtension in -lXxf86vm""... $ac_c" 1>&6
--echo "configure:5757: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
-+echo "configure:5778: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
- ac_lib_var=`echo Xxf86vm'_'XF86VidModeQueryExtension | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-@@ -5761,7 +5781,7 @@
- ac_save_LIBS="$LIBS"
- LIBS="-lXxf86vm $X_LIBS $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 5765 "configure"
-+#line 5786 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error. */
- /* We use char because int might match the return type of a gcc2
-@@ -5772,7 +5792,7 @@
- XF86VidModeQueryExtension()
- ; return 0; }
- EOF
--if { (eval echo configure:5776: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:5797: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
- rm -rf conftest*
- eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -5808,7 +5828,7 @@
-
-
- echo $ac_n "checking for mass_quantities_of_bass_ale in -lFridge""... $ac_c" 1>&6
--echo "configure:5812: checking for mass_quantities_of_bass_ale in -lFridge" >&5
-+echo "configure:5833: checking for mass_quantities_of_bass_ale in -lFridge" >&5
- ac_lib_var=`echo Fridge'_'mass_quantities_of_bass_ale | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-@@ -5816,7 +5836,7 @@
- ac_save_LIBS="$LIBS"
- LIBS="-lFridge $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 5820 "configure"
-+#line 5841 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error. */
- /* We use char because int might match the return type of a gcc2
-@@ -5827,7 +5847,7 @@
- mass_quantities_of_bass_ale()
- ; return 0; }
- EOF
--if { (eval echo configure:5831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:5852: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
- rm -rf conftest*
- eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -5855,7 +5875,7 @@
- fi
-
- echo $ac_n "checking for mass_quantities_of_any_ale in -lFridge""... $ac_c" 1>&6
--echo "configure:5859: checking for mass_quantities_of_any_ale in -lFridge" >&5
-+echo "configure:5880: checking for mass_quantities_of_any_ale in -lFridge" >&5
- ac_lib_var=`echo Fridge'_'mass_quantities_of_any_ale | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-@@ -5863,7 +5883,7 @@
- ac_save_LIBS="$LIBS"
- LIBS="-lFridge $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 5867 "configure"
-+#line 5888 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error. */
- /* We use char because int might match the return type of a gcc2
-@@ -5874,7 +5894,7 @@
- mass_quantities_of_any_ale()
- ; return 0; }
- EOF
--if { (eval echo configure:5878: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:5899: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
- rm -rf conftest*
- eval "ac_cv_lib_$ac_lib_var=yes"
- else
diff --git a/wm/enlightenment/patches/patch-ab b/wm/enlightenment/patches/patch-ab
deleted file mode 100644
index 69d5f3808e9..00000000000
--- a/wm/enlightenment/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2000/12/12 02:03:47 wiz Exp $
-
---- scripts/e_gen_menu.orig Sun Oct 3 17:34:49 1999
-+++ scripts/e_gen_menu Sun Oct 3 17:35:01 1999
-@@ -49,7 +49,7 @@
- echo \"Netscape Mail\" NULL exec \"netscape -mail -no-about-splash\" >> $OUT
- echo \"Balsa\" NULL exec \"balsa\" >> $OUT
- echo \"Exmh\" NULL exec \"exmh\" >> $OUT
-- echo \"Electric Eyes\" NULL exec \"ee\" >> $OUT
-+ echo \"Electric Eyes\" NULL exec \"ElectricEyes\" >> $OUT
- echo \"The GIMP\" NULL exec \"gimp\" >> $OUT
- echo \"XV\" NULL exec \"xv\" >> $OUT
- echo \"GQView\" NULL exec \"gqview\" >> $OUT
diff --git a/wm/enlightenment/patches/patch-ac b/wm/enlightenment/patches/patch-ac
deleted file mode 100644
index b918248d760..00000000000
--- a/wm/enlightenment/patches/patch-ac
+++ /dev/null
@@ -1,55 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2000/12/12 02:03:47 wiz Exp $
-
---- dox/file.c.orig Sun Apr 30 00:35:05 2000
-+++ dox/file.c Sun Apr 30 00:40:35 2000
-@@ -21,7 +21,7 @@
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- * */
-
--#include <wctype.h>
-+typedef unsigned int wctype_t;
- #include "dox.h"
-
- #ifdef __EMX__
-@@ -615,7 +615,7 @@
- int cnt, i;
- char *start, *finish, *ss, *w;
-
-- int wcflg, mbflg;
-+ int mbflg;
- struct char_class {
- char *name;
- wctype_t wt;
-@@ -651,6 +651,7 @@
- }
-
- /* Check multibyte character class is available or not */
-+/*
- wcflg = 0;
- for ( cc = char_class_tbl; cc->name != NULL; cc++ )
- {
-@@ -658,7 +659,7 @@
- if ( cc->wt != (wctype_t)0 )
- wcflg = 1;
- }
--
-+*/
- cnt = 0;
- i = 0;
- start = NULL;
-@@ -676,6 +677,7 @@
- if ( len < 0 ) { i++; continue; }
-
- /* Check multibyte character class */
-+/*
- if ( wcflg )
- {
- wchar_t wc;
-@@ -697,6 +699,7 @@
- }
- }
- else
-+*/
- mbflg = len;
-
- if ((cnt == num) && (
diff --git a/wm/enlightenment/patches/patch-ad b/wm/enlightenment/patches/patch-ad
deleted file mode 100644
index b3fe5b4bd72..00000000000
--- a/wm/enlightenment/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.1.1.1 2000/12/12 02:03:47 wiz Exp $
-
---- src/Makefile.in.orig Sun Apr 30 12:26:09 2000
-+++ src/Makefile.in Sun Apr 30 12:25:23 2000
-@@ -122,7 +122,7 @@
- enlightenment_SOURCES = E.h timestamp.h update.h actions.c alert.c areas.c arrange.c arrange.h atoms.c borders.c buttons.c clone.c cmclass.c comms.c conf.h config.c containers.c coords.c cursors.c desktops.c dialog.c dock.c draw.c events.c evhandlers.c file.c finders.c focus.c fx.c globals.c gnome.c grabs.c groups.c handlers.c icccm.c iclass.c iconify.c init.c ipc.c kde.c lists.c main.c memory.c menus.c misc.c modules.c mwm.c network.c pager.c progress.c regex.c scursor.c session.c settings.c setup.c size.c slideout.c snaps.c snprintf.c sound.c startup.c sticky.c stripjoints.c strips.c tclass.c text.c theme.c timers.c tooltips.c ttfont.c update.c warp.c windowmatch.c x.c zoom.c
-
-
--LDADD = @INTLLIBS@ $(FNLIB_LIBS) $(TTF_LIBS) $(ESD_LIBS) $(IMLIB_LIBS) $(XTST_LIBS) $(XVM_LIBS) $(GHTTP_LIBS) $(DL_LIBS) $(XINERAMA_LIBS) -lm
-+LDADD = @INTLLIBS@ $(FNLIB_LIBS) $(TTF_LIBS) $(ESD_LIBS) $(IMLIB_LIBS) $(XTST_LIBS) $(XVM_LIBS) $(GHTTP_LIBS) $(DL_LIBS) $(XINERAMA_LIBS) -lintl -lm
-
-
- INCLUDES = -I$(top_srcdir) $(ESD_CFLAGS) $(IMLIB_CFLAGS) -I$(includedir) -I.. -I../intl -I$(top_srcdir)/intl
diff --git a/wm/enlightenment/patches/patch-ae b/wm/enlightenment/patches/patch-ae
deleted file mode 100644
index 629911b8b5c..00000000000
--- a/wm/enlightenment/patches/patch-ae
+++ /dev/null
@@ -1,50 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2003/05/25 09:50:53 salo Exp $
-
---- scripts/e_cache_clean.orig Sat May 24 08:35:12 2003
-+++ scripts/e_cache_clean Sat May 24 08:37:42 2003
-@@ -34,33 +34,33 @@
- fi
-
- if [ $1 = "all" ]; then
-- rm -rf $ECACHEDIR/cached/bgsel/* >& /dev/null
-- rm -rf $ECACHEDIR/cached/bgsel/.* >& /dev/null
-- rm -rf $ECACHEDIR/cached/cfg/* >& /dev/null
-- rm -rf $ECACHEDIR/cached/cfg/.* >& /dev/null
-- rm -rf $ECACHEDIR/cached/pager/* >& /dev/null
-- rm -rf $ECACHEDIR/cached/pager/.* >& /dev/null
-+ rm -rf $ECACHEDIR/cached/bgsel/* >/dev/null 2>&1
-+ rm -rf $ECACHEDIR/cached/bgsel/.* >/dev/null 2>&1
-+ rm -rf $ECACHEDIR/cached/cfg/* >/dev/null 2>&1
-+ rm -rf $ECACHEDIR/cached/cfg/.* >/dev/null 2>&1
-+ rm -rf $ECACHEDIR/cached/pager/* >/dev/null 2>&1
-+ rm -rf $ECACHEDIR/cached/pager/.* >/dev/null 2>&1
- eesh -e "dialog_ok All caches purged."
- exit
- fi
-
- if [ $1 = "pager" ]; then
-- rm -rf $ECACHEDIR/cached/pager/* >& /dev/null
-- rm -rf $ECACHEDIR/cached/pager/.* >& /dev/null
-+ rm -rf $ECACHEDIR/cached/pager/* >/dev/null 2>&1
-+ rm -rf $ECACHEDIR/cached/pager/.* >/dev/null 2>&1
- eesh -e "dialog_ok Pager background cache purged."
- exit
- fi
-
- if [ $1 = "config" ]; then
-- rm -rf $ECACHEDIR/cached/cfg/* >& /dev/null
-- rm -rf $ECACHEDIR/cached/cfg/.* >& /dev/null
-+ rm -rf $ECACHEDIR/cached/cfg/* >/dev/null 2>&1
-+ rm -rf $ECACHEDIR/cached/cfg/.* >/dev/null 2>&1
- eesh -e "dialog_ok Config file cache purged."
- exit
- fi
-
- if [ $1 = "bgsel" ]; then
-- rm -rf $ECACHEDIR/cached/bgsel/* >& /dev/null
-- rm -rf $ECACHEDIR/cached/bgsel/.* >& /dev/null
-+ rm -rf $ECACHEDIR/cached/bgsel/* >/dev/null 2>&1
-+ rm -rf $ECACHEDIR/cached/bgsel/.* >/dev/null 2>&1
- eesh -e "dialog_ok Background selector cache purged."
- exit
- fi
diff --git a/wm/enlightenment/patches/patch-af b/wm/enlightenment/patches/patch-af
deleted file mode 100644
index ec99de903be..00000000000
--- a/wm/enlightenment/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.1 2003/05/25 09:50:54 salo Exp $
-
---- scripts/e_cache_query.orig Sat May 24 08:38:52 2003
-+++ scripts/e_cache_query Sat May 24 08:40:11 2003
-@@ -37,7 +37,7 @@
- VAL=`du -s $ECACHEDIR/cached/pager $ECACHEDIR/cached/bgsel $ECACHEDIR/cached/cfg | awk '{printf("%s ", $1);}'`
- TOT=0
- for I in $VAL; do
-- TOT=$[ $TOT + $I ];
-+ TOT=$(( $TOT + $I ));
- done
- eesh -e "dialog_ok Your caches are using $TOT Kb of disk space."
- exit