diff options
author | joerg <joerg> | 2016-10-01 13:05:15 +0000 |
---|---|---|
committer | joerg <joerg> | 2016-10-01 13:05:15 +0000 |
commit | 2ae8adf50f6b1c163a4cb2ce90f77cbd3a7f6aff (patch) | |
tree | 2cbc64a3abe69f2df37f0bd28da89ed9f3c9ed87 /net/corebird | |
parent | 1e3d050e23ac854571f6f58282704dcf1126fe9b (diff) | |
download | pkgsrc-2ae8adf50f6b1c163a4cb2ce90f77cbd3a7f6aff.tar.gz |
Pretend that the gettext catalogs don't use modern fancy features, since
pkgsrc's msgfmt wrapper will strip them as needed.
Diffstat (limited to 'net/corebird')
-rw-r--r-- | net/corebird/distinfo | 3 | ||||
-rw-r--r-- | net/corebird/patches/patch-po_Makevars | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/net/corebird/distinfo b/net/corebird/distinfo index 7d814cf0815..fabc1a97ac7 100644 --- a/net/corebird/distinfo +++ b/net/corebird/distinfo @@ -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 diff --git a/net/corebird/patches/patch-po_Makevars b/net/corebird/patches/patch-po_Makevars new file mode 100644 index 00000000000..6ace6cbeb1e --- /dev/null +++ b/net/corebird/patches/patch-po_Makevars @@ -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: |