if you specify a patch to `epatch` which does not exist based on the name
alone, epatch will now search for it in EPATCH_SOURCE. this makes it useful
to apply a set of patches which have a specific order but cannot use the
existing lexicographical search.
quick example is a debian patchset tha
On 14:40 Tue 19 Jul , Mike Frysinger wrote:
> On Tue, Jul 19, 2011 at 14:32, Kacper Kowalik wrote:
> > W dniu 19.07.2011 19:31, Donnie Berkholz pisze:
> >> On 11:43 Sun 17 Jul , Kacper Kowalik wrote:
> >>> W dniu 17.07.2011 10:45, Kfir Lavi pisze:
> src_compile() {
> emake CC=
On Tue, Jul 19, 2011 at 15:51, Kacper Kowalik wrote:
> W dniu 19.07.2011 20:40, Mike Frysinger pisze:
>> On Tue, Jul 19, 2011 at 14:32, Kacper Kowalik wrote:
>>> W dniu 19.07.2011 19:31, Donnie Berkholz pisze:
On 11:43 Sun 17 Jul , Kacper Kowalik wrote:
> W dniu 17.07.2011 10:45, Kfir
W dniu 19.07.2011 20:40, Mike Frysinger pisze:
> On Tue, Jul 19, 2011 at 14:32, Kacper Kowalik wrote:
>> W dniu 19.07.2011 19:31, Donnie Berkholz pisze:
>>> On 11:43 Sun 17 Jul , Kacper Kowalik wrote:
W dniu 17.07.2011 10:45, Kfir Lavi pisze:
> src_compile() {
> emake CC=$(tc-g
Excerpts from Bjarke Istrup Pedersen's message of Mon Jul 11 17:07:14 +0200
2011:
> 2011/7/11 Jonathan Callen :
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA512
> >
> > Bjarke Istrup Pedersen wrote:
> >> I've tried that, it still does not work.
> >> Even if I just login as myself and do so
On Tue, Jul 19, 2011 at 14:32, Kacper Kowalik wrote:
> W dniu 19.07.2011 19:31, Donnie Berkholz pisze:
>> On 11:43 Sun 17 Jul , Kacper Kowalik wrote:
>>> W dniu 17.07.2011 10:45, Kfir Lavi pisze:
src_compile() {
emake CC=$(tc-getCC) || die
}
>>>
>>> Some systems export CC as
On Sun, Jul 17, 2011 at 04:45, Kfir Lavi wrote:
> -e '/^CFLAGS/{s|[[:space:]]=| +=|g;s|-O2||g;s|-Werror||g}' \
no need for the [[:space:]] since the first = will get matched, and
presumably it reads something like "CFLAGS = .."
the others could be done with the -r flag and:
s|-(O2|Werror)||
W dniu 19.07.2011 19:31, Donnie Berkholz pisze:
> On 11:43 Sun 17 Jul , Kacper Kowalik wrote:
>> W dniu 17.07.2011 10:45, Kfir Lavi pisze:
>>> src_compile() {
>>> emake CC=$(tc-getCC) || die
>>> }
>> Some systems export CC as "gcc -m64".
>
> I guess I'm a little confused here. What exactly
On Tue, Jul 19, 2011 at 8:31 PM, Donnie Berkholz wrote:
> On 11:43 Sun 17 Jul , Kacper Kowalik wrote:
> > W dniu 17.07.2011 10:45, Kfir Lavi pisze:
> > > src_compile() {
> > > emake CC=$(tc-getCC) || die
> > > }
> > Some systems export CC as "gcc -m64".
>
> I guess I'm a little confused he
Due Romain retirement, the following packages need a new maintainer now:
x11-libs/gtkdatabox
gnome-extra/gget
Feel free to take them :)
Thanks
signature.asc
Description: This is a digitally signed message part
On 11:43 Sun 17 Jul , Kacper Kowalik wrote:
> W dniu 17.07.2011 10:45, Kfir Lavi pisze:
> > src_compile() {
> > emake CC=$(tc-getCC) || die
> > }
> Some systems export CC as "gcc -m64".
I guess I'm a little confused here. What exactly is the problem and fix
you're proposing? You stopped h
11 matches
Mail list logo