diff --git a/net-misc/putty/patches/putty-0.60-haiku.patch b/net-misc/putty/patches/putty-0.60.patch similarity index 95% rename from net-misc/putty/patches/putty-0.60-haiku.patch rename to net-misc/putty/patches/putty-0.60.patch index 84ffefd8b..9f289d9af 100644 --- a/net-misc/putty/patches/putty-0.60-haiku.patch +++ b/net-misc/putty/patches/putty-0.60.patch @@ -18,7 +18,7 @@ diff -urN putty-0.60/unix/configure.ac putty-0.60-haiku/unix/configure.ac AC_SUBST([all_targets]) AC_SEARCH_LIBS([socket], [xnet]) -+AC_SEARCH_LIBS([socket], [network]) ++AC_CHECK_LIB([network], [socket]) AC_CHECK_FUNCS([getaddrinfo ptsname setresuid strsignal updwtmpx]) diff --git a/net-misc/putty/putty-0.60.bep b/net-misc/putty/putty-0.60.bep new file mode 100644 index 000000000..1acd91451 --- /dev/null +++ b/net-misc/putty/putty-0.60.bep @@ -0,0 +1,21 @@ +DESCRIPTION="PuTTY is a free implementation of Telnet and SSH" +HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/putty/" +SRC_URI="http://the.earth.li/~sgtatham/putty/latest/putty-0.60.tar.gz" +REVISION="1" +STATUS_HAIKU="broken" +DEPEND="" +CHECKSUM_MD5="07e65fd98b16d115ae38a180bfb242e2" +BUILD { + cd putty-0.60/unix + autoconf + ./configure --prefix=`finddir B_COMMON_DIRECTORY` + make all-cli +} + +INSTALL { + cd putty-0.60/unix + make install +} + +LICENSE="MIT" +COPYRIGHT="1 1"