2014-11-01 08:43:55 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Upstream changed .el to .el.gz. (Checked only with emacs-current for now), sorry.
|
2013-10-04 16:43:52 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Add w3m-load.elc onto PLIST, due to upstream change
2013-08-13 Kevin Ryde <user42@zip.com.au>
* w3mhack.el (w3mhack-module-list): Remove w3mhack-load-file from the
modules not to be byte compiled, so that it is byte compiled.
(w3mhack-generate-load-file): Remove no-byte-compile from w3m-load.el.
|
2013-01-11 12:23:49 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Add emacs25 for EMACS_VERSIONS_ACCEPTED.
|
2012-11-23 23:33:26 by othyro | Files touched by this commit (50) |
Log message:
Mostly whitespace and blank line fixing. Some files also got minor
formatting corrections as well as other corrections.
|
2012-09-29 00:07:28 by Aleksej Saushev | Files touched by this commit (66) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2012-06-19 08:12:25 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Add sb-chise.el{,c}
|
2012-03-11 03:18:22 by Makoto Fujiwara | Files touched by this commit (5) |
Log message:
(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-05 14:23:53 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
PKGNAME= is necessary, sorry dropping by previous commit.
Without that line, the name becomes emacs-w3m-cvs, which is
not good name of replacement for www/emacs-w3m.
And become not consistent with emacs-w3m-current/buildlink3.mk
|
2012-03-03 00:52:39 by Makoto Fujiwara | Files touched by this commit (7) |
Log message:
(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-01-07 13:12:07 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Upstream now honors DESTDIR, so pkgsrc does not need to
take care for now.
From ChangeLog:
2012-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
* doc/Makefile.in (install): Add DESTDIR variable to installation
directory.
2012-01-02 Elias Pipping <pipping@lavabit.com>
* Makefile.in (install-lisp): Add DESTDIR variable to installation
directory.
|