From e6dc7cd2e0fd1d38dab9da29e1c4e4868ba25fd7 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Wed, 17 Aug 2022 11:50:49 -0500 Subject: [PATCH] putty: update to 0.77. --- srcpkgs/putty/patches/fix-include.patch | 10 ---------- srcpkgs/putty/template | 16 ++++++++-------- 2 files changed, 8 insertions(+), 18 deletions(-) delete mode 100644 srcpkgs/putty/patches/fix-include.patch diff --git a/srcpkgs/putty/patches/fix-include.patch b/srcpkgs/putty/patches/fix-include.patch deleted file mode 100644 index 37ce7776dffa..000000000000 --- a/srcpkgs/putty/patches/fix-include.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/unix/uxcons.c -+++ b/unix/uxcons.c -@@ -8,6 +8,7 @@ - #include - #include - #include -+#include - - #include - #include diff --git a/srcpkgs/putty/template b/srcpkgs/putty/template index cf385472c433..023abf4f18ae 100644 --- a/srcpkgs/putty/template +++ b/srcpkgs/putty/template @@ -1,19 +1,19 @@ # Template file for 'putty' pkgname=putty -version=0.76 +version=0.77 revision=1 -build_style=gnu-configure -hostmakedepends="pkg-config" -makedepends="gtk+-devel" +build_style=cmake +hostmakedepends="pkg-config perl" +makedepends="gtk+3-devel" short_desc="Free Telnet/SSH Client" maintainer="Orphaned " license="MIT" -homepage="http://www.chiark.greenend.org.uk/~sgtatham/putty/" +homepage="https://www.chiark.greenend.org.uk/~sgtatham/putty/" changelog="https://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html" -distfiles="http://the.earth.li/~sgtatham/putty/latest/putty-${version}.tar.gz" -checksum=547cd97a8daa87ef71037fab0773bceb54a8abccb2f825a49ef8eba5e045713f +distfiles="https://the.earth.li/~sgtatham/putty/latest/putty-${version}.tar.gz" +checksum=419a76f45238fd45f2c76b42438993056e74fa78374f136052aaa843085beae5 -CFLAGS="-Wno-error" +CFLAGS="-Wno-error -UNDEBUG" post_install() { vlicense LICENCE