Ticket #14904: Portfile.diff
File Portfile.diff, 1.8 KB (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 17 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile 31825 2007-12-09 11:25:48Z rhwood@macports.org $ 2 2 3 PortSystem 1.0 4 3 5 name evolution-data-server 4 version 1.10.26 version 2.22.0 5 7 description Addressbook and calender libs for GNOME. 6 8 long_description Evolution Data Server provides a central location for \ 7 9 addressbook and calendar in the GNOME Desktop. … … 9 11 categories gnome 10 12 platforms darwin 11 13 homepage http://www.gnome.org/ 12 master_sites gnome:sources/evolution-data-server/ 1.10/14 master_sites gnome:sources/evolution-data-server/[join [lrange [split ${version} {.}] 0 1] {.}]/ 13 15 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 16 checksums md5 0f29044dc21a4bfb915cafafde8f4d6b \ 17 sha1 1d6ad21849c479be56476cc69a43ea1fa30f69bc \ 18 rmd160 ab034a6805928509e0fc0bd306caf95392b7f275 19 20 depends_lib port:gnome-platform-suite \ 21 port:libsoup \ 22 port:libiconv \ 23 port:nspr \ 24 port:db46 \ 25 port:nss 21 26 22 27 use_bzip2 yes 23 28 24 patchfiles patch_os_open.c patch_os_spin.c29 patchfiles icaltz-util.diff 25 30 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 } 31 configure.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