Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 138470
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: PgSQL Bugs <pgsql-bugs@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Johannes Brügmann <johannes@jottbee.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
libpqxx-2.6.8.ebuild.diff unified diff to newest ebuild patch Vincent de Phily 2006-10-24 15:35 0000 1.23 KB Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 138470 depends on: Show dependency tree
Bug 138470 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-06-29 05:57 0000
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/libpqxx-2.5.5.ebuild,v 1.3
2006/02/21 22:50:56 agriffis Exp $

inherit eutils
IUSE=""
DESCRIPTION="C++ client API for PostgreSQL. The standard front-end for writing
C++ programs that use PostgreSQL. Supersedes older libpq++ interface."
SRC_URI="ftp://thaiopensource.org/download/software/libpqxx/${P}.tar.gz
        http://thaiopensource.org/download/software/libpqxx/${P}.tar.gz"
HOMEPAGE="http://thaiopensource.org/development/libpqxx/"

LICENSE="BSD"
KEYWORDS="~alpha ~amd64 ia64 ~ppc ~ppc64 ~sparc ~x86"
SLOT="0"

DEPEND="dev-db/libpq"

src_compile() {
#       epatch ${FILESDIR}/${P}-gentoo.patch
        econf --enable-shared || die "./configure failed"
        emake || die
}

src_install () {
        make DESTDIR=${D} install || die
        dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README* TODO
        dohtml -r doc/html/*
}

------- Comment #1 From Carsten Lohrke 2006-06-29 09:58:30 0000 -------
Don't inline, attach files as plain text.
Don't attach anything without a comment. If the ebuild doesn't need to be
changed - just say it. If you attach something, a unified diff is preferred.

------- Comment #2 From Jakub Moc (RETIRED) 2006-09-07 14:46:52 0000 -------
*** Bug 146755 has been marked as a duplicate of this bug. ***

------- Comment #3 From Marko Steinberger 2006-09-07 14:59:10 0000 -------
This one is also needed to resolve bug #108387 as kpogre does not compile
against libpqxx-2.5.5. This also happens to kpogre-1.4.0 whose README points
out libpqxx-2.5.5 or newer is needed as a dependency. However, I was not able
to compile kpogre-1.4.0 against libpqxx-2.5.5. Compiling against the current
version libpqxx-2.6.8 worked fine.

More info see bug #146755.

------- Comment #4 From Vincent de Phily 2006-10-24 15:35:28 0000 -------
Created an attachment (id=100429) [details]
unified diff to newest ebuild

Attaching Johannes's ebuild as an unified diff, if that helps.

Using 2.6.8 with internal software here (requires >=2.6.7), accessing 400+ dbs
of up to 100Gb. Works fine (at least, nothing that would be pqxx's fault :p ).

------- Comment #5 From Tiziano Müller 2006-10-29 14:01:54 0000 -------
Fixed in CVS. Please give it some time to hit the mirrors.
Thanks for reporting!

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug