Ticket #14904: Portfile.diff

File Portfile.diff, 1.8 KB (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago)
  • Portfile

    old new  
    11# $Id: Portfile 31825 2007-12-09 11:25:48Z rhwood@macports.org $
     2
    23PortSystem 1.0
     4
    35name            evolution-data-server
    4 version         1.10.2
     6version         2.22.0
    57description     Addressbook and calender libs for GNOME.
    68long_description        Evolution Data Server provides a central location for \
    79                        addressbook and calendar in the GNOME Desktop.
     
    911categories      gnome
    1012platforms       darwin
    1113homepage        http://www.gnome.org/
    12 master_sites    gnome:sources/evolution-data-server/1.10/
     14master_sites    gnome:sources/evolution-data-server/[join [lrange [split ${version} {.}] 0 1] {.}]/
    1315
    14 checksums       md5 790dfc97a917dff8384dcb7cad42f87f \
    15                         sha1 0364dbf18306f9f36cdae37703f47571cb2a93fe \
    16                         rmd160 1fc5915338427a306e46a1c37bfc913fa05936a3
    17 
    18 depends_lib     port:gnome-platform-suite lib:libsoup-2:libsoup \
    19         port:libiconv \
    20         port:nspr
     16checksums       md5 0f29044dc21a4bfb915cafafde8f4d6b \
     17                        sha1 1d6ad21849c479be56476cc69a43ea1fa30f69bc \
     18                        rmd160 ab034a6805928509e0fc0bd306caf95392b7f275
     19
     20depends_lib     port:gnome-platform-suite \
     21                port:libsoup \
     22                port:libiconv \
     23                port:nspr \
     24                port:db46 \
     25                port:nss
    2126
    2227use_bzip2       yes
    2328
    24 patchfiles      patch_os_open.c patch_os_spin.c
     29patchfiles      icaltz-util.diff
    2530
    26 configure.args  --mandir=${prefix}/share/man --enable-static \
    27                 --disable-nss \
    28                 --disable-smime \
    29                 --with-libiconv=${prefix}
    30 configure.env   \
    31         INTLTOOL_ICONV=${prefix}/bin/iconv
    32 
    33 platform darwin 8 i386 {
    34         configure.env-append MACOSX_DEPLOYMENT_TARGET="10.3"
    35 }
     31configure.args  --enable-static \
     32                --enable-nss \
     33                --enable-smime \
     34                --enable-gnome-keyring \
     35                --enable-ipv6 \
     36                --enable-nntp \
     37                --enable-gtk-doc \
     38                --with-libiconv=${prefix} \
     39                --with-nspr-includes=${prefix}/include/nspr  \
     40                --with-nss-includes=${prefix}/include/nss \
     41                --with-krb5=/usr