tech-pkg archive

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

boost-libs and option 'icu'



Hi, this has been lingering for awhile...

On Solaris, when boost-libs is built with the option 'icu', PLIST is missing the following:
lib/libboost_locale.a
lib/libboost_locale.so
lib/libboost_locale.so.${BOOST_VERSION}

The following PLISTs have the above entries, albeit non parameterised:
PLIST.Darwin
PLIST.DragonFly
PLIST.Linux
PLIST.NetBSD

I have prepared a patch with a global PLIST variable 'icu' at

http://www.netbsd.org/~richard/boost-icu.patch

effectively adding to PLIST:
${PLIST.icu}lib/libboost_locale.a
${PLIST.icu}lib/libboost_locale.so
${PLIST.icu}lib/libboost_locale.so.${BOOST_VERSION}

I'd like to make sure that no platform generates these libs *without* the 'icu' option, in which case I will simply use PLIST.SunOS and let the other platform deal with it themselves (since nobody has parameterised it already :-)

Could I get the above platforms to confirm please?

Thanks in advance



Home | Main Index | Thread Index | Old Index