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) Bump the version 24.0.93 to 24.0.94
(2) In previous (and more) version bumps,
version.mk was not updated in sync with Makefile.
To have better sync, in Makefile, following line
is proposed (and committed).
-DISTNAME= emacs-24.0.93
+.include "version.mk"
+DISTNAME= emacs-${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}.${_EMACS_VERSION_MICRO}
Please comment on this change, thanks.
As was discussed in pkgsrc-wip-discuss, the cache facility is added. Cache may get fat by repeating (daily or frequent) build. Currently manuall removing of old or all generation is recommended. GIT_TAG facility is not implemented and to be improved. Thank you. (1) Converting cvs-package to git-package. It seems cvs repository is not being updated. So converted to use git-package. wip/mk/git-package.mk is recently updated to facilitate caching. Please take a look for cvs log output for git-package.mk. Thank you, (2) update PLIST as of today. (3) add patches/patch-ad for configure.in, which is not necessary for regular make, but nice to have further update.
new file as version.mk to be referenced from devel/flim etc via editor/emacs/modules.mk = need some change also