Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Sep 2006 23:49:17 +0300 (EEST)
From:      Giorgos Keramidas <keramida@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        anray@FreeBSD.org
Subject:   ports/102764: update of editors/emacs-devel to 2006.09.01.17.52.26 snapshot
Message-ID:  <200609012049.k81KnHZm026427@gothmog.pc>
Resent-Message-ID: <200609012050.k81KoJGh054448@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         102764
>Category:       ports
>Synopsis:       update of editors/emacs-devel to 2006.09.01.17.52.26 snapshot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 01 20:50:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Giorgos Keramidas
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD gothmog.pc 7.0-CURRENT FreeBSD 7.0-CURRENT #0:
Fri Aug 11 22:23:01 EEST 2006 build@gothmog.pc:/home/build/obj/home/build/src/sys/GOTHMOG i386

>Description:

	The attached patch updates the editors/emacs-devel port to
	a snapshot from 2006.09.01.17.52.26.

	I've uploaded the distfile on freefall, but it may take a
	while before it hits the FTP mirrors.  In the mean time,
	the same distfile is accessible through:

	http://people.freebsd.org/~keramida/emacs/distfiles/emacs-cvs-snapshot-2006.09.01.17.52.26.tar.bz2

>How-To-Repeat:
>Fix:

--- emacs-devel.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/editors/emacs-devel/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile	18 Aug 2006 19:28:40 -0000	1.9
+++ Makefile	1 Sep 2006 18:47:51 -0000
@@ -2,7 +2,7 @@
 # Date created:				April 12 2005
 # Whom:	      				Kenneth Vestergaard Schmidt <kvs@pil.dk>
 #
-# $FreeBSD: ports/editors/emacs-devel/Makefile,v 1.9 2006/08/18 19:28:40 anray Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	emacs
@@ -10,7 +10,7 @@
 CATEGORIES=	editors ipv6
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	keramida
-DISTNAME=	${PORTNAME}-cvs-snapshot-2006.08.13.19.02.57
+DISTNAME=	${PORTNAME}-cvs-snapshot-2006.09.01.17.52.26
 
 MAINTAINER=	keramida@ceid.upatras.gr
 COMMENT=	GNU editing macros
@@ -30,7 +30,7 @@
 		xemacs-mule-[0-9]* xemacs-devel-mule-[0-9]*
 
 EMACS_VER=	22.0.50
-SNAPSHOT=	20060813
+SNAPSHOT=	20060901
 USE_BZIP2=	yes
 USE_AUTOTOOLS=	autoconf:259
 .if !defined(WITHOUT_X11)
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/editors/emacs-devel/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	18 Aug 2006 19:28:40 -0000	1.5
+++ distinfo	1 Sep 2006 18:26:26 -0000
@@ -1,3 +1,3 @@
-MD5 (emacs-cvs-snapshot-2006.08.13.19.02.57.tar.bz2) = adf2acbcd2618bd1ad0b004b5d1021de
-SHA256 (emacs-cvs-snapshot-2006.08.13.19.02.57.tar.bz2) = a279ad5a806f076dc367770f9fceaa3b7d32d2ac41d86a205fc7379054621732
-SIZE (emacs-cvs-snapshot-2006.08.13.19.02.57.tar.bz2) = 20069219
+MD5 (emacs-cvs-snapshot-2006.09.01.17.52.26.tar.bz2) = cd31836242596e245eeb0209578ba063
+SHA256 (emacs-cvs-snapshot-2006.09.01.17.52.26.tar.bz2) = 97289c41e60ce38265700509fb78e75f14e40624eb726dd34c76039c60364b10
+SIZE (emacs-cvs-snapshot-2006.09.01.17.52.26.tar.bz2) = 20050570
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/editors/emacs-devel/pkg-plist,v
retrieving revision 1.6
diff -u -r1.6 pkg-plist
--- pkg-plist	18 Aug 2006 19:28:40 -0000	1.6
+++ pkg-plist	1 Sep 2006 18:59:11 -0000
@@ -2638,10 +2638,7 @@
 @dirrmtry %%DATADIR%%/%%EMACS_VER%%/site-lisp
 @dirrmtry %%DATADIR%%/%%EMACS_VER%%
 @dirrmtry %%DATADIR%%/site-lisp
