From keramida@ceid.upatras.gr  Mon Feb  2 04:46:37 2009
Return-Path: <keramida@ceid.upatras.gr>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D2FE11065670
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  2 Feb 2009 04:46:37 +0000 (UTC)
	(envelope-from keramida@ceid.upatras.gr)
Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36])
	by mx1.freebsd.org (Postfix) with ESMTP id 2F4F68FC1E
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  2 Feb 2009 04:46:36 +0000 (UTC)
	(envelope-from keramida@ceid.upatras.gr)
Received: from kobe.laptop (adsl191-27.kln.forthnet.gr [79.103.4.27])
	(authenticated bits=128)
	by igloo.linux.gr (8.14.3/8.14.3/Debian-5) with ESMTP id n124U30X007786
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT)
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 2 Feb 2009 06:30:08 +0200
Received: from kobe.laptop (kobe.laptop [127.0.0.1])
	by kobe.laptop (8.14.3/8.14.3) with ESMTP id n124U3bf059727
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 2 Feb 2009 06:30:03 +0200 (EET)
	(envelope-from keramida@ceid.upatras.gr)
Received: (from keramida@localhost)
	by kobe.laptop (8.14.3/8.14.3/Submit) id n124U335059726;
	Mon, 2 Feb 2009 06:30:03 +0200 (EET)
	(envelope-from keramida@ceid.upatras.gr)
