public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/apr-util: ChangeLog apr-util-1.3.9.ebuild
Date: Wed, 14 Jul 2010 10:06:40 +0000 (UTC)	[thread overview]
Message-ID: <20100714100640.692F22CE14@corvid.gentoo.org> (raw)

ssuominen    10/07/14 10:06:40

  Modified:             ChangeLog apr-util-1.3.9.ebuild
  Log:
  Fix building with BerkDB 5.0 wrt #319421 by Diego E. Pettenò.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.147                dev-libs/apr-util/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr-util/ChangeLog?rev=1.147&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr-util/ChangeLog?rev=1.147&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr-util/ChangeLog?r1=1.146&r2=1.147

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/apr-util/ChangeLog,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- ChangeLog	17 Jun 2010 20:11:16 -0000	1.146
+++ ChangeLog	14 Jul 2010 10:06:40 -0000	1.147
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/apr-util
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/ChangeLog,v 1.146 2010/06/17 20:11:16 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/ChangeLog,v 1.147 2010/07/14 10:06:40 ssuominen Exp $
+
+  14 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> apr-util-1.3.9.ebuild,
+  +files/apr-util-1.3.9-support_berkeley_db-5.0.patch:
+  Fix building with BerkDB 5.0 wrt #319421 by Diego E. Pettenò.
 
   17 Jun 2010; Patrick Lauer <patrick@gentoo.org> apr-util-1.3.9.ebuild:
   Migrating away from deprecated postgres virtuals



1.14                 dev-libs/apr-util/apr-util-1.3.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr-util/apr-util-1.3.9.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr-util/apr-util-1.3.9.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr-util/apr-util-1.3.9.ebuild?r1=1.13&r2=1.14

Index: apr-util-1.3.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-1.3.9.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- apr-util-1.3.9.ebuild	17 Jun 2010 20:11:16 -0000	1.13
+++ apr-util-1.3.9.ebuild	14 Jul 2010 10:06:40 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-1.3.9.ebuild,v 1.13 2010/06/17 20:11:16 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-1.3.9.ebuild,v 1.14 2010/07/14 10:06:40 ssuominen Exp $
 
 EAPI="2"
 
@@ -22,7 +22,7 @@
 
 RDEPEND="dev-libs/expat
 	>=dev-libs/apr-${APR_PV}:1
-	berkdb? ( =sys-libs/db-4* )
+	berkdb? ( >=sys-libs/db-4 )
 	freetds? ( dev-db/freetds )
 	gdbm? ( sys-libs/gdbm )
 	ldap? ( =net-nds/openldap-2* )
@@ -35,7 +35,7 @@
 	doc? ( app-doc/doxygen )"
 
 src_prepare() {
-	epatch "${FILESDIR}/${P}-support_berkeley_db-4.8.patch"
+	epatch "${FILESDIR}"/${P}-support_berkeley_db-{4.8,5.0}.patch
 	eautoreconf
 
 	elibtoolize






             reply	other threads:[~2010-07-14 10:06 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-14 10:06 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-06-17 20:11 [gentoo-commits] gentoo-x86 commit in dev-libs/apr-util: ChangeLog apr-util-1.3.9.ebuild Patrick Lauer (patrick)
2009-11-04 12:12 Arfrever Frehtes Taifersar Arahesis (arfrever)
2009-09-20  9:48 Arfrever Frehtes Taifersar Arahesis (arfrever)
2009-08-24 14:54 Brent Baude (ranger)
2009-08-23  8:23 Gysbert Wassenaar (nixnut)
2009-08-14 13:55 Raul Porcel (armin76)
2009-08-11 23:29 Jeroen Roovers (jer)
2009-08-10 22:35 Markus Meier (maekke)
2009-08-10 15:58 Tobias Klausmann (klausman)
2009-08-07 16:33 Christian Faulhammer (fauli)
2009-08-06 21:53 Markus Meier (maekke)
2009-08-06 13:27 Alex Legler (a3li)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100714100640.692F22CE14@corvid.gentoo.org \
    --to=ssuominen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox