Commit graph

3 commits

Author SHA1 Message Date
Makoto Fujiwara
a4f14c397c (1) Makefile
emacs23 was missing on the list of EMACS_VERSION_ACCEPTED.
(2) patches
    Merge two patches to one, to-be-patched files were the same.
    Is it right to merge ?
(3) TODO
    Tested on Emacs 23 as well.
2012-03-11 02:18:22 +00:00
Makoto Fujiwara
8e27301737 (1) The existed code did not install icons. Fix it.
in Makefile, add lines to install icons.
   This was in www/emacs-w3m but not in wip/emacs-w3m-current
   The related lines are:
     +CONFIGURE_ARGS+=--with-icondir=${ICONDIR}
     +INSTALL_TARGET=                install install-icons install-icons30
     +SUBST_CLASSES+=        fix-icondir
       (and more for above)
     +ICONDIR=       ${PREFIX}/${ETCDIR}

(2) The patch added as patches/patch-emacs-w3m_w3m.el
   to find the icon directory, where the same as
    www/emacs-w3m installs icons.

(3) Add comment on patches/patch-w3m.el     (From commit log)

(4) Minimize pkglint -Wall flags. Current status is
    0 errors and 7 warnings found.

(5) Add options.mk as www/emacs-w3m does

(6) More on Makefile
 - Remove  PKG_NAME= and PKGREVISION=
 - Add LICENSE=
 - Add lines to install DOCUMENTS as www/emacs-w3m/Makefile does
 - Some changes to
   Minimize the diff from www/emacs-w3m/Makefile to this Makefile.

(7) Add TODO
2012-03-02 23:52:39 +00:00
Min Sik Kim
f7fef2cd41 Use an absolute path in invoking w3m. 2011-10-12 01:16:43 +00:00