diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-03-22 09:39:35 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-03-22 09:39:35 +0000 |
commit | 925d957b51a7e47f3f0c12f271c27a2faca1214d (patch) | |
tree | 59959ca6c357e6166510fbb58162b799aa177e06 /dev-libs/ibpp | |
parent | *** empty log message *** (diff) | |
download | historical-925d957b51a7e47f3f0c12f271c27a2faca1214d.tar.gz historical-925d957b51a7e47f3f0c12f271c27a2faca1214d.tar.bz2 historical-925d957b51a7e47f3f0c12f271c27a2faca1214d.zip |
Required fixes for compilation with gcc3
Diffstat (limited to 'dev-libs/ibpp')
-rw-r--r-- | dev-libs/ibpp/ChangeLog | 9 | ||||
-rw-r--r-- | dev-libs/ibpp/files/digest-ibpp-1.0.5.2-r1 (renamed from dev-libs/ibpp/files/digest-ibpp-1.0.5.2) | 0 | ||||
-rw-r--r-- | dev-libs/ibpp/files/ibpp-1.0.5.2.patch | 42 | ||||
-rw-r--r-- | dev-libs/ibpp/ibpp-1.0.5.2-r1.ebuild (renamed from dev-libs/ibpp/ibpp-1.0.5.2.ebuild) | 2 |
4 files changed, 42 insertions, 11 deletions
diff --git a/dev-libs/ibpp/ChangeLog b/dev-libs/ibpp/ChangeLog index 89bdf13282bd..818787d5479c 100644 --- a/dev-libs/ibpp/ChangeLog +++ b/dev-libs/ibpp/ChangeLog @@ -1,7 +1,14 @@ # ChangeLog for dev-lang/sather # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ibpp/ChangeLog,v 1.1 2002/03/21 09:52:43 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ibpp/ChangeLog,v 1.2 2002/03/22 09:39:35 gbevin Exp $ +*ibpp-1.0.5.2-r1 (22 Mar 2002) + + 22 Mar 2002; G.Bevin <gbevin@gentoo.org> ibpp-1.0.5.2-r1.ebuild + files/digest-ibpp-1.0.5.2-r1 digest/ibpp-1.0.5.2.patch: + + Required fixes for compilation with gcc3. + *ibpp-1.0.5.2 (21 Mar 2002) 21 Mar 2002; G.Bevin <gbevin@gentoo.org> ibpp-1.0.5.2.ebuild diff --git a/dev-libs/ibpp/files/digest-ibpp-1.0.5.2 b/dev-libs/ibpp/files/digest-ibpp-1.0.5.2-r1 index 0e60a6f4cf6b..0e60a6f4cf6b 100644 --- a/dev-libs/ibpp/files/digest-ibpp-1.0.5.2 +++ b/dev-libs/ibpp/files/digest-ibpp-1.0.5.2-r1 diff --git a/dev-libs/ibpp/files/ibpp-1.0.5.2.patch b/dev-libs/ibpp/files/ibpp-1.0.5.2.patch index 38b2647da57a..262c84f2a80b 100644 --- a/dev-libs/ibpp/files/ibpp-1.0.5.2.patch +++ b/dev-libs/ibpp/files/ibpp-1.0.5.2.patch @@ -1,6 +1,6 @@ -diff -r -u ibpp-1-0-5-2_orig/database.cpp ibpp-1-0-5-2/database.cpp ---- ibpp-1-0-5-2_orig/database.cpp 2001-11-10 13:52:58.000000000 +0100 -+++ ibpp-1-0-5-2/database.cpp 2002-03-21 09:52:02.000000000 +0100 +diff -r -u ibpp-1.0.5.2_orig/database.cpp ibpp-1.0.5.2/database.cpp +--- ibpp-1.0.5.2_orig/database.cpp 2001-11-10 13:52:58.000000000 +0100 ++++ ibpp-1.0.5.2/database.cpp 2002-03-22 10:34:07.000000000 +0100 @@ -354,9 +354,7 @@ throw ExceptionImpl("Database::Create", "Database is already connected.");
if (_DatabaseName == NULL)
@@ -48,9 +48,9 @@ diff -r -u ibpp-1-0-5-2_orig/database.cpp ibpp-1-0-5-2/database.cpp dpb.Insert(isc_dpb_force_write, (short)0);
if (_RoleName != NULL) dpb.Insert(isc_dpb_sql_role_name, _RoleName);
-diff -r -u ibpp-1-0-5-2_orig/exception.cpp ibpp-1-0-5-2/exception.cpp ---- ibpp-1-0-5-2_orig/exception.cpp 2001-11-10 13:52:58.000000000 +0100 -+++ ibpp-1-0-5-2/exception.cpp 2002-03-21 09:52:28.000000000 +0100 +diff -r -u ibpp-1.0.5.2_orig/exception.cpp ibpp-1.0.5.2/exception.cpp +--- ibpp-1.0.5.2_orig/exception.cpp 2001-11-10 13:52:58.000000000 +0100 ++++ ibpp-1.0.5.2/exception.cpp 2002-03-22 10:34:07.000000000 +0100 @@ -47,6 +47,7 @@ #endif
@@ -59,9 +59,33 @@ diff -r -u ibpp-1-0-5-2_orig/exception.cpp ibpp-1-0-5-2/exception.cpp using namespace ibpp_internals;
-diff -r -u ibpp-1-0-5-2_orig/tests/Makefile ibpp-1-0-5-2/tests/Makefile ---- ibpp-1-0-5-2_orig/tests/Makefile 2001-06-08 18:26:34.000000000 +0200 -+++ ibpp-1-0-5-2/tests/Makefile 2002-03-21 09:52:02.000000000 +0100 +diff -r -u ibpp-1.0.5.2_orig/_internals.h ibpp-1.0.5.2/_internals.h +--- ibpp-1.0.5.2_orig/_internals.h 2001-11-10 13:52:58.000000000 +0100 ++++ ibpp-1.0.5.2/_internals.h 2002-03-22 10:33:07.000000000 +0100 +@@ -832,7 +832,7 @@ + // (((((((( OBJECT INTERNALS ))))))))
+
+ private:
+- friend TransactionImpl;
++ friend class TransactionImpl;
+
+ isc_stmt_handle _Handle; // Référence d'accès au statement InterBase API
+
+diff -r -u ibpp-1.0.5.2_orig/Makefile ibpp-1.0.5.2/Makefile +--- ibpp-1.0.5.2_orig/Makefile 2001-06-08 18:26:30.000000000 +0200 ++++ ibpp-1.0.5.2/Makefile 2002-03-22 10:34:07.000000000 +0100 +@@ -147,7 +147,7 @@ + release:
+ $(MAKE) DEBUG=0 BUILDDEPENDANCIES=1 targets
+
+-targets: ctags
++targets:
+ # build targets
+ if [ ! -d $(TARGETDIR)/$(PLATFORM) ]; then mkdir -p $(TARGETDIR)/$(PLATFORM); fi
+
+diff -r -u ibpp-1.0.5.2_orig/tests/Makefile ibpp-1.0.5.2/tests/Makefile +--- ibpp-1.0.5.2_orig/tests/Makefile 2001-06-08 18:26:34.000000000 +0200 ++++ ibpp-1.0.5.2/tests/Makefile 2002-03-22 10:34:07.000000000 +0100 @@ -52,7 +52,7 @@ #LIBS+=$(IBPPDIR)/$(TARGETDIR)/$(PLATFORM)/libibpp_core.a
#LIBS+=$(IBPPDIR)/$(TARGETDIR)/$(PLATFORM)/libibpp_helper.a
diff --git a/dev-libs/ibpp/ibpp-1.0.5.2.ebuild b/dev-libs/ibpp/ibpp-1.0.5.2-r1.ebuild index 263bd3977b52..33548a723d23 100644 --- a/dev-libs/ibpp/ibpp-1.0.5.2.ebuild +++ b/dev-libs/ibpp/ibpp-1.0.5.2-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Geert Bevin <gbevin@uwyn.com> -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ibpp/ibpp-1.0.5.2.ebuild,v 1.1 2002/03/21 09:52:43 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ibpp/ibpp-1.0.5.2-r1.ebuild,v 1.1 2002/03/22 09:39:35 gbevin Exp $ S="${WORKDIR}/${P}" DESCRIPTION="IBPP, a C++ client API for firebird 1.0" |