summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-12-27 15:03:12 +0000
committerSamuli Suominen <drac@gentoo.org>2007-12-27 15:03:12 +0000
commita0615bbd2efadd450296b77bbd380baf6c93d3fc (patch)
tree22bcc9e2e43e4eda71f6e2de7d2a25bd6a2773a8 /dev-libs/dmalloc
parentAdd ~sparc wrt #203424 (diff)
downloadgentoo-2-a0615bbd2efadd450296b77bbd380baf6c93d3fc.tar.gz
gentoo-2-a0615bbd2efadd450296b77bbd380baf6c93d3fc.tar.bz2
gentoo-2-a0615bbd2efadd450296b77bbd380baf6c93d3fc.zip
Marking latest version -amd64 because SONAME patch included breaks building shared libraries on amd64, and this version doesn't built cxx and thcxx libraries while it configures for them.
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'dev-libs/dmalloc')
-rw-r--r--dev-libs/dmalloc/ChangeLog9
-rw-r--r--dev-libs/dmalloc/dmalloc-5.4.2.ebuild4
-rw-r--r--dev-libs/dmalloc/dmalloc-5.5.2.ebuild6
3 files changed, 12 insertions, 7 deletions
diff --git a/dev-libs/dmalloc/ChangeLog b/dev-libs/dmalloc/ChangeLog
index 75ad6d40f43c..c847fcc4540a 100644
--- a/dev-libs/dmalloc/ChangeLog
+++ b/dev-libs/dmalloc/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for dev-libs/dmalloc
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/ChangeLog,v 1.32 2007/12/27 14:21:47 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/ChangeLog,v 1.33 2007/12/27 15:03:12 drac Exp $
- 27 Dec 2007; Samuli Suominen <drac@gentoo.org> dmalloc-5.5.2.ebuild:
- amd64 stable wrt #201897
+ 27 Dec 2007; Samuli Suominen <drac@gentoo.org> dmalloc-5.4.2.ebuild,
+ dmalloc-5.5.2.ebuild:
+ Marking latest version -amd64 because SONAME patch included breaks building
+ shared libraries on amd64, and this version doesn't built cxx and thcxx
+ libraries while it configures for them. 5.4.2 amd64 stable wrt #201897.
07 Aug 2007; Timothy Redaelli <drizzt@gentoo.org> dmalloc-5.5.2.ebuild:
Fix SRC_URI wrt bug #187755.
diff --git a/dev-libs/dmalloc/dmalloc-5.4.2.ebuild b/dev-libs/dmalloc/dmalloc-5.4.2.ebuild
index 089e091b264d..3ddaa3311469 100644
--- a/dev-libs/dmalloc/dmalloc-5.4.2.ebuild
+++ b/dev-libs/dmalloc/dmalloc-5.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-5.4.2.ebuild,v 1.11 2007/01/04 22:39:11 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-5.4.2.ebuild,v 1.12 2007/12/27 15:03:12 drac Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="alpha ~amd64 ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE=""
DEPEND="virtual/libc"
diff --git a/dev-libs/dmalloc/dmalloc-5.5.2.ebuild b/dev-libs/dmalloc/dmalloc-5.5.2.ebuild
index cd5985fa811d..505271de2e27 100644
--- a/dev-libs/dmalloc/dmalloc-5.5.2.ebuild
+++ b/dev-libs/dmalloc/dmalloc-5.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-5.5.2.ebuild,v 1.3 2007/12/27 14:21:47 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-5.5.2.ebuild,v 1.4 2007/12/27 15:03:12 drac Exp $
inherit eutils autotools
@@ -10,7 +10,9 @@ SRC_URI="http://dmalloc.com/releases/${P}.tgz"
LICENSE="CCPL-Attribution-ShareAlike-3.0"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+# Marked -amd64 again because no shared libraries are built, -fPIC regression
+# caused by broken -SONAME.patch. Also cxx and threaded thcxx libs are not built.
+KEYWORDS="~alpha -amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND=""