Ticket #19786: evolution-data-server.patch

File evolution-data-server.patch, 1.0 KB (added by jim@…, 15 years ago)

Patchs the portfile to make gtk-doc a variant

  • ports/gnome/evolution-data-server/Portfile

    diff -rNU4 --exclude=work sources/rsync.macports.org/release/ports/gnome/evolution-data-server/Portfile /Users/jmeyer/work/ports/gnome/evolution-data-server/Portfile
    old new  
    3636        --enable-smime \
    3737        --enable-gnome-keyring \
    3838        --enable-ipv6 \
    3939        --enable-nntp \
    40         --enable-gtk-doc \
    4140        --with-libiconv=${prefix} \
    4241        --with-nspr-includes=${prefix}/include/nspr  \
    4342        --with-nspr-libs=${prefix}/lib/nspr  \
    4443        --with-nss-includes=${prefix}/include/nss \
     
    5150        ${worksrcpath}/camel/camel-block-file.h
    5251    }
    5352}
    5453
     54variant gtk-doc description {Build gtk-doc documentation} {
     55  configure.args-append --enable-gtk-doc
     56}
     57
    5558livecheck.check regex
    5659livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
    5760livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}