The attached patches update the editors/emacs-devel port to a CVS snapshot created with: % cvs -qR up -APd -D '2008.03.08.07.56.12' The Makefile updates include some changes developed by des@ to improve the handling of GNOME and X11 options. They break compatibility with XFree86, but after a discussion with Mark Linimon, this is apparently ok at this point. There are many changes in CVS Emacs since the last update, but the most interesting is the merge of the unicode-2 branch, and the new support for X11 font backends. This version of the emacs-devel port makes it possible for example to use Xft supported fonts (TrueType and OTF), by setting the following X11 resources: ! GNU Emacs resources. Emacs.FontBackend: xft Emacs*font: DejaVu Sans Mono:size=12 I have finished uploading the distfile to `~keramida/public_distfiles', but it may take a while before it hits ftp.freebsd.org. There are two patches below: * patch-emacs-23.0.60 The ports/editors/emacs-devel changes. * patch-emacs-23.0.60--ports--mk--bsd.emacs.mk The ports/Mk/bsd.emacs.mk changes for the new version.
Class Changed From-To: maintainer-update->change-request Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->keramida Submitter has GNATS access (via the GNATS Auto Assign Tool)
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
State Changed From-To: feedback->open Stash back into the ports/ pool. I have to work with a Ports committer to get this into the tree.
Responsible Changed From-To: keramida->freebsd-ports-bugs
Responsible Changed From-To: freebsd-ports-bugs->rafan I'll take it.
rafan 2008-04-07 01:17:26 UTC FreeBSD ports repository Modified files: editors/emacs-devel Makefile distinfo pkg-plist Added files: editors/emacs-devel/files patch-src-alloc.c Log: - Update to 2008.03.08.07.56.12 cvs snapshot - Use USE_XORG PR: ports/121495 Submitted by: keramida (maintainer) Revision Changes Path 1.20 +13 -13 ports/editors/emacs-devel/Makefile 1.12 +3 -3 ports/editors/emacs-devel/distinfo 1.1 +15 -0 ports/editors/emacs-devel/files/patch-src-alloc.c (new) 1.13 +255 -53 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"
rafan 2008-04-07 01:18:10 UTC FreeBSD ports repository Modified files: Mk bsd.emacs.mk Log: - Update emacs-devel version PR: ports/121495 Submitted by: keramida (maintainer of emacs-devel) Revision Changes Path 1.72 +2 -2 ports/Mk/bsd.emacs.mk _______________________________________________ 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: open->closed Committed. Thanks!