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 AD6F57A167 for ; Sat, 1 Oct 2016 13:05:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 63F1485EE1; Sat, 1 Oct 2016 13:05:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E92C285EB5 for ; Sat, 1 Oct 2016 13:05:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id SDNqYx6S1l43 for ; Sat, 1 Oct 2016 13:05:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7700E85E47 for ; Sat, 1 Oct 2016 13:05:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 753B5FBD2; Sat, 1 Oct 2016 13:05:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147532711592340" MIME-Version: 1.0 Date: Sat, 1 Oct 2016 13:05:15 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/net/corebird To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20161001130515.753B5FBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_147532711592340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Sat Oct 1 13:05:15 UTC 2016 Modified Files: pkgsrc/net/corebird: distinfo Added Files: pkgsrc/net/corebird/patches: patch-po_Makevars Log Message: Pretend that the gettext catalogs don't use modern fancy features, since pkgsrc's msgfmt wrapper will strip them as needed. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/corebird/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/net/corebird/patches/patch-po_Makevars Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147532711592340 Content-Disposition: inline Content-Length: 1683 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/corebird/distinfo diff -u pkgsrc/net/corebird/distinfo:1.6 pkgsrc/net/corebird/distinfo:1.7 --- pkgsrc/net/corebird/distinfo:1.6 Tue Sep 6 12:31:56 2016 +++ pkgsrc/net/corebird/distinfo Sat Oct 1 13:05:15 2016 @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.6 2016/09/06 12:31:56 ryoon Exp $ +$NetBSD: distinfo,v 1.7 2016/10/01 13:05:15 joerg Exp $ SHA1 (corebird-1.3.1.tar.gz) = 3a55163f17b7a9812359843bdd49fc4a07719fd9 RMD160 (corebird-1.3.1.tar.gz) = 5cb73cf6a565b671d3ca032c14cd20b91fc21bfa SHA512 (corebird-1.3.1.tar.gz) = 698e2ee358af3071a14bea9bd788edf0e837a135a7c2321ed1eacf362a7c6ddc30b94514273d640b51f54bab2ff68cf2be5fd8d14abad2dc76189de25dc19fd5 Size (corebird-1.3.1.tar.gz) = 433961 bytes SHA1 (patch-data_Makefile.am) = c6e4939d567336855a5768c7fa0457d6a8a7dbdc +SHA1 (patch-po_Makevars) = 7d1f0dcef0caf53d6fa1187306d6264c158b8210 Added files: Index: pkgsrc/net/corebird/patches/patch-po_Makevars diff -u /dev/null pkgsrc/net/corebird/patches/patch-po_Makevars:1.1 --- /dev/null Sat Oct 1 13:05:15 2016 +++ pkgsrc/net/corebird/patches/patch-po_Makevars Sat Oct 1 13:05:15 2016 @@ -0,0 +1,13 @@ +$NetBSD: patch-po_Makevars,v 1.1 2016/10/01 13:05:15 joerg Exp $ + +--- po/Makevars.orig 2016-09-30 11:50:33.000000000 +0000 ++++ po/Makevars +@@ -51,7 +51,7 @@ EXTRA_LOCALE_CATEGORIES = + # context. Possible values are "yes" and "no". Set this to yes if the + # package uses functions taking also a message context, like pgettext(), or + # if in $(XGETTEXT_OPTIONS) you define keywords with a context argument. +-USE_MSGCTXT = yes ++USE_MSGCTXT = no + + # These options get passed to msgmerge. + # Useful options are in particular: --_----------=_147532711592340--