9767f159ee
0.19.8.1 fixes an unintentional soname bump in the included libraries. Version 0.19.8 - June 2016 * Support for reproducible builds: - msgfmt now produces little-endian .mo files by default. * Programming languages support: - XML: xgettext and msgfmt now look for .its files in directories supplied through the GETTEXTDATADIRS or XDG_DATA_DIRS environment variable. - JavaScript: xgettext and msgfmt now recognize numbered arguments in format strings. * Portability: - Improve OS/2 kLIBC support. - Fix libintl compilation issue with pre-C99 compilers. It was a regression since 0.19.5. - The AM_GNU_GETTEXT Autoconf macro can now detect musl-libc's gettext as a compatible implementation.
20 lines
520 B
Text
20 lines
520 B
Text
# $NetBSD: Makefile.common,v 1.14 2016/06/11 18:26:15 wiz Exp $
|
|
#
|
|
# used by devel/gettext/Makefile
|
|
# used by devel/gettext-asprintf/Makefile
|
|
# used by devel/gettext-lib/Makefile
|
|
# used by devel/gettext-m4/Makefile
|
|
# used by devel/gettext-tools/Makefile
|
|
|
|
DISTNAME= gettext-0.19.8.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=gettext/}
|
|
|
|
MAINTAINER?= joerg@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/gettext/gettext.html
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
CONFLICTS= gettext<=0.10.35
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|