CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2015/07/19 17:46:08
Modified files:
devel : Makefile
devel/gettext : Makefile distinfo gettext.port.mk
devel/gettext/patches: patch-gettext-runtime_intl_l10nflist_c
patch-gettext-runtime_intl_relocatable_c
devel/gettext/pkg: DESCR PLIST
textproc/gtranslator: Makefile
x11/kde4/poxml : Makefile
x11/kde4/sdk-thumbnailers: Makefile
Added files:
devel/gettext-tools: Makefile distinfo
devel/gettext-tools/patches: patch-gettext-tools_configure
patch-gettext-tools_gnulib-lib_Makefile_in
patch-gettext-tools_src_Makefile_in
patch-gettext-tools_tests_lang-c++
devel/gettext-tools/pkg: DESCR PLIST
Removed files:
devel/gettext/patches:
patch-gettext-tools_gnulib-lib_Makefile_in
patch-gettext-tools_src_Makefile_in
Log message:
Split gettext into a small runtime component and a separate large
set of development tools as recommended by upstream.
Ports will continue to depend on devel/gettext for libintl. The
gettext module also provides an automatic build dependency on
devel/gettext-tools for msgfmt etc.
A few ports that require a library provided by gettext-tools get a
corresponding dependency.
Also update gettext to 0.19.5.1.
COMMENT and DESCR from FreeBSD. Bulk build testing by sthen@.
ok sthen@