From 0fcd8caf0ff22934223a865421deb1a0ac43d42e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 4 Mar 2024 15:02:34 +0100 Subject: [PATCH] rdrview: update to 0.1.1. --- .../rdrview/patches/fix-libxml2-2.12.patch | 26 ------------------- srcpkgs/rdrview/template | 4 +-- 2 files changed, 2 insertions(+), 28 deletions(-) delete mode 100644 srcpkgs/rdrview/patches/fix-libxml2-2.12.patch diff --git a/srcpkgs/rdrview/patches/fix-libxml2-2.12.patch b/srcpkgs/rdrview/patches/fix-libxml2-2.12.patch deleted file mode 100644 index eb8c8eb7709..00000000000 --- a/srcpkgs/rdrview/patches/fix-libxml2-2.12.patch +++ /dev/null @@ -1,26 +0,0 @@ -From b5fdd379577e13d26784ffdeca3ecb02ff1d336e Mon Sep 17 00:00:00 2001 -From: oreo639 -Date: Sun, 18 Feb 2024 13:49:49 -0800 -Subject: [PATCH] Add missing include with libxml2 2.12+ - -libxml2 2.12 removed extra includes, which causes stdlib.h to not get implicitly -included anymore. - -The missing include results in a warning on gcc13 and below with the resulting -binary truncating the pointer to an integer, gcc14+ makes this a hard error. ---- - src/rdrview.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/rdrview.h b/src/rdrview.h -index 9365e7a..2eda156 100644 ---- a/src/rdrview.h -+++ b/src/rdrview.h -@@ -26,6 +26,7 @@ - #define RDRVIEW_H - - #include -+#include - #include - #include - #include diff --git a/srcpkgs/rdrview/template b/srcpkgs/rdrview/template index 7be70b9b09d..bca807df5fd 100644 --- a/srcpkgs/rdrview/template +++ b/srcpkgs/rdrview/template @@ -1,6 +1,6 @@ # Template file for 'rdrview' pkgname=rdrview -version=0.1 +version=0.1.1 revision=1 build_style=gnu-makefile makedepends="libcurl-devel libseccomp-devel libxml2-devel" @@ -9,4 +9,4 @@ maintainer="Leah Neukirchen " license="Apache-2.0" homepage="https://github.com/eafer/rdrview" distfiles="https://github.com/eafer/rdrview/archive/refs/tags/v${version}.tar.gz" -checksum=6cb6688b3465f71ced13b889708cbd728193d7137f4108511a3fd2d4331d7f0c +checksum=4655d77fd74f0cb89acf6f72a3be445265da6c948f30c29eb8ee2bb8d6df3f63