pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/53063: USE_PKGLOCALEDIR broken?
The following reply was made to PR pkg/53063; it has been noted by GNATS.
From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Fauberteau?= <triaxx%NetBSD.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/53063: USE_PKGLOCALEDIR broken?
Date: Fri, 02 Mar 2018 09:10:41 +0100
Le 2018-03-02 09:00, Thomas Klausner a écrit :
> The following reply was made to PR pkg/53063; it has been noted by
> GNATS.
>
> From: Thomas Klausner <wiz%NetBSD.org@localhost>
> To: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
> Cc:
> Subject: Re: pkg/53063: USE_PKGLOCALEDIR broken?
> Date: Fri, 2 Mar 2018 08:56:05 +0100
> > According to mk/configure/replace-localedir.mk:
> >
> ######################################################################
> > ### replace-localedir (PRIVATE)
> >
> ######################################################################
> > [...]
> > .if empty(USE_PKGLOCALEDIR:M[nN][oO])
> > SUBST_CLASSES+= pkglocaledir
> > .endif
> >
> > Hence, I would remove the line 'USE_PKGLOCALDIR=yes' that sounds
> confusing
> > to me.
>
> That's wrong, the variable still does something useful on systems
> where LOCALEDIR is not share/locale.
> Thomas
.if empty(USE_PKGLOCALEDIR:M[nN][oO])
does not that mean USE_PKGLOCALEDIR=yes is the default behavior?
If it is, why explicitly declare it?
Fred
Home |
Main Index |
Thread Index |
Old Index