Ticket #54521: Portfile-putty.diff
File Portfile-putty.diff, 1.2 KB (added by chicagotripp (Altoine Barker), 7 years ago) |
---|
-
Portfile
old new 4 4 PortGroup active_variants 1.1 5 5 6 6 name putty 7 version 0. 697 version 0.70 8 8 categories security net 9 9 platforms darwin 10 10 maintainers nomaintainer … … 19 19 master_sites ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-${version}/ \ 20 20 http://the.earth.li/~sgtatham/putty/${version}/ 21 21 22 checksums rmd160 e120ead901dacd233885adb36afa82aaa10ad469\23 sha256 b 7dad241ff01b0cbb9dc4c1471ec7cacf8f08d98a581aeb2f336da3c0eb96ad122 checksums rmd160 9357dfca867dc91be09c735b62025f9c614ab46d \ 23 sha256 bb8aa49d6e96c5a8e18a057f3150a1695ed99a24eef699e783651d1f24e7b0be 24 24 25 25 worksrcdir ${worksrcdir}/unix 26 26 … … 28 28 29 29 # unix configure calls the configure in top folder 30 30 patch.post_args -d ${worksrcpath}/../ 31 patchfiles patch-configure.diff patch-unix-gtkwin.c.diff31 patchfiles patch-configure.diff 32 32 33 33 configure.args-append --without-gtk 34 34 configure.cppflags-delete -I${prefix}/include