Subject: Re: pkg/34103: graphics/gimp graphics/gimp24 Solaris install lib/locale
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Gilles Dauphin <Gilles.Dauphin@enst.fr>
List: pkgsrc-bugs
Date: 08/01/2006 12:30:06
The following reply was made to PR pkg/34103; it has been noted by GNATS.
From: Gilles Dauphin <Gilles.Dauphin@enst.fr>
To: pkg-manager@NetBSD.org, gnats-admin@NetBSD.org,
gnats-bugs@NetBSD.org
Cc:
Subject: Re: pkg/34103: graphics/gimp graphics/gimp24 Solaris install lib/locale
Date: Tue, 1 Aug 2006 14:28:08 +0200 (CEST)
>
> >Number: 34103
> >Category: pkg
> >Synopsis: graphics/gimp graphics/gimp24 Solaris install lib/locale
>
> >Fix:
>
>
> Let the subst part do the work and *.mo file go in /usr/pkg/lib
> not in /usr/pkg/share. Please apply patch also to gimp24.
Same patch for x11/gtksourceview.
>
> --- po/Makefile.in.in.orig Wed Jun 14 22:28:21 2006
> +++ po/Makefile.in.in Fri Jul 28 17:42:45 2006
> @@ -34,7 +34,8 @@
> datarootdir = @datarootdir@
> libdir = @libdir@
> DATADIRNAME = @DATADIRNAME@
> -itlocaledir = $(prefix)/$(DATADIRNAME)/locale
> +localedir = $(prefix)/$(DATADIRNAME)/locale
> +itlocaledir = $(localedir)
> subdir = po
> install_sh = @install_sh@
> # Automake >= 1.8 provides @mkdir_p@.
>
>