Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 290634 - import dev-tcltk/blt [PATCH]
Summary: import dev-tcltk/blt [PATCH]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-26 21:10 UTC by Justin Lecher (RETIRED)
Modified: 2010-05-17 22:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
blt-prefix.patch (blt-prefix.patch,511 bytes, patch)
2009-10-26 21:11 UTC, Justin Lecher (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Lecher (RETIRED) gentoo-dev 2009-10-26 21:10:50 UTC
small adjustments because ecopy doesn't find everything to prefix
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2009-10-26 21:11:30 UTC
Created attachment 208357 [details, diff]
blt-prefix.patch

blt-prefix.patch
Comment 2 Fabian Groffen gentoo-dev 2009-10-29 17:01:17 UTC
econf --with-blt=${EROOT}/usr/$(get_libdir) || die "./configure failed"

You should use ${EPREFIX}, since you don't want to encode ${ROOT} in the configure call.

check "2.  Ebuild modifications" from this document:
http://www.gentoo.org/proj/en/gentoo-alt/prefix/techdocs.xml
Comment 3 Justin Lecher (RETIRED) gentoo-dev 2009-10-29 21:17:35 UTC
(In reply to comment #2)
> econf --with-blt=${EROOT}/usr/$(get_libdir) || die "./configure failed"
> 
> You should use ${EPREFIX}, since you don't want to encode ${ROOT} in the
> configure call.
> 
> check "2.  Ebuild modifications" from this document:
> http://www.gentoo.org/proj/en/gentoo-alt/prefix/techdocs.xml
> 

This might explain some problems I have with the import of ebuilds.
Comment 4 Fabian Groffen gentoo-dev 2009-10-30 19:00:59 UTC
you need EPREFIX here
Comment 5 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2010-05-17 22:20:45 UTC
done a long time ago, I guess.