diff options
author | Masatomo Nakano <nakano@gentoo.org> | 2005-07-22 23:22:25 +0000 |
---|---|---|
committer | Masatomo Nakano <nakano@gentoo.org> | 2005-07-22 23:22:25 +0000 |
commit | d1a93edddcc4e032c69748351a2e63c3de8f7065 (patch) | |
tree | 09a0f0b2baf4134a66a0a437b82b56dd8d72c2a0 /dev-db | |
parent | Add dlloader USE flag, which installs a DSO linuxwacom Xorg driver. Furthermo... (diff) | |
download | historical-d1a93edddcc4e032c69748351a2e63c3de8f7065.tar.gz historical-d1a93edddcc4e032c69748351a2e63c3de8f7065.tar.bz2 historical-d1a93edddcc4e032c69748351a2e63c3de8f7065.zip |
Fxied compile failed bug. (#93316)
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/dbbalancer/ChangeLog | 7 | ||||
-rw-r--r-- | dev-db/dbbalancer/Manifest | 8 | ||||
-rw-r--r-- | dev-db/dbbalancer/dbbalancer-0.4.4.ebuild | 5 | ||||
-rw-r--r-- | dev-db/dbbalancer/files/dbbalancer-0.4.4-gentoo.patch | 39 | ||||
-rw-r--r-- | dev-db/dbbalancer/metadata.xml | 5 |
5 files changed, 59 insertions, 5 deletions
diff --git a/dev-db/dbbalancer/ChangeLog b/dev-db/dbbalancer/ChangeLog index 9c810a9b2cc7..9e6987b65dee 100644 --- a/dev-db/dbbalancer/ChangeLog +++ b/dev-db/dbbalancer/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-db/dbbalancer # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/dbbalancer/ChangeLog,v 1.8 2005/06/05 18:40:17 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/dbbalancer/ChangeLog,v 1.9 2005/07/22 23:22:25 nakano Exp $ + + 22 Jul 2005; Masatomo Nakano <nakano@gentoo.org> + +files/dbbalancer-0.4.4-gentoo.patch, +metadata.xml, + dbbalancer-0.4.4.ebuild: + Fxied compile failed bug. (#93316) 05 Jun 2005; Leonardo Boshell <leonardop@gentoo.org> dbbalancer-0.4.4.ebuild: diff --git a/dev-db/dbbalancer/Manifest b/dev-db/dbbalancer/Manifest index 53a752fa0ec1..aa28ba317f43 100644 --- a/dev-db/dbbalancer/Manifest +++ b/dev-db/dbbalancer/Manifest @@ -1,7 +1,9 @@ -MD5 9830f2253c0e0e721e0e7962314ee6de ChangeLog 898 -MD5 45ed39ecaa90993ef1413b94db9e1788 dbbalancer-0.4.4.ebuild 1513 +MD5 be7dc027f8200e0b1452c3c4afa36212 dbbalancer-0.4.4.ebuild 1564 +MD5 23d3ef77117cb0fa49405c4c4af1141e ChangeLog 1066 +MD5 f8d3d207746da2a3cd14dcaab8daab76 metadata.xml 163 +MD5 c2699fc064b7cc2aae36b2f0ea329768 files/dbbalancer-0.4.4-chapter6.sgml-gentoo.diff 16 +MD5 918713297d47c70154cd0ec46e6c2dbd files/dbbalancer-0.4.4-gentoo.patch 1373 MD5 99c53676656e17cb2ac3334e669776e1 files/dbbalancer-0.4.4-Makefile.in-gentoo.diff 79 MD5 e69553c5a9fb46bb162e25aaf33be818 files/dbbalancer-0.4.4-chapter2.sgml-gentoo.diff 122 -MD5 c2699fc064b7cc2aae36b2f0ea329768 files/dbbalancer-0.4.4-chapter6.sgml-gentoo.diff 16 MD5 2b5818e0f33a3ddd10f05324e09ff12f files/dbbalancer-0.4.4-pgtest.cc-gentoo.diff 51 MD5 33923028e28bc89f562757a9c9287c31 files/digest-dbbalancer-0.4.4 68 diff --git a/dev-db/dbbalancer/dbbalancer-0.4.4.ebuild b/dev-db/dbbalancer/dbbalancer-0.4.4.ebuild index 8fb056c26d7b..05f127192831 100644 --- a/dev-db/dbbalancer/dbbalancer-0.4.4.ebuild +++ b/dev-db/dbbalancer/dbbalancer-0.4.4.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/dbbalancer/dbbalancer-0.4.4.ebuild,v 1.13 2005/06/05 18:40:17 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/dbbalancer/dbbalancer-0.4.4.ebuild,v 1.14 2005/07/22 23:22:25 nakano Exp $ + +inherit eutils DESCRIPTION="Load balancing multithreaded PostgreSQL connection pool. Also has a replication mode to keep in sync the load balanced backend @@ -23,6 +25,7 @@ S="${WORKDIR}/DBBalancer" src_unpack() { unpack ${A} cd ${S} + epatch ${FILESDIR}/${P}-gentoo.patch patch ./Makefile.in ${FILESDIR}/${P}-Makefile.in-gentoo.diff patch ./src/tests/postgres_cc/pgtest.cc ${FILESDIR}/${P}-pgtest.cc-gentoo.diff patch ./docs/manual/chapter2.sgml ${FILESDIR}/${P}-chapter2.sgml-gentoo.diff diff --git a/dev-db/dbbalancer/files/dbbalancer-0.4.4-gentoo.patch b/dev-db/dbbalancer/files/dbbalancer-0.4.4-gentoo.patch new file mode 100644 index 000000000000..c004c423284a --- /dev/null +++ b/dev-db/dbbalancer/files/dbbalancer-0.4.4-gentoo.patch @@ -0,0 +1,39 @@ +diff -Naru DBBalancer.org/src/config/DBBalancerConfig.hh DBBalancer/src/config/DBBalancerConfig.hh +--- DBBalancer.org/src/config/DBBalancerConfig.hh 2002-07-20 21:03:37.000000000 +0100 ++++ DBBalancer/src/config/DBBalancerConfig.hh 2005-07-23 00:07:00.000000000 +0100 +@@ -1,5 +1,12 @@ + #include <string> + #include <vector> ++#include<sys/types.h> ++#include<sys/socket.h> ++#include <netinet/in.h> ++#include <arpa/inet.h> ++#include <netdb.h> ++#include <sys/un.h> ++#include <iostream.h> + + // Interface for the configuration management. Every configuration reader and holder should implement this. + +diff -Naru DBBalancer.org/src/DBBalancerDaemon.hh DBBalancer/src/DBBalancerDaemon.hh +--- DBBalancer.org/src/DBBalancerDaemon.hh 2002-07-21 19:01:41.000000000 +0100 ++++ DBBalancer/src/DBBalancerDaemon.hh 2005-07-23 00:07:19.000000000 +0100 +@@ -1,5 +1,6 @@ + #include <string> + #include <iostream> ++#include <sys/un.h> + + using std::string; + +diff -Naru DBBalancer.org/src/tests/postgres_cc/pgtest.cc DBBalancer/src/tests/postgres_cc/pgtest.cc +--- DBBalancer.org/src/tests/postgres_cc/pgtest.cc 2001-08-27 20:27:42.000000000 +0100 ++++ DBBalancer/src/tests/postgres_cc/pgtest.cc 2005-07-23 00:07:49.000000000 +0100 +@@ -1,7 +1,9 @@ + #include <sys/time.h> + #include <iostream> ++#include <string> + #include <libpq++.h> + ++using namespace std; + + int main(int argc, char* argv[]) { + diff --git a/dev-db/dbbalancer/metadata.xml b/dev-db/dbbalancer/metadata.xml new file mode 100644 index 000000000000..309b51e9a965 --- /dev/null +++ b/dev-db/dbbalancer/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>postgresql</herd> +</pkgmetadata> |