Ticket #44222: Portfile-httping.diff

File Portfile-httping.diff, 1.5 KB (added by Schamschula (Marius Schamschula), 10 years ago)
  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                httping
    7 version             2.0
    8 revision            1
     7version             2.3.4
    98categories          net www
    109license             {GPL-2 OpenSSLException}
    1110maintainers         nomaintainer
     
    1918homepage            http://www.vanheusden.com/httping/
    2019master_sites        ${homepage}
    2120
    22 checksums           rmd160  42e5d3a6e8348759fa90495edbbfe3b5ad43541e \
    23                     sha256  9fcb1fef706d12149ce88dec5a3e03888d1386a80017324104453130eaeffbe0
     21checksums           rmd160  c62cf28d936ad32517b09781e6a9163cdf46afad \
     22                    sha256  a76171cb066b1d85a7b302f92dd3ee81d44ff1756ca6de5ade195eb07a836bc2
    2423
    25 depends_lib         port:openssl
     24depends_lib         port:fftw-3 \
     25                    port:gettext \
     26                    port:ncurses \
     27                    port:openssl 
    2628
    2729extract.suffix      .tgz
    2830
    29 patchfiles          patch-strndup.diff
    30 
    3131use_configure       no
    3232
    3333variant universal {}
    3434
    3535build.env           CFLAGS="${configure.cppflags} [get_canonical_archflags cc]"
    3636build.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"
    3838
    3939destroot.args       PREFIX=${prefix}
    4040