View | Details | Raw Unified | Return to bug 102764
Collapse All | Expand All

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

Return to bug 102764