From owner-doc-jp@jp.freebsd.org  Sat May  8 10:42:57 1999
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id KAA77658;
	Sat, 8 May 1999 10:42:57 +0900 (JST)
	(envelope-from owner-doc-jp@jp.FreeBSD.org)
Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id KAA77653
	for <doc-jp@jp.freebsd.org>; Sat, 8 May 1999 10:42:56 +0900 (JST)
	(envelope-from asami@cs.berkeley.edu)
Received: from silvia.hip.berkeley.edu (sji-ca3-251.ix.netcom.com [209.109.233.251]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id SAA00464 for <doc-jp@jp.freebsd.org>; Fri, 7 May 1999 18:43:49 -0700 (PDT)
Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id SAA07410; Fri, 7 May 1999 18:42:49 -0700 (PDT)
Date: Fri, 7 May 1999 18:42:49 -0700 (PDT)
Message-Id: <199905080142.SAA07410@silvia.hip.berkeley.edu>
X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f
To: doc-jp@jp.freebsd.org
In-reply-to: <199905071930.EAA18001@tasogare.imasy.or.jp> (message from
	Mitsuru IWASAKI on Sat, 08 May 1999 04:29:14 +0900)
From: asami@freebsd.org (Satoshi - Ports Wraith - Asami)
References: <373339C164.8DC2JURAI@postman.jah.ne.jp> <199905071930.EAA18001@tasogare.imasy.or.jp>
Reply-To: doc-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+990430
X-Sequence: doc-jp 6267
Subject: [doc-jp 6267] Re: sync && sync && sync
Errors-To: owner-doc-jp@jp.freebsd.org
Sender: owner-doc-jp@jp.freebsd.org
X-Originator: asami@freebsd.org

 * $B$$$o$5$-$G$9(B

 * diff -u $B7A<0$K$3$@$o$i$J$/$F$b(B -c $B$G$b(B -e $B$G$b$$$$$H;W$$$^$9!#(B
 * unified context $B7A<0$,?d>)$5$l$k$N$O!":9J,$,>.$5$/$J$k$0$i$$$N(B
 * $BM}M3$7$+$J$$$N$G!"(B

Unified context diff$B$,?d>)$5$l$F$$$k$N$O%5%$%:$@$1$NLdBj$G$O$"$j$^$;$s!#(B
$BFC$K(Bports$B4X78$N(BMakefile$B$@$H(B

===
# New ports collection makefile for:	GNU emacs
# Version required:	19.34b
 :
DISTNAME=	emacs-19.34b
 :
EMACS_VERSION=	19.34
CONFIGURE_TARGET=	${MACHINE_ARCH}--freebsd
PLIST_SUB=	EMACS_VERSION=${EMACS_VERSION} EMACS_ARCH=${CONFIGURE_TARGET}
NO_LATEST_LINK=	yes
WRKSRC=		${WRKDIR}/emacs-19.34
 :
post-install:
.for file in emacs-19.34 emacsclient etags ctags b2m
	strip ${PREFIX}/bin/${file}
.endfor
 :
===

$B$_$?$$$J$N$,B?$$$N$G$3$l$,(B -c $B$@$H(B

===
Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/editors/emacs/Makefile,v
retrieving revision 1.38
diff -c -5 -r1.38 Makefile
*** Makefile	1999/03/11 21:47:10	1.38
--- Makefile	1999/05/08 01:34:23
***************
*** 1,37 ****
  # New ports collection makefile for:	GNU emacs
! # Version required:	19.34b
  # Date created:		29 October 1994
  # Whom:			jkh
  #
  # $Id: Makefile,v 1.38 1999/03/11 21:47:10 scrappy Exp $
  #
  
! DISTNAME=	emacs-19.34b
  CATEGORIES=	editors
  MASTER_SITES=	${MASTER_SITE_GNU}
  MASTER_SITE_SUBDIR=	emacs
  
  MAINTAINER=	ports@FreeBSD.ORG
  
  Y2K=            http://www.gnu.org/software/year2000.html
  
! EMACS_VERSION=	19.34
  CONFIGURE_TARGET=	${MACHINE_ARCH}--freebsd
  PLIST_SUB=	EMACS_VERSION=${EMACS_VERSION} EMACS_ARCH=${CONFIGURE_TARGET}
  NO_LATEST_LINK=	yes
! WRKSRC=		${WRKDIR}/emacs-19.34
  GNU_CONFIGURE=	yes
  USE_XLIB=	yes
  USE_GMAKE=	yes
  CONFIGURE_ARGS=	--with-x-toolkit --sharedstatedir=/var/run
  
  STRIP=
  MAN1=		emacs.1 etags.1 ctags.1
  
  post-install:
! .for file in emacs-19.34 emacsclient etags ctags b2m
  	strip ${PREFIX}/bin/${file}
  .endfor
  	if [ ! -f ${PREFIX}/info/dir ]; then \
  	  ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
  	fi
--- 1,37 ----
  # New ports collection makefile for:	GNU emacs
! # Version required:	19.35b
  # Date created:		29 October 1994
  # Whom:			jkh
  #
  # $Id: Makefile,v 1.38 1999/03/11 21:47:10 scrappy Exp $
  #
  
! DISTNAME=	emacs-19.35b
  CATEGORIES=	editors
  MASTER_SITES=	${MASTER_SITE_GNU}
  MASTER_SITE_SUBDIR=	emacs
  
  MAINTAINER=	ports@FreeBSD.ORG
  
  Y2K=            http://www.gnu.org/software/year2000.html
  
! EMACS_VERSION=	19.35
  CONFIGURE_TARGET=	${MACHINE_ARCH}--freebsd
  PLIST_SUB=	EMACS_VERSION=${EMACS_VERSION} EMACS_ARCH=${CONFIGURE_TARGET}
  NO_LATEST_LINK=	yes
! WRKSRC=		${WRKDIR}/emacs-19.35
  GNU_CONFIGURE=	yes
  USE_XLIB=	yes
  USE_GMAKE=	yes
  CONFIGURE_ARGS=	--with-x-toolkit --sharedstatedir=/var/run
  
  STRIP=
  MAN1=		emacs.1 etags.1 ctags.1
  
  post-install:
! .for file in emacs-19.35 emacsclient etags ctags b2m
  	strip ${PREFIX}/bin/${file}
  .endfor
  	if [ ! -f ${PREFIX}/info/dir ]; then \
  	  ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
  	fi
===

$B$_$?$$$K$J$C$F$7$^$&$N$,(B -u $B$@$H(B

===
Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/editors/emacs/Makefile,v
retrieving revision 1.38
diff -u -5 -r1.38 Makefile
--- Makefile	1999/03/11 21:47:10	1.38
+++ Makefile	1999/05/08 01:34:23
@@ -1,37 +1,37 @@
 # New ports collection makefile for:	GNU emacs
-# Version required:	19.34b
+# Version required:	19.35b
 # Date created:		29 October 1994
 # Whom:			jkh
 #
 # $Id: Makefile,v 1.38 1999/03/11 21:47:10 scrappy Exp $
 #
 
-DISTNAME=	emacs-19.34b
+DISTNAME=	emacs-19.35b
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	emacs
 
 MAINTAINER=	ports@FreeBSD.ORG
 
 Y2K=            http://www.gnu.org/software/year2000.html
 
-EMACS_VERSION=	19.34
+EMACS_VERSION=	19.35
 CONFIGURE_TARGET=	${MACHINE_ARCH}--freebsd
 PLIST_SUB=	EMACS_VERSION=${EMACS_VERSION} EMACS_ARCH=${CONFIGURE_TARGET}
 NO_LATEST_LINK=	yes
-WRKSRC=		${WRKDIR}/emacs-19.34
+WRKSRC=		${WRKDIR}/emacs-19.35
 GNU_CONFIGURE=	yes
 USE_XLIB=	yes
 USE_GMAKE=	yes
 CONFIGURE_ARGS=	--with-x-toolkit --sharedstatedir=/var/run
 
 STRIP=
 MAN1=		emacs.1 etags.1 ctags.1
 
 post-install:
-.for file in emacs-19.34 emacsclient etags ctags b2m
+.for file in emacs-19.35 emacsclient etags ctags b2m
 	strip ${PREFIX}/bin/${file}
 .endfor
 	if [ ! -f ${PREFIX}/info/dir ]; then \
 	  ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
 	fi
===

$B$H$J$C$FBP1~4X78$,$o$+$j$d$9$$!"$H$$$&$3$H$,$h$/$"$j$^$9!#!J>e$N%Q%C%A(B
$B$O(B -c5$B$H(B -u5$B$G<h$j$^$7$?$N$G!"LdBj$,B?>/8XD%$5$l$F$*$j$^$9!#!K(B

$B$"$H!"9%$_$NLdBj$b$"$j$^$9!#;d$b4^$a(Bports$B4X78$N(Bcommitter$B$K$O(B -u $B$,9%$-(B
$B$J?M4V$,B?$$$h$&$G$9!#(B

$B5U$K(B David Greenman$B$d(B Richard Stallman$B!J$3$NFs?M$rJB$Y$?$N$OFC$KB>0U$O(B
$B$"$j$^$;$s!K$O(B -c $B$NJ}$,$*5$$KF~$j$N$h$&$G$9!#0JA0(B rms$B$K(B emacs$BMQ$NC;$$(B
$B%Q%C%A!J?7$7$$9T$r#19TIU$12C$($k$@$1!K$r$$$D$b$NJJ$G(B -u $B$7$FAw$C$?$i(B
$B!V;d$O(B -c $B$NJ}$,9%$-$J$s$@$1$I$M(B...$B$^$"!"$3$l$/$i$$C;$$$J$i$$$$$1$I!W(B
$B$H$$$&JV;v$,JV$C$F$-$F$S$C$/$j$7$^$7$?!#(B(^_^;)

$B$H$$$&$3$H$G!"(B-u $B$r4uK>$9$k$N$K$O$=$l$J$j$NM}M3$,$"$k$H$$$&OC$G$7$?!#(B
$B$b$A$m$s!"(Bpatch$B%3%^%s%I$NET9g$G(B -c $B$7$+=PMh$J$$$H$$$&$J$i$=$l$G$bA4$/(B
$B9=$$$^$;$s!#(B

 * 		     $B6KC<$JOC!"$=$&$$$&;v>p$G$"$l$P:9J,$G$J$/(B
 * $BA4BN$rN.$7$F$b$i$C$F$b$$$$$+$H;W$&$G$9!#(B

$B$3$l$O$J$k$Y$/Hr$1$F$/$@$5$$!#FC$K%j%]%8%H%j$NJ}$G$b%P!<%8%g%s$,>e$,$C(B
$B$?$j$7$F$$$k>l9g!"$o$1$,$o$+$i$J$/$J$j$^$9!#(B(^_^;)

$B$"$5$_(B
