| Summary: | Please review Prefix changes for net-dns/unbound-1.4.3 | ||
|---|---|---|---|
| Product: | Gentoo/Alt | Reporter: | Peter Abrahamsen <rainhead> |
| Component: | Mac OSX | Assignee: | MATSUU Takuto (RETIRED) <matsuu> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | prefix |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | OS X | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Peter Abrahamsen
2010-03-30 00:38:47 UTC
@matsuu: please review and comment on the proposed changes below. If you prefer, we can commit them to 1.4.3-r1.
Index: unbound-1.4.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.3.ebuild,v
retrieving revision 1.4
diff -u -r1.4 unbound-1.4.3.ebuild
--- unbound-1.4.3.ebuild 29 Mar 2010 21:54:46 -0000 1.4
+++ unbound-1.4.3.ebuild 2 Apr 2010 19:40:39 -0000
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.3.ebuild,v 1.4 2010/03/29 21:54:46 maekke Exp $
-EAPI="2"
+EAPI="3"
inherit autotools eutils multilib
@@ -40,8 +40,8 @@
src_configure() {
econf \
- --with-pidfile=/var/run/unbound.pid \
- --with-ldns=/usr \
+ --with-pidfile="${EPREFIX}"/var/run/unbound.pid \
+ --with-ldns="${EPREFIX}"/usr \
$(use_enable debug) \
$(use_enable debug lock-checks) \
$(use_enable debug alloc-checks) \
@@ -59,7 +59,7 @@
# bug #299016
if use python ; then
- rm "${D}/usr/$(get_libdir)"/python*/site-packages/_unbound.*a || die
+ rm "${ED}/usr/$(get_libdir)"/python*/site-packages/_unbound.*a || die
fi
newinitd "${FILESDIR}/unbound.initd" unbound || die "newinitd failed"
Fixed in 1.4.4. thanks |