On Tue, Jun 8, 2010 at 11:02 PM, Allan McRae wrote:
> On 09/06/10 10:38, Andres P wrote:
>>
>> If makepkg were as fluid as /usr/share/mk in *BSD, this wouldn't be
>> such an issue. ;)
>
> I have no idea what /usr/share/mk does in this regards so you will need to
> explain more.
>
In *bsd, make so
On 09/06/10 10:38, Andres P wrote:
If makepkg were as fluid as /usr/share/mk in *BSD, this wouldn't be
such an issue. ;)
I have no idea what /usr/share/mk does in this regards so you will need
to explain more.
On Tue, Jun 8, 2010 at 9:23 PM, Dan McGee wrote:
> We can also just do some bash string manipulation and leave sed out of
> the picture:
>
> devnum=$(cat /sys/class/rtc/rtc0/dev)
> /bin/mknod /dev/rtc0 c ${devnum/:/ }
>
Since you're already using a ${foo/bar/baz} bashism, that's a useless
use of
On 06/08/2010 02:41 AM, Jan de Groot wrote:
On Tue, 2010-06-08 at 15:16 +0900, Juan Diego Tascón wrote:
Good day,
I'm getting an error every time I plug-in my webcam as a result the
corresponding module is not being loaded automatically so I have to
load it by myself. Any one knows a way to fix
On Tue, Jun 8, 2010 at 8:03 PM, wrote:
> On Tue, Jun 08, 2010 at 07:58:55PM -0430, Andres P wrote:
>> 2010/6/8 Allan McRae :
>> > It is very rare that you should ever need to use $startdir in a PKGBUILD at
>> > all.
>>
>> I exclude config.h from dwm's PKGBUILD $source array and copy it from
>> $s
On Tue, Jun 08, 2010 at 07:58:55PM -0430, Andres P wrote:
> 2010/6/8 Allan McRae :
> > It is very rare that you should ever need to use $startdir in a PKGBUILD at
> > all.
>
> I exclude config.h from dwm's PKGBUILD $source array and copy it from
> $startdir during build().
>
> It's changed consta
2010/6/8 Allan McRae :
> It is very rare that you should ever need to use $startdir in a PKGBUILD at
> all.
I exclude config.h from dwm's PKGBUILD $source array and copy it from
$startdir during build().
It's changed constantly so keeping it summed check is awkward, and I
don't want to loose the
On 09/06/10 09:22, Ng Oon-Ee wrote:
On Tue, 2010-06-08 at 18:32 +0200, Pierre Schmitz wrote:
On Tue, 08 Jun 2010 17:43:47 +1000, Allan McRae
wrote:
$startdir will not be removed. The error printed for $startdir usage
was always there so I did not change that. For install files, once 3.4
is re
On Tue, 2010-06-08 at 18:32 +0200, Pierre Schmitz wrote:
> On Tue, 08 Jun 2010 17:43:47 +1000, Allan McRae
> wrote:
> > $startdir will not be removed. The error printed for $startdir usage
> > was always there so I did not change that. For install files, once 3.4
> > is released, you can put t
Ow OK I get it !
Thx for these highlights Dan.
-- Guillaume ALAUX
On 8 June 2010 17:21, Dan McGee wrote:
> On Tue, Jun 8, 2010 at 10:15 AM, Guillaume ALAUX
> wrote:
> > On 8 June 2010 16:58, Dan McGee wrote:
> >
> >> On Tue, Jun 8, 2010 at 9:56 AM, Dan McGee wrote:
> >> > Forwarding to the
On Tue, Jun 8, 2010 at 10:15 AM, Guillaume ALAUX wrote:
> On 8 June 2010 16:58, Dan McGee wrote:
>
>> On Tue, Jun 8, 2010 at 9:56 AM, Dan McGee wrote:
>> > Forwarding to the public list is your best option; going to one
>> > developer is a good way for your email to get lost.
>> >
>> > -
On 8 June 2010 16:58, Dan McGee wrote:
> On Tue, Jun 8, 2010 at 9:56 AM, Dan McGee wrote:
> > Forwarding to the public list is your best option; going to one
> > developer is a good way for your email to get lost.
> >
> > -- Forwarded message --
> > From: Guillaume ALAUX
> > Dat
On Tue, Jun 8, 2010 at 9:56 AM, Dan McGee wrote:
> Forwarding to the public list is your best option; going to one
> developer is a good way for your email to get lost.
>
> -- Forwarded message --
> From: Guillaume ALAUX
> Date: Tue, Jun 8, 2010 at 9:54 AM
> Subject: Re: [arch-dev
Forwarding to the public list is your best option; going to one
developer is a good way for your email to get lost.
-- Forwarded message --
From: Guillaume ALAUX
Date: Tue, Jun 8, 2010 at 9:54 AM
Subject: Re: [arch-dev-public] Namcap release coming soon
To: dpmc...@gmail.com
Hi
On Tue, Jun 8, 2010 at 8:09 AM, Xavier Chantry wrote:
>
> Did you attach anything ?
>
Yes, I dont forget! I cant put it on the body, because I'm using the
gmail web interface (and it break lines), but I put a base 64 of it is
at end
and is at http://fma.if.usp.br/~kazuo/checksums.py and
http://p
On 08/06/10 21:09, Xavier Chantry wrote:
On Tue, Jun 8, 2010 at 1:00 PM, Kazuo Teramoto wrote:
On Tue, Jun 8, 2010 at 2:33 AM, Allan McRae wrote:
Check every checksum that makepkg supports rather than only md5sums.
Fixes FS#17168.
Signed-off-by: Allan McRae
---
I am sure there has to be som
On Tue, Jun 8, 2010 at 1:00 PM, Kazuo Teramoto wrote:
> On Tue, Jun 8, 2010 at 2:33 AM, Allan McRae wrote:
>> Check every checksum that makepkg supports rather than only md5sums.
>> Fixes FS#17168.
>>
>> Signed-off-by: Allan McRae
>> ---
>>
>> I am sure there has to be some way to loop through a
On Tue, Jun 8, 2010 at 2:33 AM, Allan McRae wrote:
> Check every checksum that makepkg supports rather than only md5sums.
> Fixes FS#17168.
>
> Signed-off-by: Allan McRae
> ---
>
> I am sure there has to be some way to loop through all that duplication,
> but the how escapes me...
getattr?
What
2010/6/8 Juan Diego Tascón :
> On Tue, Jun 8, 2010 at 3:41 PM, Jan de Groot wrote:
>> On Tue, 2010-06-08 at 15:16 +0900, Juan Diego Tascón wrote:
>>> Good day,
>>>
>>> I'm getting an error every time I plug-in my webcam as a result the
>>> corresponding module is not being loaded automatically so
On Tue, 8 Jun 2010 18:55:33 +0900
Juan Diego Tascón wrote:
> On Tue, Jun 8, 2010 at 3:55 PM, Jan de Groot
> wrote:
> > On Tue, 2010-06-08 at 15:49 +0900, Juan Diego Tascón wrote:
> >> Actually it is installed, it is called gspca_zc3xx, if I load it
> >> the webcam works, the thing is it is not b
On Tue, Jun 8, 2010 at 3:55 PM, Jan de Groot wrote:
> On Tue, 2010-06-08 at 15:49 +0900, Juan Diego Tascón wrote:
>> Actually it is installed, it is called gspca_zc3xx, if I load it the
>> webcam works, the thing is it is not being loaded automatically
>>
>> > All modules have device aliases for t
Dear Sven-Hendrik,
> I will attend and I'll even be an exhibitor. Meet me at the linux-gamers
> booth.
> I'll be there with at least another Archer. I'll probably be there all
> the time.
great! I'll drop by, probably on Friday.
Looking forward to seeing you :-)
Mathias
22 matches
Mail list logo