-@dirrmtry %%DATADIR%%/nls/POSIX
-@dirrmtry %%DATADIR%%/nls/en_US.US-ASCII
-@dirrmtry %%DATADIR%%/nls
-@dirrmtry %%DATADIR%%
+@dirrmtry share/nls/POSIX
 @dirrmtry var/games/emacs
 @dirrmtry var/games
 @dirrmtry var
Index: files/patch-Makefile.in
===================================================================
RCS file: /home/ncvs/ports/editors/emacs-devel/files/patch-Makefile.in,v
retrieving revision 1.3
diff -u -r1.3 patch-Makefile.in
--- files/patch-Makefile.in	5 Jul 2006 11:43:12 -0000	1.3
+++ files/patch-Makefile.in	1 Sep 2006 18:19:06 -0000
@@ -1,10 +1,9 @@
---- Makefile.in.orig	Tue Jul 04 16:55:30 2006 +0300
-+++ Makefile.in	Tue Jul 04 16:58:01 2006 +0300
-@@ -408,14 +408,6 @@ install-arch-dep: mkdir
- ## If people complain about the h flag in tar command, take that out.
+--- ./Makefile.in.orig	Sun Aug 27 04:16:25 2006
++++ ./Makefile.in	Fri Sep  1 21:10:08 2006
+@@ -409,14 +409,6 @@
  ## That flag is also used in leim/Makefile.in
  install-arch-indep: mkdir info
--	-set ${COPYDESTS} ; \
+ 	-set ${COPYDESTS} ; \
 -	unset CDPATH; \
 -	for dir in ${COPYDIR} ; do \
 -	  if [ `(cd $$1 && /bin/pwd)` != `(cd $${dir} && /bin/pwd)` ] ; then \
@@ -12,10 +11,11 @@
 -	  fi ; \
 -	  shift ; \
 -	done
- 	-set ${COPYDESTS} ; \
+-	-set ${COPYDESTS} ; \
  	mkdir ${COPYDESTS} ; \
  	chmod ugo+rx ${COPYDESTS} ; \
-@@ -503,9 +495,9 @@ install-arch-indep: mkdir info
+ 	unset CDPATH; \
+@@ -503,9 +495,9 @@
  	   fi; \
  	   cd ${srcdir}/info ; \
  	   for elt in $(INFO_FILES); do \
@@ -28,7 +28,7 @@
  	      done; \
  	   done); \
  	else true; fi
-@@ -515,7 +507,7 @@ install-arch-indep: mkdir info
+@@ -515,7 +507,7 @@
  	then \
  	  for elt in $(INFO_FILES); do \
  	    (cd $${thisdir}; \
Index: files/patch-configure.in
===================================================================
RCS file: /home/ncvs/ports/editors/emacs-devel/files/patch-configure.in,v
retrieving revision 1.3
diff -u -r1.3 patch-configure.in
--- files/patch-configure.in	5 Jul 2006 11:43:12 -0000	1.3
+++ files/patch-configure.in	1 Sep 2006 18:19:06 -0000
@@ -1,6 +1,6 @@
---- configure.in.orig	Tue Jul 04 16:55:30 2006 +0300
-+++ configure.in	Tue Jul 04 16:58:01 2006 +0300
-@@ -237,6 +237,9 @@ case "${canonical}" in
+--- ./configure.in.orig	Sun Aug 27 04:16:25 2006
++++ ./configure.in	Fri Sep  1 21:10:08 2006
+@@ -237,6 +237,9 @@
      opsys=freebsd
      case "${canonical}" in
        alpha*-*-freebsd*)	machine=alpha ;;
