pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Errors with ".po" files



> Rakhesh Sasidharan wrote:
> >2) Any way I can compile my packages *without* all these extra
> >language supports thrown in? I just want English -- no need for
> >Italian and Dutch and all that.

Since many packages use autoconf's configure, adding

CONFIGURE_ARGS+= --disable-nls

to the Makefile of the package would usually do the job.  If you don't
just "make install" packages, you'd also have to remove the references
to the ".po" files from the PLIST file.

I'd also appreciate a clean pkgsrc option to disable NLS.  I'm not
against translating, I just don't need it for myself. On the other
hand, you hardly safe diskspace or compile-time, so it might not
be worth the effort. It's only a problem if some .po file breaks
the compilation.

-- 
Christian

Attachment: pgpqPdMxbjtZx.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index