From owner-ports-jp@jp.freebsd.org  Thu Sep 13 21:31:03 2001
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id VAA81253;
	Thu, 13 Sep 2001 21:31:03 +0900 (JST)
	(envelope-from owner-ports-jp@jp.FreeBSD.org)
Received: from eken2.eken.phys.nagoya-u.ac.jp (eken2.eken.phys.nagoya-u.ac.jp [133.6.121.2])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id VAA81247
	for <ports-jp@jp.freebsd.org>; Thu, 13 Sep 2001 21:31:02 +0900 (JST)
	(envelope-from yoichi@eken.phys.nagoya-u.ac.jp)
From: yoichi@eken.phys.nagoya-u.ac.jp
Received: from eken3.eken.phys.nagoya-u.ac.jp (eken3 [133.6.121.3])
	by eken2.eken.phys.nagoya-u.ac.jp (8.11.6+3.4W/3.7W-E) with ESMTP id f8DCV1O24776
	for <ports-jp@jp.freebsd.org>; Thu, 13 Sep 2001 21:31:01 +0900 (JST)
Date: Thu, 13 Sep 2001 21:31:01 +0900
Message-ID: <wyheu7i86y.wl@eken3.eken.phys.nagoya-u.ac.jp>
To: ports-jp@jp.freebsd.org
In-Reply-To: <86vginr29t.wl@archon.local.idaemons.org>
References: <864rq762f3.wl@archon.local.idaemons.org>
	<86vginr29t.wl@archon.local.idaemons.org>
User-Agent: Wanderlust/2.7.3 (Too Funky) SEMI/1.14.3
 (=?ISO-2022-JP?B?GyRCNW0lTkMrGyhC?=) FLIM/1.14.3
 (=?ISO-2022-JP?B?GyRCQCZLNThmTk1BMBsoQg==?=) APEL/10.3 Emacs/20.7
 (i686-pc-linux-gnu) MULE/4.0 (=?ISO-2022-JP?B?GyRCMlYxYxsoQg==?=)
MIME-Version: 1.0 (generated by SEMI 1.14.3 - =?ISO-2022-JP?B?IhskQjVtGyhC?=
 =?ISO-2022-JP?B?GyRCJU5DKxsoQiI=?=)
Content-Type: multipart/mixed;
 boundary="Multipart_Thu_Sep_13_21:31:01_2001-1"
Reply-To: ports-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+010328
X-Sequence: ports-jp 11363
Subject: [ports-jp 11363] Re: the ports tree is now frozen
Errors-To: owner-ports-jp@jp.freebsd.org
Sender: owner-ports-jp@jp.freebsd.org
X-Originator: yoichi@eken.phys.nagoya-u.ac.jp

--Multipart_Thu_Sep_13_21:31:01_2001-1
Content-Type: text/plain; charset=ISO-2022-JP

>>> Akinori MUSHA $B$5$s[)$/(B:
> $B!!0MB84X78(B (*_DEPENDS) $B$d%P!<%8%g%sHV9f$rJQ$($:$KD>$;$k$b$N$,(B
> $B$"$l$PD>$7$F%Q%C%A$r$/$@$5$$!#(B4.4-RELEASE $B$KF~$l$k$3$H$O3p$o(B
> $B$J$$$+$bCN$l$^$;$s$,!"$H$b$+$/FbMF$K$h$C$F$O@u8+$5$s$KAw$C$F(B
> $BAjCL$7$F$_$h$&$H;W$$$^$9!#(B

irc/pure-{emacs20|xemacs21-mule} $B$G(B pkg-plist $B$,4V0c$C$F$$$^$7$?!#(B
$B!t(B IRC $B$G$D$V$d$$$F$$$?$N$O$3$l$G$7$g$&$+!)(B > knu

irchat-pj-xemacs21-mule $B$b2?$+JQ$@$C$?$N$G<j$rF~$l$^$7$?!#(B
$B!t(B $B$+$J$j(B ad hoc $B$G$9$,(B
-- 
Yoichi Nakayama <yoichi@eken.phys.nagoya-u.ac.jp>
 E-ken, Dept. of Physics, Nagoya University 
 http://www.eken.phys.nagoya-u.ac.jp/~yoichi/

--Multipart_Thu_Sep_13_21:31:01_2001-1
Content-Type: application/octet-stream; type=patch
Content-Disposition: attachment; filename="pure-irchatpj.diff"
Content-Transfer-Encoding: 7bit

diff -ruN ports.bak/irchat-pj-emacs20/Makefile ports/irchat-pj-emacs20/Makefile
--- ports.bak/irchat-pj-emacs20/Makefile	Fri Jun 15 00:13:40 2001
+++ ports/irchat-pj-emacs20/Makefile	Thu Sep 13 21:21:58 2001
@@ -41,5 +41,8 @@
 	${INSTALL_MAN} ${WRKSRC}/${f} ${PREFIX}/${ETCDIR}
 .endfor
 .endif
+.if (${EMACS_PORT_NAME} == "xemacs21-mule")
+	${RMDIR} ${PREFIX}/${EMACS_LIBDIR}/site-packages/etc/irchat-pj
+.endif
 
 .include <bsd.port.mk>
diff -ruN ports.bak/pure-emacs20/Makefile ports/pure-emacs20/Makefile
--- ports.bak/pure-emacs20/Makefile	Fri Jun 15 00:13:41 2001
+++ ports/pure-emacs20/Makefile	Thu Sep 13 20:52:51 2001
@@ -18,9 +18,11 @@
 LISPDIR?=	${EMACS_LIBDIR}/site-lisp/${PORTNAME}
 EMACS_ONLY?=	""
 XEMACS_ONLY?=	"@comment "
+PUREBIN?=	bin
 
 PLIST_SUB=	LISPDIR=${LISPDIR} \
 		EMACS_ONLY=${EMACS_ONLY} \
-		XEMACS_ONLY=${XEMACS_ONLY}
+		XEMACS_ONLY=${XEMACS_ONLY} \
+		PUREBIN=${PUREBIN}
 
 .include <bsd.port.mk>
diff -ruN ports.bak/pure-emacs20/pkg-plist ports/pure-emacs20/pkg-plist
--- ports.bak/pure-emacs20/pkg-plist	Fri Jun 15 00:13:41 2001
+++ ports/pure-emacs20/pkg-plist	Thu Sep 13 20:52:51 2001
@@ -32,4 +32,8 @@
 %%LISPDIR%%/pure-pr-server.elc
 %%LISPDIR%%/pure-vs.el
 %%LISPDIR%%/pure-vs.elc
+%%PUREBIN%%/dccput
+%%PUREBIN%%/dccget
+%%PUREBIN%%/puresv
+%%XEMACS_ONLY%%@dirrm %%PUREBIN%%
 @dirrm %%LISPDIR%%
diff -ruN ports.bak/pure-xemacs21-mule/Makefile ports/pure-xemacs21-mule/Makefile
--- ports.bak/pure-xemacs21-mule/Makefile	Sun May  6 19:41:44 2001
+++ ports/pure-xemacs21-mule/Makefile	Thu Sep 13 21:22:40 2001
@@ -11,7 +11,8 @@
 LISPDIR=		lib/xemacs/site-packages/lisp/${PORTNAME}
 EMACS_ONLY=		"@comment "
 XEMACS_ONLY=		""
-ALL_TARGET=		package
+ALL_TARGET=		package c
 INSTALL_TARGET=		install-package
+PUREBIN=		${EMACS_LIBDIR}/site-packages/etc/pure
 
 .include <${MASTERDIR}/Makefile>

--Multipart_Thu_Sep_13_21:31:01_2001-1--
