summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2011-04-23 17:50:54 +0000
committerFabian Groffen <grobian@gentoo.org>2011-04-23 17:50:54 +0000
commit1fd09f54c41b2778c53ad3fea4e010082182e76d (patch)
treefc1a049d8446d1e2d3d030dcb82c7698957a1060 /dev-db
parentalpha/ia64/sparc stable wrt #358407 (diff)
downloadgentoo-2-1fd09f54c41b2778c53ad3fea4e010082182e76d.tar.gz
gentoo-2-1fd09f54c41b2778c53ad3fea4e010082182e76d.tar.bz2
gentoo-2-1fd09f54c41b2778c53ad3fea4e010082182e76d.zip
Fixed for and marked ~x86-solaris
(Portage version: 2.2.01.18252-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/postgresql-base/ChangeLog7
-rw-r--r--dev-db/postgresql-base/postgresql-base-9.0.3-r1.ebuild9
-rw-r--r--dev-db/postgresql-base/postgresql-base-9.0.3.ebuild4
-rw-r--r--dev-db/postgresql-base/postgresql-base-9.0.4.ebuild11
-rw-r--r--dev-db/postgresql-base/postgresql-base-9.1_alpha5.ebuild11
5 files changed, 31 insertions, 11 deletions
diff --git a/dev-db/postgresql-base/ChangeLog b/dev-db/postgresql-base/ChangeLog
index 1d3b2db3b6bd..5dd6429e4b9d 100644
--- a/dev-db/postgresql-base/ChangeLog
+++ b/dev-db/postgresql-base/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-db/postgresql-base
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/ChangeLog,v 1.114 2011/04/20 03:02:34 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/ChangeLog,v 1.115 2011/04/23 17:50:54 grobian Exp $
+
+ 23 Apr 2011; Fabian Groffen <grobian@gentoo.org>
+ postgresql-base-9.0.3.ebuild, postgresql-base-9.0.3-r1.ebuild,
+ postgresql-base-9.0.4.ebuild, postgresql-base-9.1_alpha5.ebuild:
+ Fixed for and marked ~x86-solaris
*postgresql-base-9.0.4 (20 Apr 2011)
*postgresql-base-8.4.8 (20 Apr 2011)
diff --git a/dev-db/postgresql-base/postgresql-base-9.0.3-r1.ebuild b/dev-db/postgresql-base/postgresql-base-9.0.3-r1.ebuild
index 62abc0b1b8df..02574ccfeba9 100644
--- a/dev-db/postgresql-base/postgresql-base-9.0.3-r1.ebuild
+++ b/dev-db/postgresql-base/postgresql-base-9.0.3-r1.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.0.3-r1.ebuild,v 1.2 2011/03/22 11:08:41 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.0.3-r1.ebuild,v 1.3 2011/04/23 17:50:54 grobian Exp $
EAPI="3"
WANT_AUTOMAKE="none"
-inherit autotools eutils multilib prefix versionator
+inherit autotools eutils flag-o-matic multilib prefix versionator
SLOT="$(get_version_component_range 1-2)"
@@ -74,6 +74,11 @@ src_prepare() {
}
src_configure() {
+ case ${CHOST} in
+ *-darwin*|*-solaris*)
+ use nls && append-libs intl
+ ;;
+ esac
export LDFLAGS_SL="${LDFLAGS}"
econf \
--prefix=${EROOT%/}/usr/$(get_libdir)/postgresql-${SLOT} \
diff --git a/dev-db/postgresql-base/postgresql-base-9.0.3.ebuild b/dev-db/postgresql-base/postgresql-base-9.0.3.ebuild
index 228a58ad410f..69e4e5776740 100644
--- a/dev-db/postgresql-base/postgresql-base-9.0.3.ebuild
+++ b/dev-db/postgresql-base/postgresql-base-9.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.0.3.ebuild,v 1.7 2011/03/06 17:49:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.0.3.ebuild,v 1.8 2011/04/23 17:50:54 grobian Exp $
EAPI="2"
@@ -8,7 +8,7 @@ WANT_AUTOMAKE="none"
inherit eutils multilib versionator autotools
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-solaris"
DESCRIPTION="PostgreSQL libraries and clients"
HOMEPAGE="http://www.postgresql.org/"
diff --git a/dev-db/postgresql-base/postgresql-base-9.0.4.ebuild b/dev-db/postgresql-base/postgresql-base-9.0.4.ebuild
index e235240b5b8e..10ef88749103 100644
--- a/dev-db/postgresql-base/postgresql-base-9.0.4.ebuild
+++ b/dev-db/postgresql-base/postgresql-base-9.0.4.ebuild
@@ -1,16 +1,16 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.0.4.ebuild,v 1.1 2011/04/20 03:02:34 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.0.4.ebuild,v 1.2 2011/04/23 17:50:54 grobian Exp $
EAPI="4"
WANT_AUTOMAKE="none"
-inherit autotools eutils multilib prefix versionator
+inherit autotools eutils flag-o-matic multilib prefix versionator
SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-solaris"
DESCRIPTION="PostgreSQL libraries and clients"
HOMEPAGE="http://www.postgresql.org/"
@@ -76,6 +76,11 @@ src_prepare() {
}
src_configure() {
+ case ${CHOST} in
+ *-darwin*|*-solaris*)
+ use nls && append-libs intl
+ ;;
+ esac
export LDFLAGS_SL="${LDFLAGS}"
export LDFLAGS_EX="${LDFLAGS}"
econf --prefix=${EROOT%/}/usr/$(get_libdir)/postgresql-${SLOT} \
diff --git a/dev-db/postgresql-base/postgresql-base-9.1_alpha5.ebuild b/dev-db/postgresql-base/postgresql-base-9.1_alpha5.ebuild
index 1e03f2909e69..05b85afeebca 100644
--- a/dev-db/postgresql-base/postgresql-base-9.1_alpha5.ebuild
+++ b/dev-db/postgresql-base/postgresql-base-9.1_alpha5.ebuild
@@ -1,14 +1,14 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.1_alpha5.ebuild,v 1.1 2011/03/31 02:29:25 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.1_alpha5.ebuild,v 1.2 2011/04/23 17:50:54 grobian Exp $
EAPI="4"
WANT_AUTOMAKE="none"
-inherit autotools eutils multilib prefix versionator
+inherit autotools eutils flag-o-matic multilib prefix versionator
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-solaris"
# Upstream doesn't have an underscore in the file name
MY_PV=${PV/_/}
@@ -76,6 +76,11 @@ src_prepare() {
}
src_configure() {
+ case ${CHOST} in
+ *-darwin*|*-solaris*)
+ use nls && append-libs intl
+ ;;
+ esac
export LDFLAGS_SL="${LDFLAGS}"
econf \
--prefix=${EROOT%/}/usr/$(get_libdir)/postgresql-${SLOT} \