CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2017/08/24 03:44:35
Modified files:
textproc/icu4c : Makefile
Added files:
textproc/icu4c/pkg: DESCR-main DESCR-wwwdata PLIST-main
PLIST-wwwdata
Removed files:
textproc/icu4c/pkg: DESCR PFRAG.be PFRAG.le PLIST
Log message:
Switch icu4c back to --with-data-packaging=archive to place the data in
a separate file rather than directly in icudata.so to avoid the symbol
size warnings from ld.so.
As this data file is needed at runtime, provide a subpackage containing
a second copy installed under /var/www for use with chrooted web
applications (notably php-intl) that use icu4c. (Applications using
chroot jails other than /var/www will need a further copy of the data
file).
Feedback/ok ajacoutot@, bumps to follow.