From owner-ports-jp@jp.freebsd.org  Thu Jun 18 23:22:13 1998
Received: (from daemon@localhost)
	by jaz.jp.freebsd.org (8.8.8+3.0Wbeta13/8.7.3) id XAA10739;
	Thu, 18 Jun 1998 23:22:13 +0900 (JST)
	(envelope-from owner-ports-jp@jp.FreeBSD.org)
Received: from pis.toba-cmt.ac.jp (pis.toba-cmt.ac.jp [202.26.248.77])
	by jaz.jp.freebsd.org (8.8.8+3.0Wbeta13/8.7.3) with ESMTP id XAA10729
	for <ports-jp@jp.freebsd.org>; Thu, 18 Jun 1998 23:22:11 +0900 (JST)
	(envelope-from kiri@pis.toba-cmt.ac.jp)
Received: from localhost (localhost.pis [127.0.0.1])
	by pis.toba-cmt.ac.jp (8.8.8/8.8.8) with ESMTP id XAA09401
	for <ports-jp@jp.freebsd.org>; Thu, 18 Jun 1998 23:25:33 +0900 (JST)
	(envelope-from kiri@pis.toba-cmt.ac.jp)
To: ports-jp@jp.freebsd.org
In-Reply-To: Your message of "18 Jun 1998 22:24:35 +0900"
	<rysyauuyh9o.fsf@skywalk.jsys.co.jp>
References: <rysyauuyh9o.fsf@skywalk.jsys.co.jp>
X-Mailer: Mew version 1.92.4 on XEmacs 20.4 (Emerald)
Mime-Version: 1.0
Content-Type: Multipart/Mixed;
	boundary="--Next_Part(Thu_Jun_18_23:25:15_1998_749)--"
Content-Transfer-Encoding: 7bit
Message-Id: <19980618232533X.kiri@kiri.toba-cmt.ac.jp>
Date: Thu, 18 Jun 1998 23:25:33 +0900
From: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
X-Dispatcher: imput version 971024
Lines: 165
Reply-To: ports-jp@jp.freebsd.org
Precedence: bulk
X-Distribute: distribute [version 2.1 (Alpha) patchlevel=24]
X-Sequence: ports-jp 3534
Subject: [ports-jp 3534] Re: bug report for japanese/xemcacs-*
Errors-To: owner-ports-jp@jp.freebsd.org
Sender: owner-ports-jp@jp.freebsd.org

----Next_Part(Thu_Jun_18_23:25:15_1998_749)--
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit

