From: Neil Bothwick <neil@digimed.co.uk>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] how can I pause emerge after it finish running configure or cmake and before it do any compilation?
Date: Mon, 19 Aug 2013 10:19:28 +0100 [thread overview]
Message-ID: <20130819101928.28582b9f@hactar.digimed.co.uk> (raw)
In-Reply-To: <CABK5mSYVk=Ev8CnOfrMAGRjJPGUx5jeMWDrbmorPCMuQD=_K6g@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 641 bytes --]
On Mon, 19 Aug 2013 16:00:28 +0800, Wang Xuerui wrote:
> You'd better patch the ebuild's src_configure section (before you
> forget your exact modifications), then put them into your overlay; If
> you don't have an overlay already, it's a good opportunity to create
> one.
If the ebuild supports epatch, you can just create a patch for the
makefile and drop it in /etc/portage/patches/cat/pkg
If the ebuild doesn't support epatch, you can for it by putting this
in /etc/portage/env/cat/pkg
post_src_unpack() {
cd "${S}"
epatch_user
}
--
Neil Bothwick
Angular Momentum Makes The World Go 'Round
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
prev parent reply other threads:[~2013-08-19 9:19 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-19 5:58 [gentoo-user] how can I pause emerge after it finish running configure or cmake and before it do any compilation? 东方巽雷
2013-08-19 6:05 ` AR (aka AleiPhoenix)
2013-08-19 6:06 ` Canek Peláez Valdés
2013-08-19 6:09 ` Alexey Mishustin
2013-08-19 6:38 ` 东方巽雷
2013-08-19 8:00 ` Wang Xuerui
2013-08-19 9:19 ` Neil Bothwick [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130819101928.28582b9f@hactar.digimed.co.uk \
--to=neil@digimed.co.uk \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox