From 296ee40e4da5ad583b197ca81862ec99d469ef38 Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Tue, 1 Oct 2019 19:13:36 -0700 Subject: [PATCH] png++: update to 0.2.10 --- srcpkgs/png++/patches/musl-error.patch | 11 ----------- srcpkgs/png++/template | 4 ++-- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 srcpkgs/png++/patches/musl-error.patch diff --git a/srcpkgs/png++/patches/musl-error.patch b/srcpkgs/png++/patches/musl-error.patch deleted file mode 100644 index f1123d938ee..00000000000 --- a/srcpkgs/png++/patches/musl-error.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- error.hpp 2015-10-25 20:42:45.000000000 +0100 -+++ - 2018-11-07 12:49:36.093450988 +0100 -@@ -100,7 +100,7 @@ - strerror_s(buf, ERRBUF_SIZE, errnum); - return std::string(buf); - #else --#if (_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && !_GNU_SOURCE -+#if ((_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && !_GNU_SOURCE) || !defined(__GLIBC__) - strerror_r(errnum, buf, ERRBUF_SIZE); - return std::string(buf); - #else diff --git a/srcpkgs/png++/template b/srcpkgs/png++/template index 99de7397893..b156d606308 100644 --- a/srcpkgs/png++/template +++ b/srcpkgs/png++/template @@ -1,6 +1,6 @@ # Template file for 'png++' pkgname=png++ -version=0.2.9 +version=0.2.10 revision=1 build_style=gnu-makefile make_build_target="docs" @@ -12,7 +12,7 @@ maintainer="Alex Childs " license="BSD-3-Clause" homepage="https://www.nongnu.org/pngpp" distfiles="${NONGNU_SITE}/pngpp/${pkgname}-${version}.tar.gz" -checksum=abbc6a0565122b6c402d61743451830b4faee6ece454601c5711e1c1b4238791 +checksum=998af216ab16ebb88543fbaa2dbb9175855e944775b66f2996fc945c8444eee1 post_install() { vlicense COPYING