Bug 131275 - [PATCH] update editors/emacs-devel to 23.0.90 (pretest #1)
Summary: [PATCH] update editors/emacs-devel to 23.0.90 (pretest #1)
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: Boris Samorodov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-02 04:50 UTC by Giorgos Keramidas
Modified: 2009-02-02 15:10 UTC (History)
0 users

See Also:


Attachments
emacs-23.0.90.diff (10.95 KB, patch)
2009-02-02 04:50 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 2009-02-02 04:50:06 UTC
The first pretest of the Emacs 23.X has been released last night:

  http://lists.gnu.org/archive/html/emacs-devel/2009-02/msg00051.html

I have updated the editors/emacs-devel port to use this pretest tarball,
and ports/Mk/bsd.emacs.mk for the new emacs-devel version.

Since this is a pretest tarball, and it may contain unfixed bugs, the
patch attached below adds a pkg-message file that warns about potential
issues for FreeBSD users.  The text of pkg-message has been copied from
the pretest announcement by Chong Yidong, with only small changes to
trim non-FreeBSD notes and add my email address to the list of people to
contact when a problem is found.

NOTE: This release of Emacs includes changes that supersede our previous
patch-src-alloc.c local changes for FreeBSD/sparc{,64}.  This means that
we can now safely remove files/patch-src-alloc.c from the port, yay!
Comment 1 Boris Samorodov freebsd_committer freebsd_triage 2009-02-02 07:28:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bsam

Take.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-02-02 12:16:01 UTC
bsam        2009-02-02 12:15:44 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.emacs.mk 
    editors/emacs-devel  Makefile distinfo pkg-plist 
    editors/emacs-devel/files patch-Makefile.in patch-src-alloc.c 
  Log:
  Emacs pretest 23.0.90 is now available:
  http://lists.gnu.org/archive/html/emacs-devel/2009-02/msg00051.html
  
  PR:             ports/131275
  Submitted by:   keramida (maintainer)
  
  Revision  Changes    Path
  1.76      +2 -2      ports/Mk/bsd.emacs.mk
  1.25      +6 -11     ports/editors/emacs-devel/Makefile
  1.15      +3 -3      ports/editors/emacs-devel/distinfo
  1.8       +5 -5      ports/editors/emacs-devel/files/patch-Makefile.in
  1.3       +0 -15     ports/editors/emacs-devel/files/patch-src-alloc.c
  1.16      +12 -31    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 3 Boris Samorodov freebsd_committer freebsd_triage 2009-02-02 12:16:23 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 4 Giorgos Keramidas freebsd_committer freebsd_triage 2009-02-02 13:28:06 UTC
On Mon, 2 Feb 2009 12:16:32 GMT, bsam@FreeBSD.org wrote:
> Synopsis: [PATCH] update editors/emacs-devel to 23.0.90 (pretest #1)
>
> State-Changed-From-To: open->closed
> State-Changed-By: bsam
> State-Changed-When: Mon Feb 2 12:16:23 UTC 2009
> State-Changed-Why:
> Committed, thanks!
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=131275

Great!  I'm glad for today's work :)

One tiny question I have is that pkg-message seems to have been omitted
from the commit.  I think it was skipped when I did 'cvs diff -uN'
because I forgot to 'cvs add' it locally.

Do you think it is worth committing it on top of 23.0.90?

%%%
Index: editors/emacs-devel/pkg-message
===================================================================
RCS file: editors/emacs-devel/pkg-message
diff -N editors/emacs-devel/pkg-message
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ editors/emacs-devel/pkg-message	2 Feb 2009 04:19:56 -0000
@@ -0,0 +1,20 @@
+This is the first pretest for what will be the Emacs 23.1
+release.  As a result, there may be packaging errors in the
+tarball, so please be on the lookout for problems with
+installation.
+
+Pretesters: please send an email to keramida@ceid.upatras.gr
+reporting success or failure on your systems.  In addition,
+please report bugs via M-x report-emacs-bugs, or send an email
+to emacs-pretest-bug@gnu.org.  For questions, please email
+emacs-devel@gnu.org.
+
+Emacs 23 contains many changes relative to Emacs 22.  For
+details, see the file etc/NEWS.  A few particular notes for
+those who have not been following Emacs CVS development:
+
+ - The RMAIL mail package was recently changed to use mbox
+   instead of Babyl for its internal format.  This part of
+   Emacs may be less stable than others; for safety, please
+   back up your mail files before trying the new Rmail.
+
%%%

Should we also bump PORTREVISION for this sort of change?
Comment 5 dfilter service freebsd_committer freebsd_triage 2009-02-02 15:08:25 UTC
bsam        2009-02-02 15:08:10 UTC

  FreeBSD ports repository

  Modified files:
    editors/emacs-devel  Makefile 
  Added files:
    editors/emacs-devel  pkg-message 
  Log:
  . add pkg-message;
  . bump PORTREVISION.
  
  PR:             ports/131275
  Submitted by:   keramida (maintainer, followup to the PR)
  
  Revision  Changes    Path
  1.26      +1 -0      ports/editors/emacs-devel/Makefile
  1.1       +20 -0     ports/editors/emacs-devel/pkg-message (new)
_______________________________________________
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"