Ticket #26207: patch-evolution-data-server.diff

File patch-evolution-data-server.diff, 2.2 KB (added by dbevans (David B. Evans), 14 years ago)

Proposed patch to Portfile

  • Portfile

     
    44PortSystem 1.0
    55
    66name            evolution-data-server
    7 version         2.26.3
     7version         2.30.3
    88set branch      [join [lrange [split ${version} .] 0 1] .]
    99description     Addressbook and calender libs for GNOME.
    1010long_description    Evolution Data Server provides a central location for \
     
    1515homepage        http://www.gnome.org/
    1616master_sites    gnome:sources/${name}/${branch}/
    1717
    18 checksums       md5     01205605a598253bc227ff360c7c3dad \
    19                 sha1    a9406b748d5a002df9570d17c91066575f2ba408 \
    20                 rmd160  83f68a464a0cfb50511f33e662d8a24ede42b9e6
     18checksums       md5     095bac0a80043d57d00f64319f3cbdbb \
     19                sha1    449d3e7a9b19768d5a792434ca5d55c9d2496993 \
     20                rmd160  2d4dc2fd6b8dfdc013042400b382f4684e642425
    2121
    2222depends_build   port:pkgconfig \
    2323                port:intltool \
    2424                port:p5-xml-parser \
    2525                port:gtk-doc
    2626
    27 depends_lib     port:libgnomeui \
     27depends_lib     port:gconf \
     28                port:libgnome-keyring \
    2829                port:libgweather \
    2930                port:libical \
    30                 port:nss
     31                port:nss \
     32                port:gnuregex \
     33                port:db46
    3134
    3235use_bzip2       yes
    3336
    34 patchfiles      patch-configure.in.diff
     37patchfiles      patch-configure.ac.diff
    3538
    36 use_autoconf    yes
     39use_autoreconf    yes
     40autoreconf.args  -fvi
    3741
    3842configure.args  \
    3943        --enable-static \
    40         --enable-nss \
    4144        --enable-smime \
    4245        --enable-gnome-keyring \
    4346        --enable-ipv6 \
    4447        --enable-nntp \
    45         --with-libiconv=${prefix} \
    4648        --with-nspr-includes=${prefix}/include/nspr  \
    4749        --with-nspr-libs=${prefix}/lib/nspr  \
    4850        --with-nss-includes=${prefix}/include/nss \
     
    5052        --with-krb5=/usr \
    5153        --disable-schemas-install
    5254
     55#
     56# port nss is not universal
     57#
     58universal_variant no
     59
    5360platform darwin 8 {
    5461    post-patch {
    5562        reinplace "s|#include <stdio.h>|#include <stdio.h>\\\n#include <sys/types.h>|g" \