Up to [NetBSD + pkgsrc-wip] / wip / emacs-current
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
version.mk (1) Bump version 24.0.94 to 24.1.50 PLIST (2) sync to upstream TODO (3) Immediately segfaults ?
(1) Makefile: Bump version 24.0.50 to 24.0.90 (pretest)
(2) Drop patches/patch-configure.in-2
Upstream fixed the problem
(3) TODO: Update to drop above (2) related comment
(4) distinfo: (2) related update
patches/patch-configure.in-2
work around to fix _fini not defined (wrong binary executable)
policy change
before: back out (upstream) commit 2011-06-29
after: eliminating test -f $(CRTDIR)/crti.o
distinfo
patch-configure.in-2 changes
PLIST
upstream change
+share/emacs/${PKGVERSION}/etc/themes/adwaita-theme.el
+share/emacs/${PKGVERSION}/etc/themes/deeper-blue-theme.el
+share/emacs/${PKGVERSION}/etc/themes/whiteboard-theme.el
TODO
clean up a little bit for configure.in-2 related comment
Add note for another way to fix.
(1) patches/patch-ab
patches/patch-ab has been modifying autogen/configure.
Because of configuration scheme changed a little bit (upstream),
autogen/configure is to be generated from configure.in.
So patch target is changed.
(2) patch-ad (removed or renamed as patch-ab)
Used be modifying configure.in. But now (kind of) renamed as patch-ab.
(Older patch-ab is no longer necessary, and this patch-ad is renamed.)
(3) patches/patch-configure.in-2
Interim fix for 'wrong binary format problem' not finding crtn.o related,
which is introduced by following (upstream) commit.
---------
2011-06-29 Glenn Morris <rgm@gnu.org>
* configure.in: Try to test for the required crt*.o files.
---------
(4) TODO
Above fix is just a revert of above change. This revert should not
be the right fix. So describe this situation
(5) PLIST
Adjust a long with upstream
(6) distinfo
Changes on patch-ab and adding patch-configure.in-2
Replace the gnome option with dbus and svg.
Modify the font-backend option for the current version of Emacs.
- Using Xft is the default behavior. Add font-backend to
PKG_SUGGESTED_OPTIONS.
- configure does not accept --{dis,en}able-font-backend. Use
--without-{xft,otf,m17n-ftl} instead.
* Try to fix NextStep installation. * avoid to hidden dependency on perl. * try to fix permission for update-game-score.
Note TODO list.