Ticket #30704: patch-Portfile.diff

File patch-Portfile.diff, 803 bytes (added by carsomyr@…, 13 years ago)

The Portfile patch (revision 3).

  • Portfile

    old new  
    108108    depends_lib-append      port:python27
    109109}
    110110
     111variant pcre {
     112    build.args-append       LIBPCREDIR=${prefix} USE_LIBPCRE=1
     113    destroot.args-append    LIBPCREDIR=${prefix} USE_LIBPCRE=1
     114    test.args-append        LIBPCREDIR=${prefix} USE_LIBPCRE=1
     115    depends_lib-append      port:pcre
     116}
     117
    111118variant doc description {Install HTML and plaintext documentation} {
    112119    distfiles-append    git-htmldocs-${version}${extract.suffix}
    113120    checksums-append    git-htmldocs-${version}${extract.suffix} \
     
    149156    }
    150157}
    151158
    152 default_variants    +doc
     159default_variants    +doc +pcre
    153160
    154161livecheck.type          regex
    155162livecheck.regex         {<div id="ver">v([0-9.]+)}