Ticket #44222: Portfile-httping.diff
File Portfile-httping.diff, 1.5 KB (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name httping 7 version 2.0 8 revision 1 7 version 2.3.4 9 8 categories net www 10 9 license {GPL-2 OpenSSLException} 11 10 maintainers nomaintainer … … 19 18 homepage http://www.vanheusden.com/httping/ 20 19 master_sites ${homepage} 21 20 22 checksums rmd160 42e5d3a6e8348759fa90495edbbfe3b5ad43541e\23 sha256 9fcb1fef706d12149ce88dec5a3e03888d1386a80017324104453130eaeffbe021 checksums rmd160 c62cf28d936ad32517b09781e6a9163cdf46afad \ 22 sha256 a76171cb066b1d85a7b302f92dd3ee81d44ff1756ca6de5ade195eb07a836bc2 24 23 25 depends_lib port:openssl 24 depends_lib port:fftw-3 \ 25 port:gettext \ 26 port:ncurses \ 27 port:openssl 26 28 27 29 extract.suffix .tgz 28 30 29 patchfiles patch-strndup.diff30 31 31 use_configure no 32 32 33 33 variant universal {} 34 34 35 35 build.env CFLAGS="${configure.cppflags} [get_canonical_archflags cc]" 36 36 build.args CC="${configure.cc}" \ 37 LDFLAGS="${configure.ldflags} [get_canonical_archflags ld] -lssl -lcrypto "37 LDFLAGS="${configure.ldflags} [get_canonical_archflags ld] -lssl -lcrypto -lfftw3 -lncurses -lintl" 38 38 39 39 destroot.args PREFIX=${prefix} 40 40