CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2017/05/24 09:44:42
Modified files:
textproc/icu4c : Makefile
textproc/icu4c/patches: patch-source_common_Makefile_in
patch-source_common_putilimp_h
patch-source_config_mh-bsd-gcc
textproc/icu4c/pkg: PLIST
Added files:
textproc/icu4c/patches: patch-source_common_putil_cpp
patch-source_common_unicode_uconfig_h
patch-source_i18n_Makefile_in
patch-source_io_Makefile_in
patch-source_layoutex_Makefile_in
patch-source_stubdata_Makefile_in
patch-source_tools_ctestfw_Makefile_in
patch-source_tools_toolutil_Makefile_in
Removed files:
textproc/icu4c/patches: patch-source_config_Makefile_inc_in
patch-source_icudefs_mk_in
Log message:
Spring cleaning:
* as per upstream recommendation
- use --with-data-packaging=archive on all archs
- pass -DICU_NO_USER_DATA_OVERRIDE
- pass --disable-renaming (fixes the infamous symbol mismatch)
* don't duplicate libicutest installation
* don't strip static libraries (from FreeBSD)
* when not in POSIX/C mode, assume UTF-8 by default like Darwin (from FreeBSD)
* sync config/mh-bsd-gcc with config/mh-linux
* build extra tool
* remove uneeded patches / chunks
* bump major