Re: [pacman-dev] vercmp discussion (was: String freeze for 3.2 release)

2008-07-21 Thread Xavier
On Fri, Jul 18, 2008 at 2:45 PM, Xavier <[EMAIL PROTECTED]> wrote: > On Fri, Jul 18, 2008 at 1:54 PM, Xavier <[EMAIL PROTECTED]> wrote: >> >> Anyway my proposal is to just copy/paste the good old working vercmp >> code we had, with only the above fix. >> > > So here it is. > Apparently the static

Re: [pacman-dev] vercmp discussion (was: String freeze for 3.2 release)

2008-07-21 Thread Xavier
On Mon, Jul 21, 2008 at 11:25 AM, Xavier <[EMAIL PROTECTED]> wrote: > > Apparently the static strings were a show stopper to Dan. > I don't have a problem with static strings, since it removes the > malloc/free overhead and also simplifies the code. > As always with dynamic strings, we have the cho

[pacman-dev] [translation] Updated Portuguese (Brazil) translation

2008-07-21 Thread Hugo Doria
Updated Portuguese (Brazil) translation. -- Hugo pacman-pt_BR.tar.gz Description: GNU Zip compressed data libalpm-pt_BR.tar.gz Description: GNU Zip compressed data ___ pacman-dev mailing list pacman-dev@archlinux.org http://archlinux.org/mailman/list

Re: [pacman-dev] vercmp discussion (was: String freeze for 3.2 release)

2008-07-21 Thread Xavier
On Mon, Jul 21, 2008 at 12:01 PM, Xavier <[EMAIL PROTECTED]> wrote: > On Mon, Jul 21, 2008 at 11:25 AM, Xavier <[EMAIL PROTECTED]> wrote: >> >> Apparently the static strings were a show stopper to Dan. >> I don't have a problem with static strings, since it removes the >> malloc/free overhead and a

[pacman-dev] [PATCH] Re-enable --debug with -Sw and -Sp

2008-07-21 Thread Nagy Gabor
>From c533684914d28407a0a7399e3026c747987d5de3 Mon Sep 17 00:00:00 2001 From: Nagy Gabor <[EMAIL PROTECTED]> Date: Mon, 21 Jul 2008 13:57:02 +0200 Subject: [PATCH] Re-enable --debug with -Sw and -Sp Commit 874190827676e3a974e8c5fef6c51b9e9d6b60fa disabled --debug in these cases. We just clear PM_L

Re: [pacman-dev] ldconfig runs twice in case of replaces

2008-07-21 Thread Nagy Gabor
> Nagy Gabor wrote: > > Hi! > > > > I've just discovered that ldconfig runs twice, if the sync > > transaction creates a remove transaction too (%REPLACES%, conflict > > resolving). > > > > IMHO we should move ldconfig call to trans.c to alpm_trans_commit. > > Opinions? > > > > I guess that's f

Re: [pacman-dev] [translation] Updated Portuguese (Brazil) translation

2008-07-21 Thread Xavier
2008/7/21 Hugo Doria <[EMAIL PROTECTED]>: > Updated Portuguese (Brazil) translation. > Ok thanks, I didn't find any problems. Well, except the [Y/n] question in makepkg that shouldn't be translated, but I had to fix that in almost every translations anyway :) Attaching the corresponding git patch.

Re: [pacman-dev] [PATCH] Re-enable --debug with -Sw and -Sp

2008-07-21 Thread Xavier
On Mon, Jul 21, 2008 at 2:03 PM, Nagy Gabor <[EMAIL PROTECTED]> wrote: > >From c533684914d28407a0a7399e3026c747987d5de3 Mon Sep 17 00:00:00 2001 > From: Nagy Gabor <[EMAIL PROTECTED]> > Date: Mon, 21 Jul 2008 13:57:02 +0200 > Subject: [PATCH] Re-enable --debug with -Sw and -Sp > > Commit 8741908276

Re: [pacman-dev] ldconfig runs twice in case of replaces

2008-07-21 Thread Xavier
On Mon, Jul 21, 2008 at 2:05 PM, Nagy Gabor <[EMAIL PROTECTED]> wrote: >> Nagy Gabor wrote: >> > Hi! >> > >> > I've just discovered that ldconfig runs twice, if the sync >> > transaction creates a remove transaction too (%REPLACES%, conflict >> > resolving). >> > >> > IMHO we should move ldconfig c

Re: [pacman-dev] [translation] Updated Portuguese (Brazil) translation

2008-07-21 Thread 甘露(Lu Gan)
On Mon, Jul 21, 2008 at 8:21 PM, Xavier <[EMAIL PROTECTED]> wrote: > 2008/7/21 Hugo Doria <[EMAIL PROTECTED]>: >> Updated Portuguese (Brazil) translation. >> > > Ok thanks, I didn't find any problems. > Well, except the [Y/n] question in makepkg that shouldn't be > translated, but I had to fix that

Re: [pacman-dev] [PATCH] Re-enable --debug with -Sw and -Sp

2008-07-21 Thread Miklos Vajna
On Mon, Jul 21, 2008 at 02:03:57PM +0200, Nagy Gabor <[EMAIL PROTECTED]> wrote: > @@ -740,7 +740,7 @@ int pacman_sync(alpm_list_t *targets) > > /* Display only errors with -Sp and -Sw operations */ > if(config->flags & (PM_TRANS_FLAG_DOWNLOADONLY | > PM_TRANS_FLAG_PRINTURIS)) { > -