Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Dec 2002 07:00:34 -0800 (PST)
From:      "Sergey A. Osokin" <osa@freebsd.org.ru>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/46006: [NON-MAINTAINER] update www/oops from 1.5.22-20020519 to 1.5.22-20021204
Message-ID:  <200212061500.gB6F0Y3t012258@freefall.freebsd.org>

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

From: "Sergey A. Osokin" <osa@freebsd.org.ru>
To: Yar Tikhiy <yar@FreeBSD.org>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/46006: [NON-MAINTAINER] update www/oops from 1.5.22-20020519 to 1.5.22-20021204
Date: Fri, 6 Dec 2002 17:58:23 +0300

 --KsGdsel6WgEHnImy
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 On Fri, Dec 06, 2002 at 05:41:11PM +0300, Yar Tikhiy wrote:
 > Thanks!  Dmitry Morozovsky has confirmed your patch worked for him.
 > 
 > One more note:  Is this warning from your patch really harmless?
 > Didn't you miss the file?
 > 
 > > ? ports/www/oops/files/patch-src::modules::berkeley_db_api.c
 
 Oops, look at following patch and put in into files directory.
 
 Thanks.
 
 -- 
 
 Rgdz,                        /"\  ASCII RIBBON CAMPAIGN
 Sergey Osokin aka oZZ,       \ /    AGAINST HTML MAIL
 http://ozz.pp.ru/             X          AND NEWS
                              / \
 
 --KsGdsel6WgEHnImy
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="patch-src::modules::berkeley_db_api.c"
 
 --- src/modules/berkeley_db_api.c.orig	Tue Oct 15 04:22:09 2002
 +++ src/modules/berkeley_db_api.c	Tue Oct 15 04:22:14 2002
 @@ -37,7 +37,10 @@
  #endif
  
  #if	defined(HAVE_BERKELEYDB)
 -#include	<db.h>
 +#include	<db4/db.h>
 +/* 
 +It should be a tuneable, but since configure accept only db4 it is not a big trouble anyway
 +*/
  
  #if	defined(MODULES)
  int		mod_run(void);
 
 --KsGdsel6WgEHnImy--

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?200212061500.gB6F0Y3t012258>