> X-Original-To: ksh93-integration-discuss at opensolaris.org
> Delivered-To: ksh93-integration-discuss at opensolaris.org
> Date: Wed, 16 Aug 2006 08:42:12 +0200
> From: Roland Mainz <roland.mainz at nrubsig.org>
>
> Attached is a first prototype patch
> ("ksh93_l10n_support_prototype01.diff.txt") of l10n (=localisation)
> support for the ksh93-integration prototype. The patch is completely
> untested for now but I'd like to get some feedback on the
> implementation.
>
> The missing parts are that AST "libpp" (needed by AST's "msgcpp" tool)
> isn't integrated yet, instead I am using a prebuild libpp.a archive
> which lives outside the tree.
>
> Mike: I'd like to put libpp into usr/src/lib/libpp/ - but how should we
> handle the library when we do not ship it ? Should we build it simply as
> static library (how can I do that ?) or build it as dynamic version but
> add libpp.so&co. to the exception list in the package database (what was
> the exact file name again ?) ?
>
We could build it for the proto
area of ON but not ship it. We could list libpp as another
"project private" library in the PSARC case.
I'm assuming it's just needed for the build.
Under usr/src/pkgdefs/etc, exception_list_sparc and exception_list_i386
list files in the proto area which are not in the packages.
April