Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 9C4027A110 for ; Sat, 11 Jun 2016 18:26:17 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 17EEE85EAA; Sat, 11 Jun 2016 18:26:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9A60885E83 for ; Sat, 11 Jun 2016 18:26:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 2yFTP38ax1NS for ; Sat, 11 Jun 2016 18:26:16 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3AACD84CF0 for ; Sat, 11 Jun 2016 18:26:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 30846FBB5; Sat, 11 Jun 2016 18:26:16 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 11 Jun 2016 18:26:16 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160611182616.30846FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sat Jun 11 18:26:16 UTC 2016 Modified Files: pkgsrc/devel/gettext: Makefile.common distinfo pkgsrc/devel/gettext-lib: distinfo Log Message: Update gettext* to 0.19.8.1: 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. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/gettext/Makefile.common cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/gettext/distinfo cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/gettext-lib/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.