Index: files/patch-lib-src-Makefile.in
===================================================================
RCS file: /home/ncvs/ports/editors/emacs-devel/files/patch-lib-src-Makefile.in,v
retrieving revision 1.3
diff -u -r1.3 patch-lib-src-Makefile.in
--- files/patch-lib-src-Makefile.in	5 Jul 2006 11:43:12 -0000	1.3
+++ files/patch-lib-src-Makefile.in	1 Sep 2006 18:19:06 -0000
@@ -1,6 +1,6 @@
---- lib-src/Makefile.in.orig	Tue Jul 04 16:55:30 2006 +0300
-+++ lib-src/Makefile.in	Tue Jul 04 16:58:01 2006 +0300
-@@ -94,6 +94,7 @@ INSTALL = @INSTALL@
+--- ./lib-src/Makefile.in.orig	Fri Jun  9 20:53:58 2006
++++ ./lib-src/Makefile.in	Fri Sep  1 21:10:08 2006
+@@ -94,6 +94,7 @@
  INSTALL = @INSTALL@
  INSTALL_PROGRAM = @INSTALL_PROGRAM@
  INSTALL_DATA = @INSTALL_DATA@
@@ -8,7 +8,7 @@
  # By default, we uphold the dignity of our programs.
  INSTALL_STRIP =
  
-@@ -319,7 +320,7 @@ maybe-blessmail: BLESSMAIL
+@@ -319,7 +320,7 @@
          if [ `(cd $(DESTDIR)${archlibdir} && /bin/pwd)` \
               != `(cd ${srcdir} && /bin/pwd)` ]; then \
  	  for file in ${SCRIPTS}; do \
@@ -17,7 +17,7 @@
  	  done ; \
  	fi
  
-@@ -331,7 +332,7 @@ install: $(DESTDIR)${archlibdir}
+@@ -331,7 +332,7 @@
  	  chmod a+rx $(DESTDIR)${bindir}/`echo $${file} | sed '$(TRANSFORM)'`; \
  	done
  	for file in ${INSTALLABLE_SCRIPTS} ; do \
Index: files/patch-lispintro-Makefile.in
===================================================================
RCS file: /home/ncvs/ports/editors/emacs-devel/files/patch-lispintro-Makefile.in,v
retrieving revision 1.3
diff -u -r1.3 patch-lispintro-Makefile.in
--- files/patch-lispintro-Makefile.in	5 Jul 2006 11:43:12 -0000	1.3
+++ files/patch-lispintro-Makefile.in	1 Sep 2006 18:19:06 -0000
@@ -1,6 +1,6 @@
---- lispintro/Makefile.in.orig	Tue Jul 04 16:55:30 2006 +0300
-+++ lispintro/Makefile.in	Tue Jul 04 16:58:01 2006 +0300
-@@ -33,7 +33,7 @@ INFO_TARGETS = ${infodir}/eintr
+--- ./lispintro/Makefile.in.orig	Mon Feb  6 01:05:17 2006
++++ ./lispintro/Makefile.in	Fri Sep  1 21:10:08 2006
+@@ -33,7 +33,7 @@
  INFO_TARGETS = ${infodir}/eintr
  DVI_TARGETS = emacs-lisp-intro.dvi
  
Index: files/patch-lispref-Makefile.in
===================================================================
RCS file: /home/ncvs/ports/editors/emacs-devel/files/patch-lispref-Makefile.in,v
retrieving revision 1.3
diff -u -r1.3 patch-lispref-Makefile.in
--- files/patch-lispref-Makefile.in	5 Jul 2006 11:43:12 -0000	1.3
+++ files/patch-lispref-Makefile.in	1 Sep 2006 18:19:06 -0000
@@ -1,6 +1,6 @@
---- lispref/Makefile.in.orig	Tue Jul 04 16:55:30 2006 +0300
-+++ lispref/Makefile.in	Tue Jul 04 16:58:01 2006 +0300
-@@ -31,7 +31,7 @@ TEXI2DVI = texi2dvi
+--- ./lispref/Makefile.in.orig	Mon Aug 21 08:22:22 2006
++++ ./lispref/Makefile.in	Fri Sep  1 21:10:08 2006
+@@ -32,7 +32,7 @@
  TEXI2DVI = texi2dvi
  SHELL = /bin/sh
  INSTALL_INFO = install-info
