mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
putty: update to 0.77.
This commit is contained in:
parent
a5068d4910
commit
0a7e20b482
2 changed files with 8 additions and 18 deletions
|
@ -1,10 +0,0 @@
|
|||
--- a/unix/uxcons.c
|
||||
+++ b/unix/uxcons.c
|
||||
@@ -8,6 +8,7 @@
|
||||
#include <stdarg.h>
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
+#include <sys/select.h>
|
||||
|
||||
#include <termios.h>
|
||||
#include <unistd.h>
|
|
@ -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 <orphan@voidlinux.org>"
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue