head 1.2; access; symbols pkgsrc-2019Q4:1.1.0.4 pkgsrc-2019Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2020.02.10.08.35.12; author adam; state dead; branches; next 1.1; commitid VuafJktH7mdoy6WB; 1.1 date 2019.10.08.06.36.13; author triaxx; state Exp; branches; next ; commitid gyOcLj82Kf4YT1GB; desc @@ 1.2 log @libgpg-error: updated to 1.37 Noteworthy changes in version 1.37: * Fixes a build problems when using Gawk 5.0 * Fixes Bourne shell incompatibilities on Solaris. * Improves cross-comiling support. * On Windows strerror_s is now used to emulate strerror_r. * New error codes to map SQLite primary error codes. * Now uses poll(2) instead of select(2) in gpgrt_poll if possible. * Fixes a bug in gpgrt_close. * Fixes build problem under Cygwin. * Fixes a few minor portability bugs. @ text @$NetBSD: patch-src_mkerrcodes1.awk,v 1.1 2019/10/08 06:36:13 triaxx Exp $ Prepare for Gawk 5.0. Don't escape # in regexp. https://github.com/gpg/libgpg-error/commit/7865041 --- src/mkerrcodes1.awk.orig 2013-03-15 19:24:25.000000000 +0000 +++ src/mkerrcodes1.awk @@@@ -81,7 +81,7 @@@@ header { } !header { - sub (/\#.+/, ""); + sub (/#.+/, ""); sub (/[ ]+$/, ""); # Strip trailing space and tab characters. if (/^$/) @ 1.1 log @libgpg-error: fix PR pkg/54609 pkgsrc changes: --------------- * Apply upstream patches that will be removed in next release (https://github.com/gpg/libgpg-error/commit/7865041) * Bump revision @ text @d1 1 a1 1 $NetBSD$ @