Bug 121495 - [PATCH] Update editors/emacs-devel to 2008.03.08.07.56.12 snapshot
Summary: [PATCH] Update editors/emacs-devel to 2008.03.08.07.56.12 snapshot
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-08 15:30 UTC by Giorgos Keramidas
Modified: 2008-04-07 02:20 UTC (History)
0 users

See Also:


Attachments
patch-emacs-23.0.60 (29.84 KB, text/plain)
2008-03-08 15:30 UTC, Giorgos Keramidas
no flags Details
file.diff (452 bytes, patch)
2008-03-08 15:30 UTC, Giorgos Keramidas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Giorgos Keramidas freebsd_committer freebsd_triage 2008-03-08 15:30:01 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-03-08 15:30:12 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-03-08 15:30:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->keramida

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2008-03-08 15:30:20 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Giorgos Keramidas freebsd_committer freebsd_triage 2008-03-08 15:57:13 UTC
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. 


Comment 5 Giorgos Keramidas freebsd_committer freebsd_triage 2008-03-08 15:57:13 UTC
Responsible Changed
From-To: keramida->freebsd-ports-bugs
Comment 6 Rong-En Fan freebsd_committer freebsd_triage 2008-04-06 11:01:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

I'll take it.
Comment 7 dfilter service freebsd_committer freebsd_triage 2008-04-07 02:17:35 UTC
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"
Comment 8 dfilter service freebsd_committer freebsd_triage 2008-04-07 02:18:18 UTC
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"
Comment 9 Rong-En Fan freebsd_committer freebsd_triage 2008-04-07 02:18:20 UTC
State Changed
From-To: open->closed

Committed. Thanks!