$B6M;3(B $B$G$9!#(B

> $B2H1J$G$9!%(B $B$*5W$7$V$j$G$9!%(B

$B8fL5:;BA$7$F$^$9!#(B

$B!t(B $B:$$C$?;~$K$$$D$b8fEP>l4j$C$F62=L$G$9!#(B

> $B$b$&;~4|$,;~4|$@$1$K(B(21.0$B4V6a(B)$B$G$9$+$i!$(BFreeBSD specific$B$J%Q%C%A$H$7$F(B 
> ports$B$KF~$l$F$$$?$@$1$k$H$"$j$,$?$$$G$9!%(B

-current $B$+$i$N%Q%C%A$r:n$j!":#$7$,$?(B NO-databases/db $B$G(B  build $B$^$G3N(B
$BG'$7$^$7$?!#(B

$B!t(B 21.0 $B$C$F$$$D$4$m=P$k$s$G$9$+!)(B

> ($B$C$F!$;n$7$F$$$^$;$s(B $B$I$J$+$?(B... $B@'Hs(B... $-)

$B%Q%C%AIU$1$^$9$N$G(B databases/db $B$GF0:n3NG'4j$($^$;$s$+!)(B $B!d!!$9$_$+$o(B $B$5$s(B

---
KIRIYAMA Kazuhiko
kiri@pis.toba-cmt.ac.jp


----Next_Part(Thu_Jun_18_23:25:15_1998_749)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Description: xemacs-mule-common.patch

diff -urN ../../current/editors/xemacs-mule-common/patches/patch-ab ./patches/patch-ab
--- ../../current/editors/xemacs-mule-common/patches/patch-ab	Sun May 31 21:37:51 1998
+++ ./patches/patch-ab	Thu Jun 18 23:03:45 1998
@@ -1,5 +1,5 @@
---- ./configure.in.~1~	Tue Feb 10 12:58:57 1998
-+++ configure.in	Thu Apr 30 12:09:31 1998
+--- configure.in.orig	Tue Feb 10 12:58:57 1998
++++ configure.in	Thu Jun 18 23:02:00 1998
 @@ -2573,7 +2573,9 @@
      AC_DEFINE(HAVE_WNN)
      XE_PREPEND(-lwnn, libs_x)
@@ -10,3 +10,16 @@
 +    fi
      test "$with_wnn6" = "yes" && AC_DEFINE(WNN6)
    fi
+ 
+@@ -3037,6 +3039,11 @@
+   if test "$need_libdb" != "no"; then
+     AC_CHECK_LIB(db, dbopen, with_database_berkdb=yes need_libdb=yes)
+     fi
++  dnl try to figure out if Berkeley DB 2 (db_open) had been installed.
++  dnl or do we better to check (#if DB_VERSION_MAJOR == 2)?
++  if test "$with_database_berkdb" = "yes"; then
++    AC_CHECK_LIB(db, db_open, with_database_berkdb=yes need_libdb=yes)
++  fi
+   if test "$with_database_berkdb" = "yes"; then
+     for path in "db/db.h" "db.h"; do
+ AC_TRY_COMPILE([#ifdef HAVE_INTTYPES_H
diff -urN ../../current/editors/xemacs-mule-common/patches/patch-ad ./patches/patch-ad
--- ../../current/editors/xemacs-mule-common/patches/patch-ad	Sun May 31 21:37:51 1998
+++ ./patches/patch-ad	Wed Jun 17 09:54:17 1998
@@ -1,15 +1,16 @@
 --- lisp/packages/man.el.orig	Thu Feb 19 10:58:51 1998
-+++ lisp/packages/man.el	Thu Apr 23 08:44:22 1998
-@@ -29,6 +29,8 @@
++++ lisp/packages/man.el	Wed Jun 17 09:24:42 1998
+@@ -29,6 +29,9 @@
  ;;
  ;; [ older changelog entries removed, since they're all about code that
  ;;   I've deleted. ]
 +;;
-+;; Modified 2-Apr-98 by Yoshishige Arai <ryo2@on.rim.or.jp>
++;;
++;; Modified 16-Jun-98 by Yoshishige Arai <ryo2@on.rim.or.jp>
  
  (defgroup man nil
    "Browse Unix manual pages"
-@@ -242,8 +244,9 @@
+@@ -242,8 +245,9 @@
  			     (substring args-string (match-end 0))))
  
  		   (message "%s (running...)" args-string)
@@ -21,7 +22,7 @@
  		   (if (< (buffer-size) 200)
  		       (progn
  			 (kill-buffer (current-buffer))
-@@ -326,6 +329,39 @@
+@@ -326,6 +330,39 @@
  	  (Manual-delete-char 2)
  	  (forward-char 1))
  	(set-extent-face (make-extent s (point)) 'man-italic)))
@@ -61,31 +62,53 @@
      ;;
      ;; turn overstriking into bold
      ;;
-@@ -344,9 +380,13 @@
+@@ -344,9 +381,13 @@
  	(set-extent-face (make-extent s (point)) 'man-bold)))
      ;;
      ;; hack bullets: o^H+ --> +
-+    ;; ryo2 modified
-     (goto-char (point-min))
-     (while (search-forward "\b" nil t)
+-    (goto-char (point-min))
+-    (while (search-forward "\b" nil t)
 -      (Manual-delete-char -2))
-+      (if (equal "\b" (buffer-substring (match-end 0) (+ 1 (match-end 0))))
-+	  (Manual-delete-char -1)
-+	(Manual-delete-char -2)
-+      ))
++    ;; ryo2 modified
++     (goto-char (point-min))
++     (while (search-forward "\b" nil t)
++       (if (equal "\b" (buffer-substring (match-end 0) (+ 1 (match-end 0))))
++	   (Manual-delete-char -1)
++	 (Manual-delete-char -2)
++	 ))
  
      (if (> (buffer-size) 100) ; minor kludge
  	(Manual-nuke-nroff-bs-footers))
-@@ -474,8 +514,6 @@
-       (if (> (- p (point)) 4)
- 	  (delete-region (+ 2 (point)) p)
- 	(delete-region (1+ (point)) p))
+@@ -455,28 +496,6 @@
+       (setq p (point))
+       (skip-chars-forward "\n")
+       (delete-region p (point))
+-      (and (looking-at "[^\n]+\n\n?\n?\n?")
+-	   (delete-region (match-beginning 0) (match-end 0)))
+-      ;;
+-      ;; Next lose the footer, and the 3 blank lines after, and before it.
+-      ;; But don't lose the last footer of the manual entry; that contains
+-      ;; the "last change" date, so it's not completely uninteresting.
+-      ;; (Actually lose all blank lines before it; sh(1) needs this.)
+-      ;;
+-      (skip-chars-backward "\n")
+-      (beginning-of-line)
+-      (if (null (cdr pages))
+-	  nil
+-	(and (looking-at "[^\n]+\n\n?\n?\n?")
+-	     (delete-region (match-beginning 0) (match-end 0))))
+-      (setq p (point))
+-      (skip-chars-backward "\n")
+-      (if (> (- p (point)) 4)
+-	  (delete-region (+ 2 (point)) p)
+-	(delete-region (1+ (point)) p))
 -;      (and (looking-at "\n\n?\n?")
 -;	   (delete-region (match-beginning 0) (match-end 0)))
- 
+-
        (setq pages (cdr pages)))
      ;;
-@@ -516,25 +554,6 @@
+     ;; Now nuke the extra blank lines at the beginning and end.
+@@ -516,25 +535,6 @@
  	    splitp nil)
  
        (goto-char s)

----Next_Part(Thu_Jun_18_23:25:15_1998_749)----
