diff options
author | Jon Nelson <jnelson@gentoo.org> | 2002-06-06 02:32:53 +0000 |
---|---|---|
committer | Jon Nelson <jnelson@gentoo.org> | 2002-06-06 02:32:53 +0000 |
commit | 261dd81af05fc4ab90d5278da974f213f7c73001 (patch) | |
tree | f3bdccb58891d586d9c6459b98a868695271b4fc /dev-libs/dmalloc | |
parent | version bump (diff) | |
download | historical-261dd81af05fc4ab90d5278da974f213f7c73001.tar.gz historical-261dd81af05fc4ab90d5278da974f213f7c73001.tar.bz2 historical-261dd81af05fc4ab90d5278da974f213f7c73001.zip |
close bug 3238 by using --enable-threads and --enable-shlib
Diffstat (limited to 'dev-libs/dmalloc')
-rw-r--r-- | dev-libs/dmalloc/ChangeLog | 9 | ||||
-rw-r--r-- | dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild | 26 | ||||
-rw-r--r-- | dev-libs/dmalloc/files/digest-dmalloc-4.8.2-r1 | 1 |
3 files changed, 35 insertions, 1 deletions
diff --git a/dev-libs/dmalloc/ChangeLog b/dev-libs/dmalloc/ChangeLog index e7269053f04c..d1047ba0412a 100644 --- a/dev-libs/dmalloc/ChangeLog +++ b/dev-libs/dmalloc/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-libs/dmalloc # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/ChangeLog,v 1.1 2002/05/25 13:14:44 jnelson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/ChangeLog,v 1.2 2002/06/06 02:32:53 jnelson Exp $ + +*dmalloc-4.8.2-r1 (5 June 2002) + + 5 June 2002; Jon Nelson <jnelson@gentoo.org> dmalloc-4.8.2-r1.ebuild: + + Fixed to use --enable-threads and --enable-shlib instead of --with-shlib + (Closes 3238) *dmalloc-4.8.2 (25 May 2002) diff --git a/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild b/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild new file mode 100644 index 000000000000..a946aab58297 --- /dev/null +++ b/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild,v 1.1 2002/06/06 02:32:53 jnelson Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="A Debug Malloc Library" +SRC_URI="http://dmalloc.com/cgi-bin/bounce/http://download.sourceforge.net/${PN}/${PN}-${PV}.tgz" +HOMEPAGE="http://dmalloc.com/" +DEPEND="virtual/glibc" +RDEPEND="${DEPEND}" +SLOT="0" +LICENSE="as-is" + +src_compile() { + econf --enable-threads --enable-shlib || die "configure failed" + emake all threads shlib tests || die "emake failed" +} + +src_install () { + # install extra docs + dodoc ChangeLog INSTALL TODO NEWS NOTES README + dohtml Release.html dmalloc.html + + make prefix=${D}/usr install installth installsl + doinfo dmalloc.info +} diff --git a/dev-libs/dmalloc/files/digest-dmalloc-4.8.2-r1 b/dev-libs/dmalloc/files/digest-dmalloc-4.8.2-r1 new file mode 100644 index 000000000000..1f031f69a0c4 --- /dev/null +++ b/dev-libs/dmalloc/files/digest-dmalloc-4.8.2-r1 @@ -0,0 +1 @@ +MD5 e9e961b844cc0179b7899eb7a6cd3e6a dmalloc-4.8.2.tgz 266186 |