pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/emacs-w3m-snapshot/patches emacs-w3m-snapshot: rem...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b7aea5462a9
branches:  trunk
changeset: 403532:3b7aea5462a9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Oct 28 13:20:06 2019 +0000

description:
emacs-w3m-snapshot: remove patches that are not in distinfo

diffstat:

 www/emacs-w3m-snapshot/patches/patch-aclocal.m4 |  35 -------------------------
 www/emacs-w3m-snapshot/patches/patch-w3mhack.el |  16 -----------
 2 files changed, 0 insertions(+), 51 deletions(-)

diffs (59 lines):

diff -r 37029722dd24 -r 3b7aea5462a9 www/emacs-w3m-snapshot/patches/patch-aclocal.m4
--- a/www/emacs-w3m-snapshot/patches/patch-aclocal.m4   Mon Oct 28 13:06:24 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-$NetBSD: patch-aclocal.m4,v 1.1 2018/10/31 14:56:40 jperkin Exp $
-
-Don't quote ${EGREP}, it may be set to "grep -E".
-
---- aclocal.m4.orig    2018-06-01 09:42:18.000000000 +0000
-+++ aclocal.m4
-@@ -1,6 +1,6 @@
- AC_DEFUN(AC_SET_VANILLA_FLAG,
-  [dnl Determine arguments to run Emacs as vanilla.
--  retval=`echo "${EMACS}"| "${EGREP}" xemacs| "${EGREP}" -v '^$'`
-+  retval=`echo "${EMACS}"| ${EGREP} xemacs| ${EGREP} -v '^$'`
-   if test -z "${retval}"; then
-       VANILLA_FLAG="-q -no-site-file"
-   else
-@@ -248,9 +248,9 @@ AC_DEFUN(AC_ADD_LOAD_PATH,
-       ADDITIONAL_LOAD_PATH="${withval}"
-       else
-       if test x"$USER" != xroot -a x"$HOME" != x -a -f "$HOME"/.emacs; then
--          ADDITIONAL_LOAD_PATH=`${XEMACSDEBUG} \'${EMACS}\' -batch -l \'$HOME/.emacs\' -l w3mhack.el NONE -f w3mhack-load-path 2>/dev/null | \'${EGREP}\' -v \'^$\'`
-+          ADDITIONAL_LOAD_PATH=`${XEMACSDEBUG} \'${EMACS}\' -batch -l \'$HOME/.emacs\' -l w3mhack.el NONE -f w3mhack-load-path 2>/dev/null | ${EGREP} -v \'^$\'`
-         else
--          ADDITIONAL_LOAD_PATH=`${XEMACSDEBUG} \'${EMACS}\' -batch -l w3mhack.el NONE -f w3mhack-load-path 2>/dev/null | \'${EGREP}\' -v \'^$\'`
-+          ADDITIONAL_LOAD_PATH=`${XEMACSDEBUG} \'${EMACS}\' -batch -l w3mhack.el NONE -f w3mhack-load-path 2>/dev/null | ${EGREP} -v \'^$\'`
-         fi
-       fi
-       AC_MSG_RESULT(${ADDITIONAL_LOAD_PATH})],
-@@ -265,7 +265,7 @@ AC_DEFUN(AC_ADD_LOAD_PATH,
-         ADDITIONAL_LOAD_PATH="${ADDITIONAL_LOAD_PATH}:`pwd`/attic"
-       fi
-     fi])
--  retval=`eval "${XEMACSDEBUG} '${EMACS}' ${VANILLA_FLAG} -batch -l w3mhack.el '${ADDITIONAL_LOAD_PATH}' -f w3mhack-print-status 2>/dev/null | '${EGREP}' -v '^$'"`
-+  retval=`eval "${XEMACSDEBUG} '${EMACS}' ${VANILLA_FLAG} -batch -l w3mhack.el '${ADDITIONAL_LOAD_PATH}' -f w3mhack-print-status 2>/dev/null | ${EGREP} -v '^$'"`
-   if test x"$retval" != xOK; then
-     AC_MSG_ERROR([Process couldn't proceed.  See the above messages.])
-   fi
diff -r 37029722dd24 -r 3b7aea5462a9 www/emacs-w3m-snapshot/patches/patch-w3mhack.el
--- a/www/emacs-w3m-snapshot/patches/patch-w3mhack.el   Mon Oct 28 13:06:24 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-w3mhack.el,v 1.1 2013/03/04 19:12:23 hiramatsu Exp $
-
-Compile mew-shimbun.el and mew-w3m.el when
-emacs-w3m-mew option is set.
-
---- w3mhack.el.orig    2013-02-27 13:42:17.000000000 +0900
-+++ w3mhack.el 2013-02-27 13:42:45.000000000 +0900
-@@ -311,7 +311,7 @@
-                                2))
-                        (error nil))
-                    t)))
--        (locate-library "mew"))
-+        (and (locate-library "mew") (getenv "EMACS-W3M-MEW")))
-       (push "mew-w3m.el" ignores))
-     (unless (if (featurep 'xemacs)
-               (and (featurep 'mule) (locate-library "pccl"))



Home | Main Index | Thread Index | Old Index