Message-Id: <87vdrtsbp0.fsf@kobe.laptop>
Date: Mon, 02 Feb 2009 06:30:03 +0200
From: Giorgos Keramidas <keramida@ceid.upatras.gr>
Reply-To: Giorgos Keramidas <keramida@ceid.upatras.gr>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [PATCH] update editors/emacs-devel to 23.0.90 (pretest #1)
X-Send-Pr-Version: 3.113
X-GNATS-Notify: keramida

>Number:         131275
>Category:       ports
>Synopsis:       [PATCH] update editors/emacs-devel to 23.0.90 (pretest #1)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bsam
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 02 04:50:06 UTC 2009
>Closed-Date:    Mon Feb 02 12:16:32 UTC 2009
>Last-Modified:  Mon Feb  2 15:10:04 UTC 2009
>Originator:     Giorgos Keramidas
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD kobe 8.0-CURRENT FreeBSD 8.0-CURRENT #0: \
Sat Jan 31 13:45:22 EET 2009 build@kobe:/usr/obj/usr/src/sys/KOBE i386

>Description:

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!

>How-To-Repeat:
>Fix:

--- emacs-23.0.90.diff begins here ---
Index: Mk/bsd.emacs.mk
===================================================================
RCS file: /home/ncvs/ports/Mk/bsd.emacs.mk,v
retrieving revision 1.75
diff -u -r1.75 bsd.emacs.mk
--- Mk/bsd.emacs.mk	12 Jan 2009 18:44:16 -0000	1.75
+++ Mk/bsd.emacs.mk	2 Feb 2009 04:20:26 -0000
@@ -100,7 +100,7 @@
 # Emacs-23.x (development version)
 .elif (${EMACS_PORT_NAME} == "emacs-devel")
 EMACS_NAME=		emacs
-EMACS_VER=		23.0.60
+EMACS_VER=		23.0.90
 EMACS_MAJOR_VER=	23
 EMACS_LIBDIR?=		share/${EMACS_NAME}
 EMACS_LIBDIR_WITH_VER?=	share/${EMACS_NAME}/${EMACS_VER}
Index: editors/emacs-devel/Makefile
===================================================================
RCS file: /home/ncvs/ports/editors/emacs-devel/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- editors/emacs-devel/Makefile	8 Jan 2009 12:42:03 -0000	1.24
+++ editors/emacs-devel/Makefile	2 Feb 2009 04:22:41 -0000
@@ -6,12 +6,10 @@
 #
 
 PORTNAME=	emacs
-PORTVERSION=	${EMACS_VER}.${SNAPSHOT}
-PORTREVISION=	1
+PORTVERSION=	${EMACS_VER}
 CATEGORIES=	editors ipv6
-MASTER_SITES=	${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	keramida
-DISTNAME=	${PORTNAME}-cvs-2008.12.07.18.51.01
+MASTER_SITES=	${MASTER_SITE_GNU_ALPHA}
+MASTER_SITE_SUBDIR=     emacs/pretest
 
 MAINTAINER=	keramida@ceid.upatras.gr
 COMMENT=	GNU editing macros
@@ -33,17 +31,13 @@
 		xemacs-[0-9]* xemacs-devel-[0-9]* \
 		xemacs-mule-[0-9]* xemacs-devel-mule-[0-9]*
 
-USE_BZIP2=	yes
 INSTALLS_ICONS=	yes
 
-EMACS_VER=	23.0.60
-SNAPSHOT=	20081207
+EMACS_VER=	23.0.90
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 ALL_TARGET=	bootstrap
 
-WRKSRC=		${WRKDIR}/${PORTNAME}
-
 CONFIGURE_TARGET=	${MACHINE_ARCH}-freebsd
 .if defined(WITHOUT_X11)
 CONFIGURE_ARGS=		--with-x=no
@@ -68,7 +62,8 @@
 CONFIGURE_ARGS+=	--without-xim
 .endif
 
-MAN1=		ctags.1 emacs.1 emacsclient.1 etags.1
+MAN1=		b2m.1 ctags.1 ebrowse.1 emacs.1 emacsclient.1 etags.1 \
+		grep-changelog.1 rcs-checkin.1
 PLIST_SUB=	EMACS_VER=${EMACS_VER} EMACS_ARCH=${CONFIGURE_TARGET}
 
 MAKE_ENV=	LC_ALL=C
Index: editors/emacs-devel/distinfo
===================================================================
RCS file: /home/ncvs/ports/editors/emacs-devel/distinfo,v
retrieving revision 1.14
diff -u -r1.14 distinfo
--- editors/emacs-devel/distinfo	9 Dec 2008 22:18:53 -0000	1.14
+++ editors/emacs-devel/distinfo	2 Feb 2009 04:19:56 -0000
@@ -1,3 +1,3 @@
-MD5 (emacs-cvs-2008.12.07.18.51.01.tar.bz2) = e8f610d73c1108ea226e100770d5bc1a
-SHA256 (emacs-cvs-2008.12.07.18.51.01.tar.bz2) = 6305c0d0c2e502fc2b9df46e66d4ab58dd24bc60fa790e9bff2390c955a5c999
-SIZE (emacs-cvs-2008.12.07.18.51.01.tar.bz2) = 23799850
+MD5 (emacs-23.0.90.tar.gz) = 5e08d4dbd3e59ebbc829c0bc20293ec9
+SHA256 (emacs-23.0.90.tar.gz) = 0afb69a3996455c0883909fd1f9db786d0485eed9ef44c12bd623dff2ec7c7af
+SIZE (emacs-23.0.90.tar.gz) = 42816900
Index: editors/emacs-devel/pkg-plist
===================================================================
RCS file: /home/ncvs/ports/editors/emacs-devel/pkg-plist,v
retrieving revision 1.15
diff -u -r1.15 pkg-plist
--- editors/emacs-devel/pkg-plist	9 Dec 2008 22:18:53 -0000	1.15
+++ editors/emacs-devel/pkg-plist	2 Feb 2009 04:19:56 -0000
@@ -231,11 +231,6 @@
 %%DATADIR%%/%%EMACS_VER%%/etc/images/contact.xpm
 %%DATADIR%%/%%EMACS_VER%%/etc/images/copy.pbm
 %%DATADIR%%/%%EMACS_VER%%/etc/images/copy.xpm
-%%DATADIR%%/%%EMACS_VER%%/etc/images/custom/README
-%%DATADIR%%/%%EMACS_VER%%/etc/images/custom/down-pushed.xpm
-%%DATADIR%%/%%EMACS_VER%%/etc/images/custom/down.xpm
-%%DATADIR%%/%%EMACS_VER%%/etc/images/custom/right-pushed.xpm
-%%DATADIR%%/%%EMACS_VER%%/etc/images/custom/right.xpm
 %%DATADIR%%/%%EMACS_VER%%/etc/images/cut.pbm
 %%DATADIR%%/%%EMACS_VER%%/etc/images/cut.xpm
 %%DATADIR%%/%%EMACS_VER%%/etc/images/data-save.pbm
@@ -871,6 +866,7 @@
 %%DATADIR%%/%%EMACS_VER%%/leim/quail/greek.elc
 %%DATADIR%%/%%EMACS_VER%%/leim/quail/hangul.el.gz
 %%DATADIR%%/%%EMACS_VER%%/leim/quail/hangul.elc
+%%DATADIR%%/%%EMACS_VER%%/leim/quail/hangul3.elc
 %%DATADIR%%/%%EMACS_VER%%/leim/quail/hanja-jis.el.gz
 %%DATADIR%%/%%EMACS_VER%%/leim/quail/hanja-jis.elc
 %%DATADIR%%/%%EMACS_VER%%/leim/quail/hanja.el.gz
@@ -972,7 +968,6 @@
 %%DATADIR%%/%%EMACS_VER%%/lisp/button.el.gz
 %%DATADIR%%/%%EMACS_VER%%/lisp/button.elc
 %%DATADIR%%/%%EMACS_VER%%/lisp/calc/README
-%%DATADIR%%/%%EMACS_VER%%/lisp/calc/README.prev
 %%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-aent.el.gz
 %%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-aent.elc
 %%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-alg.el.gz
@@ -2120,24 +2115,6 @@
 %%DATADIR%%/%%EMACS_VER%%/lisp/mail/metamail.elc
 %%DATADIR%%/%%EMACS_VER%%/lisp/mail/mspools.el.gz
 %%DATADIR%%/%%EMACS_VER%%/lisp/mail/mspools.elc
-%%DATADIR%%/%%EMACS_VER%%/lisp/mail/pmail.el.gz
-%%DATADIR%%/%%EMACS_VER%%/lisp/mail/pmail.elc
-%%DATADIR%%/%%EMACS_VER%%/lisp/mail/pmailedit.el.gz
-%%DATADIR%%/%%EMACS_VER%%/lisp/mail/pmailedit.elc
-%%DATADIR%%/%%EMACS_VER%%/lisp/mail/pmailhdr.el.gz
-%%DATADIR%%/%%EMACS_VER%%/lisp/mail/pmailhdr.elc
-%%DATADIR%%/%%EMACS_VER%%/lisp/mail/pmailkwd.el.gz
-%%DATADIR%%/%%EMACS_VER%%/lisp/mail/pmailkwd.elc
-%%DATADIR%%/%%EMACS_VER%%/lisp/mail/pmailmm.el.gz
-%%DATADIR%%/%%EMACS_VER%%/lisp/mail/pmailmm.elc
-%%DATADIR%%/%%EMACS_VER%%/lisp/mail/pmailmsc.el.gz
-%%DATADIR%%/%%EMACS_VER%%/lisp/mail/pmailmsc.elc
-%%DATADIR%%/%%EMACS_VER%%/lisp/mail/pmailout.el.gz
-%%DATADIR%%/%%EMACS_VER%%/lisp/mail/pmailout.elc
-%%DATADIR%%/%%EMACS_VER%%/lisp/mail/pmailsort.el.gz
-%%DATADIR%%/%%EMACS_VER%%/lisp/mail/pmailsort.elc
-%%DATADIR%%/%%EMACS_VER%%/lisp/mail/pmailsum.el.gz
-%%DATADIR%%/%%EMACS_VER%%/lisp/mail/pmailsum.elc
 %%DATADIR%%/%%EMACS_VER%%/lisp/mail/reporter.el.gz
 %%DATADIR%%/%%EMACS_VER%%/lisp/mail/reporter.elc
 %%DATADIR%%/%%EMACS_VER%%/lisp/mail/rfc2368.el.gz
@@ -2152,6 +2129,8 @@
 %%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailedit.elc
 %%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailkwd.el.gz
 %%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailkwd.elc
+%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailmm.el.gz
+%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailmm.elc
 %%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailmsc.el.gz
 %%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailmsc.elc
 %%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailout.el.gz
@@ -2368,7 +2347,6 @@
 %%DATADIR%%/%%EMACS_VER%%/lisp/newcomment.elc
 %%DATADIR%%/%%EMACS_VER%%/lisp/novice.el.gz
 %%DATADIR%%/%%EMACS_VER%%/lisp/novice.elc
-%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/TODO
 %%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-enc.el.gz
 %%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-enc.elc
 %%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-glyph.el.gz
@@ -2446,6 +2424,8 @@
 %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/scribe.elc
 %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/swedish.el.gz
 %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/swedish.elc
+%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vc-mcvs.el.gz
+%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vc-mcvs.elc
 %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/x-menu.el.gz
 %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/x-menu.elc
 %%DATADIR%%/%%EMACS_VER%%/lisp/org/org-agenda.el.gz
@@ -2470,6 +2450,8 @@
 %%DATADIR%%/%%EMACS_VER%%/lisp/org/org-export-latex.elc
 %%DATADIR%%/%%EMACS_VER%%/lisp/org/org-faces.el.gz
 %%DATADIR%%/%%EMACS_VER%%/lisp/org/org-faces.elc
+%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-footnote.el.gz
+%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-footnote.elc
 %%DATADIR%%/%%EMACS_VER%%/lisp/org/org-gnus.el.gz
 %%DATADIR%%/%%EMACS_VER%%/lisp/org/org-gnus.elc
 %%DATADIR%%/%%EMACS_VER%%/lisp/org/org-id.el.gz
@@ -2761,6 +2743,8 @@
 %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ps-mode.elc
 %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/python.el.gz
 %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/python.elc
+%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ruby-mode.el.gz
+%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ruby-mode.elc
 %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/scheme.el.gz
 %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/scheme.elc
 %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/sh-script.el.gz
@@ -3114,8 +3098,6 @@
 %%DATADIR%%/%%EMACS_VER%%/lisp/vc-hg.elc
 %%DATADIR%%/%%EMACS_VER%%/lisp/vc-hooks.el.gz
 %%DATADIR%%/%%EMACS_VER%%/lisp/vc-hooks.elc
-%%DATADIR%%/%%EMACS_VER%%/lisp/vc-mcvs.el.gz
-%%DATADIR%%/%%EMACS_VER%%/lisp/vc-mcvs.elc
 %%DATADIR%%/%%EMACS_VER%%/lisp/vc-mtn.el.gz
 %%DATADIR%%/%%EMACS_VER%%/lisp/vc-mtn.elc
 %%DATADIR%%/%%EMACS_VER%%/lisp/vc-rcs.el.gz
@@ -3233,7 +3215,6 @@
 @dirrm %%DATADIR%%/%%EMACS_VER%%/etc/images/gud
 @dirrm %%DATADIR%%/%%EMACS_VER%%/etc/images/gnus
 @dirrm %%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage
-@dirrm %%DATADIR%%/%%EMACS_VER%%/etc/images/custom
 @dirrm %%DATADIR%%/%%EMACS_VER%%/etc/images
 @dirrm %%DATADIR%%/%%EMACS_VER%%/etc/gnus
 @dirrm %%DATADIR%%/%%EMACS_VER%%/etc/e
@@ -3243,6 +3224,9 @@
 @dirrm libexec/emacs/%%EMACS_VER%%/%%EMACS_ARCH%%
 @dirrm libexec/emacs/%%EMACS_VER%%
 @dirrm libexec/emacs
+@dirrmtry var/games/emacs
+@dirrmtry var/games
+@dirrmtry var
 @dirrmtry share/icons/hicolor/scalable/mimetypes
 @dirrmtry share/icons/hicolor/scalable/apps
 @dirrmtry share/icons/hicolor/scalable
@@ -3259,6 +3243,3 @@
 @dirrmtry share/icons/hicolor
 @dirrmtry share/icons
 @dirrmtry share/applications
-@dirrmtry var/games/emacs
-@dirrmtry var/games
-@dirrmtry var
Index: editors/emacs-devel/files/patch-Makefile.in
===================================================================
RCS file: /home/ncvs/ports/editors/emacs-devel/files/patch-Makefile.in,v
retrieving revision 1.7
diff -u -r1.7 patch-Makefile.in
--- editors/emacs-devel/files/patch-Makefile.in	9 Dec 2008 22:18:53 -0000	1.7
+++ editors/emacs-devel/files/patch-Makefile.in	2 Feb 2009 04:19:56 -0000
@@ -1,6 +1,6 @@
---- Makefile.in.orig	2008-12-09 19:27:59.000000000 +0200
-+++ Makefile.in	2008-12-09 19:25:19.000000000 +0200
-@@ -444,14 +444,6 @@
+--- Makefile.in.orig	Mon Feb 02 04:32:35 2009 +0200
++++ Makefile.in	Mon Feb 02 04:22:03 2009 +0200
+@@ -451,14 +451,6 @@
  
  install-arch-indep: mkdir info install-etc
  	-set ${COPYDESTS} ; \
@@ -15,7 +15,7 @@
  	mkdir ${COPYDESTS} ; \
  	chmod ugo+rx ${COPYDESTS} ; \
  	unset CDPATH; \
-@@ -552,9 +544,9 @@
+@@ -559,9 +551,9 @@
  	   cd ${srcdir}/info ; \
  	   for elt in $(INFO_FILES); do \
  	      test "$(MAKEINFO)" = "off" && ! test -e $$elt && continue; \
@@ -28,7 +28,7 @@
  	      done; \
  	   done); \
  	else true; fi
-@@ -565,7 +557,7 @@
+@@ -572,7 +564,7 @@
  	  for elt in $(INFO_FILES); do \
  	    test "$(MAKEINFO)" = "off" && ! test -e $$elt && continue; \
  	    (cd $${thisdir}; \
Index: editors/emacs-devel/files/patch-src-alloc.c
===================================================================
RCS file: editors/emacs-devel/files/patch-src-alloc.c
diff -N editors/emacs-devel/files/patch-src-alloc.c
--- editors/emacs-devel/files/patch-src-alloc.c	9 Dec 2008 22:18:53 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,15 +0,0 @@
---- src/alloc.c.orig	2008-12-09 19:27:59.000000000 +0200
-+++ src/alloc.c	2008-12-09 19:25:42.000000000 +0200
-@@ -4488,8 +4488,12 @@
-      needed on ia64 too.  See mach_dep.c, where it also says inline
-      assembler doesn't work with relevant proprietary compilers.  */
- #ifdef __sparc__
-+#ifdef __sparc64__
-+  asm ("flushw");
-+#else
-   asm ("ta 3");
- #endif
-+#endif
- 
-   /* Save registers that we need to see on the stack.  We need to see
-      registers used to hold register variables and registers used to
--- emacs-23.0.90.diff ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->bsam 
Responsible-Changed-By: bsam 
Responsible-Changed-When: Mon Feb 2 07:28:30 UTC 2009 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131275 
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 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/131275: commit references a PR
Date: Mon,  2 Feb 2009 12:16:01 +0000 (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"
 

From: Giorgos Keramidas <keramida@freebsd.org>
To: bsam@freebsd.org
Cc: bug-followup@freebsd.org
Subject: Re: ports/131275: [PATCH] update editors/emacs-devel to 23.0.90 (pretest #1)
Date: Mon, 02 Feb 2009 15:28:06 +0200

 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?
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/131275: commit references a PR
Date: Mon,  2 Feb 2009 15:08:25 +0000 (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"
 
>Unformatted:
