Update editors/emacs-devel to 22.0.97. This PR also contains the changes in PR ports/109176: | When WITHOUT_GTK is defined, etc/DOC-22.0.93.2 is included in pkg-plist. | The file is not made because this port was changed to use GNU make. | | New build target "bootfast", which recompiles necessary emacs lisp files | before dump, is introduced in Emacs 22. I think this is more preferable | than current hack. This PR supersedes ports/110553 and will fix ports/109824. I sent updates for editors/emacs-devel as ports/109484 (2007-02-24), ports/109741 (2007-03-02), and ports/110553 (2007-03-20). But I received no response from the maintainer. Fix: * Update to 22.0.97. * Remove etc/DOC-%%EMACS_VER%%.2 from pkg-plist even if WITHOUT_GTK is defined. * Use "bootfast" target to recompile necessary emacs lisp files before dump.
State Changed From-To: open->feedback Awaiting maintainers feedback
Responsible Changed From-To: freebsd-ports-bugs->clsung I'll take it.
clsung 2007-04-04 07:24:07 UTC FreeBSD ports repository Modified files: Mk bsd.emacs.mk editors/emacs-devel Makefile distinfo pkg-plist Log: * Update to 22.0.97. * Remove etc/DOC-%%EMACS_VER%%.2 from pkg-plist even if WITHOUT_GTK is defined. * Use "bootfast" target to recompile necessary emacs lisp files before dump. PR: ports/111218 Submitted by: NIIMI Satoshi <sa2c_AT_sa2c dot net> Approved by: maintainer (timeout) Revision Changes Path 1.62 +2 -2 ports/Mk/bsd.emacs.mk 1.13 +6 -12 ports/editors/emacs-devel/Makefile 1.8 +3 -3 ports/editors/emacs-devel/distinfo 1.10 +15 -11 ports/editors/emacs-devel/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thank You.