Date: Sat, 26 Oct 2002 12:09:43 -0400 From: Craig Rodrigues <rodrigc@attbi.com> To: Maxim Sobolev <sobomax@FreeBSD.ORG> Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/42785: databases/db2 does not compile with new compiler Message-ID: <20021026120943.A44074@attbi.com> In-Reply-To: <20021026133120.GB33040@vega.vega.com>; from sobomax@FreeBSD.ORG on Sat, Oct 26, 2002 at 04:31:20PM %2B0300 References: <200210261320.g9QDK2F1045849@freefall.freebsd.org> <20021026133120.GB33040@vega.vega.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021026120943.A44074>