summaryrefslogtreecommitdiff
path: root/devel/gettext-runtime (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.19.8.1.Tijl Coosemans2016-06-161-1/+1
| | | | | | PR: 210232 Exp-run by: antoine Approved by: portmgr (antoine)
* Drop 8 support.Mathieu Arnold2015-10-151-1/+1
| | | | | | With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694
* - Update to 0.19.6Tijl Coosemans2015-10-072-4/+2
| | | | | | | | - Set TEST_TARGET PR: 203549 Exp-run by: antoine Approved by: portmgr (antoine)
* devel/gettext-runtime: add CPE informationBartek Rutkowski2015-03-291-1/+3
| | | | | | | - Maintainer's timeout (autotools@FreeBSD.org) PR: 198632 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
* - Update devel/automake to 1.15Tijl Coosemans2015-01-231-1/+1
| | | | | | | | | | | | | | | | | | | - Update devel/gettext to 0.19.4 - Update devel/libtool and devel/libltdl to 2.4.5 - This version of libtool has been fixed to pass -fstack-protector to the compiler during linking. Add the same fix to USES=libtool. This should improve SSP support on FreeBSD/i386 8 and 9. - databases/libmemcached, security/sssd: patch configure.ac so AC_CONFIG_AUX_DIR appears earlier. For databases/libmemcached changing configure.ac causes manpages to be regenerated which requires extra dependencies so patch a makefile to prevent that. - devel/xfce4-dev-tools: only depend on recent versions of autoconf and automake PR: 196938 Exp-run by: antoine Approved by: portmgr (antoine)
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. TheTijl Coosemans2014-11-295-0/+177
first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine)