From owner-freebsd-ports Sat Oct 26 9: 9:44 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C08A437B401; Sat, 26 Oct 2002 09:09:42 -0700 (PDT) Received: from dibbler.ne.client2.attbi.com (dibbler.ne.client2.attbi.com [24.61.41.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id E289443E6A; Sat, 26 Oct 2002 09:09:41 -0700 (PDT) (envelope-from rodrigc@attbi.com) Received: from dibbler.ne.client2.attbi.com (localhost.ne.attbi.com [127.0.0.1]) by dibbler.ne.client2.attbi.com (8.12.6/8.12.5) with ESMTP id g9QG9iRD044665; Sat, 26 Oct 2002 12:09:44 -0400 (EDT) (envelope-from rodrigc@dibbler.ne.client2.attbi.com) Received: (from rodrigc@localhost) by dibbler.ne.client2.attbi.com (8.12.6/8.12.6/Submit) id g9QG9iVm044664; Sat, 26 Oct 2002 12:09:44 -0400 (EDT) Date: Sat, 26 Oct 2002 12:09:43 -0400 From: Craig Rodrigues To: Maxim Sobolev Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/42785: databases/db2 does not compile with new compiler Message-ID: <20021026120943.A44074@attbi.com> References: <200210261320.g9QDK2F1045849@freefall.freebsd.org> <20021026133120.GB33040@vega.vega.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20021026133120.GB33040@vega.vega.com>; from sobomax@FreeBSD.ORG on Sat, Oct 26, 2002 at 04:31:20PM +0300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Oct 26, 2002 at 04:31:20PM +0300, Maxim Sobolev wrote: > > No it does not. sobomax's commit is not a fix, it is a hack. > > > > I asked sobomax to revert his patch and commit my fixes, but > > he ignored my e-mail. > > Sorry, I saw your message, but unfortunately currently is too > busy to address it, especially considering that the port is > already unbroken. Why are you refusing to look at my patch? It's so small. > I'd suggest to you to submit your patch to > vendor of the db2 instead, so that it will be integrated into > the next release. I'm very disappointed by this response. I could understand if the patch was very big and complicated, but for something this small, I cannot. Can someone who has the time to evaluate this patch commit it? I am resubmitting it. diff -urN /home/rodrigc/ports/databases/db2/files/patch-ab ./files/patch-ab --- /home/rodrigc/ports/databases/db2/files/patch-ab Wed Dec 31 19:00:00 1969 +++ ./files/patch-ab Sat Sep 14 14:51:47 2002 @@ -0,0 +1,11 @@ +--- ../include/db_cxx.h.orig Tue Aug 31 13:45:43 1999 ++++ ../include/db_cxx.h Sat Sep 14 14:50:27 2002 +@@ -717,7 +717,7 @@ + // call set_error_stream() to force all errors to a C++ stream. + // It is unwise to mix these approaches. + // +- void set_error_stream(class ostream*); ++ void set_error_stream(ostream*); + + // used internally + static int runtime_error(const char *caller, int err, diff -urN /home/rodrigc/ports/databases/db2/files/patch-ac ./files/patch-ac --- /home/rodrigc/ports/databases/db2/files/patch-ac Wed Dec 31 19:00:00 1969 +++ ./files/patch-ac Sat Sep 14 14:51:47 2002 @@ -0,0 +1,11 @@ +--- ../cxx/cxx_app.cpp.orig Wed Dec 16 14:53:47 1998 ++++ ../cxx/cxx_app.cpp Sat Sep 14 14:50:30 2002 +@@ -125,7 +125,7 @@ + // db_env triggered the call. A user that has multiple DB_ENVs + // will simply not be able to have different streams for each one. + // +-void DbEnv::set_error_stream(class ostream *stream) ++void DbEnv::set_error_stream(ostream *stream) + { + error_stream_ = stream; + -- Craig Rodrigues http://www.gis.net/~craigr rodrigc@attbi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message