Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 138470 - new release dev-libs/libpqxx-2.6.8 URL moved
Summary: new release dev-libs/libpqxx-2.6.8 URL moved
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
: 146755 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-06-29 05:57 UTC by Johannes Brügmann
Modified: 2006-10-29 14:01 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
unified diff to newest ebuild (libpqxx-2.6.8.ebuild.diff,1.23 KB, patch)
2006-10-24 15:35 UTC, Vincent de Phily
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Brügmann 2006-06-29 05:57:40 UTC
# 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 Carsten Lohrke (RETIRED) gentoo-dev 2006-06-29 09:58:30 UTC
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 Jakub Moc (RETIRED) gentoo-dev 2006-09-07 14:46:52 UTC
*** Bug 146755 has been marked as a duplicate of this bug. ***
Comment 3 Marko Steinberger 2006-09-07 14:59:10 UTC
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 Vincent de Phily 2006-10-24 15:35:28 UTC
Created attachment 100429 [details, diff]
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 Tiziano Müller (RETIRED) gentoo-dev 2006-10-29 14:01:54 UTC
Fixed in CVS. Please give it some time to hit the mirrors.
Thanks for reporting!