@@ -9,7 +9,7 @@
  
  # The name of the manual:
  VERSION=2.9
-@@ -108,7 +108,7 @@ elisp.dvi: $(srcs)
+@@ -109,7 +109,7 @@
  # This is for use in a separate distro of the Emacs Lisp manual.
  install: elisp
  	$(srcdir)/mkinstalldirs $(infodir)
@@ -18,7 +18,7 @@
  	${INSTALL_INFO} --info-dir=${infodir} ${infodir}/elisp
  
  # This is for use in a separate distro of the Emacs Lisp manual.
-@@ -124,7 +124,7 @@ distclean: clean
+@@ -125,7 +125,7 @@
  
  maintainer-clean: clean
  	rm -f elisp.dvi elisp.oaux
@@ -27,7 +27,7 @@
  
  dist: $(infodir)/elisp elisp.dvi
  	-rm -rf temp
-@@ -134,7 +134,7 @@ dist: $(infodir)/elisp elisp.dvi
+@@ -135,7 +135,7 @@
   $(srcdir)/Makefile.in $(srcs) \
   $(srcdir)/../man/texinfo.tex \
   elisp.dvi elisp.aux elisp.??s \
Index: files/patch-man-Makefile.in
===================================================================
RCS file: /home/ncvs/ports/editors/emacs-devel/files/patch-man-Makefile.in,v
retrieving revision 1.3
diff -u -r1.3 patch-man-Makefile.in
--- files/patch-man-Makefile.in	5 Jul 2006 11:43:12 -0000	1.3
+++ files/patch-man-Makefile.in	1 Sep 2006 18:19:06 -0000
@@ -1,6 +1,6 @@
---- man/Makefile.in.orig	Tue Jul 04 16:55:30 2006 +0300
-+++ man/Makefile.in	Tue Jul 04 16:58:01 2006 +0300
-@@ -32,7 +32,7 @@ VPATH=@srcdir@
+--- ./man/Makefile.in.orig	Sat May  6 18:54:21 2006
++++ ./man/Makefile.in	Fri Sep  1 21:10:08 2006
+@@ -32,7 +32,7 @@
  
  # The makeinfo program is part of the Texinfo distribution.
  # Use --force so that it generates output even if there are errors.
Index: files/patch-src__alloc.c
===================================================================
RCS file: /home/ncvs/ports/editors/emacs-devel/files/patch-src__alloc.c,v
retrieving revision 1.3
diff -u -r1.3 patch-src__alloc.c
--- files/patch-src__alloc.c	5 Jul 2006 11:43:12 -0000	1.3
+++ files/patch-src__alloc.c	1 Sep 2006 18:19:06 -0000
@@ -1,6 +1,6 @@
---- src/alloc.c.orig	Tue Jul 04 16:55:30 2006 +0300
-+++ src/alloc.c	Tue Jul 04 16:58:01 2006 +0300
-@@ -4542,7 +4542,11 @@ mark_stack ()
+--- ./src/alloc.c.orig	Thu Aug 31 20:50:29 2006
++++ ./src/alloc.c	Fri Sep  1 21:10:08 2006
+@@ -4560,7 +4560,11 @@
       needed on ia64 too.  See mach_dep.c, where it also says inline
       assembler doesn't work with relevant proprietary compilers.  */
  #ifdef sparc
--- emacs-devel.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609012049.k81KnHZm026427>