Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jun 1998 04:50:02 -0700 (PDT)
From:      KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
To:        freebsd-ports@FreeBSD.ORG
Subject:   Re:ports/6974:Updateport:xemacs-mule-20.4.
Message-ID:  <199806241150.EAA08743@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/6974; it has been noted by GNATS.

From: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
To: freebsd-gnats-submit@freebsd.org, kiri@pis.toba-cmt.ac.jp
Cc:  Subject: Re:ports/6974:Updateport:xemacs-mule-20.4.
Date: 24 Jun 1998 20:44:08 +0900

 There is a bug in "make configure" when database/db port was installed 
 , so I've put following patch to current xemacs-mule-common port.
 
 Please take your jobs to make update this port.
 
 Thank you.
 
 
 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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



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