Ticket #52354: links.patch

File links.patch, 2.4 KB (added by lbschenkel (Leonardo Brondani Schenkel), 8 years ago)

patch to Portfile

  • www/links/Portfile

    diff --git a/www/links/Portfile b/www/links/Portfile
    a b  
    44PortSystem      1.0
    55
    66name            links
    7 version         2.12
    8 revision        1
     7version         2.13
    98description     Lynx-like WWW browser that supports tables, menus, etc
    109
    1110long_description \
     
    1716license         GPL-2+
    1817homepage        http://links.twibright.com/
    1918master_sites    http://links.twibright.com/download/
    20 checksums       rmd160  a40fbb6d821c2702a435ed66e375ca2cd2639003 \
    21                 sha256  98411811ded1e8028f5aed708dd7d8ec0ae63ce24c2991a0241a989b7d09d84e
     19checksums       rmd160  f1f29ed90b2c7e397ab53fbd589ece5f2462456b \
     20                sha256  c252095334a3b199fa791c6f9a9affe2839a7fbd536685ab07851cb7efaa4405
    2221
    2322maintainers     nomaintainer
    2423use_bzip2       yes
     
    2625depends_build   port:pkgconfig
    2726depends_lib     path:lib/libssl.dylib:openssl \
    2827                port:bzip2 \
    29                 port:jpeg \
    30                 port:libpng \
    3128                port:zlib \
    3229                port:xz
    3330
    34 configure.args  --enable-javascript --without-svgalib \
    35                 --mandir=${prefix}/share/man --with-ssl
     31configure.args  --disable-graphics \
     32                --enable-javascript \
     33                --mandir=${prefix}/share/man \
     34                --with-ssl \
     35                --without-libjpeg \
     36                --without-libpng \
     37                --without-librsvg \
     38                --without-libtiff \
     39                --without-openmp \
     40                --without-x
    3641
    3742post-patch {
    3843    reinplace s|/etc/|${prefix}/etc/| ${workpath}/${worksrcdir}/default.c
    3944}
    4045
     46variant svg requires x11 description Enable SVG support {
     47    depends_lib-append      port:librsvg
     48    configure.args-replace  --without-librsvg --with-librsvg
     49}
     50variant tiff requires x11 description Enable TIFF support {
     51    depends_lib-append      port:libtiff
     52    configure.args-replace  --without-libtiff --with-libtiff
     53}
    4154variant x11 {
    42     depends_lib-append      port:jpeg \
    43                             port:xorg-libXt
    44     configure.args-append   --enable-graphics --with-x
     55    depends_lib-append      port:jpeg port:libpng port:xorg-libXt
     56    configure.args-replace  --disable-graphics --enable-graphics
     57    configure.args-replace  --without-libjpeg --with-libjpeg
     58    configure.args-replace  --without-libpng  --with-libpng
     59    configure.args-replace  --without-x --with-x
    4560}
    4661
    4762livecheck.type  regex