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) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 6 6 name evolution-data-server 7 version 2. 26.37 version 2.30.3 8 8 set branch [join [lrange [split ${version} .] 0 1] .] 9 9 description Addressbook and calender libs for GNOME. 10 10 long_description Evolution Data Server provides a central location for \ … … 15 15 homepage http://www.gnome.org/ 16 16 master_sites gnome:sources/${name}/${branch}/ 17 17 18 checksums md5 0 1205605a598253bc227ff360c7c3dad\19 sha1 a9406b748d5a002df9570d17c91066575f2ba408\20 rmd160 83f68a464a0cfb50511f33e662d8a24ede42b9e618 checksums md5 095bac0a80043d57d00f64319f3cbdbb \ 19 sha1 449d3e7a9b19768d5a792434ca5d55c9d2496993 \ 20 rmd160 2d4dc2fd6b8dfdc013042400b382f4684e642425 21 21 22 22 depends_build port:pkgconfig \ 23 23 port:intltool \ 24 24 port:p5-xml-parser \ 25 25 port:gtk-doc 26 26 27 depends_lib port:libgnomeui \ 27 depends_lib port:gconf \ 28 port:libgnome-keyring \ 28 29 port:libgweather \ 29 30 port:libical \ 30 port:nss 31 port:nss \ 32 port:gnuregex \ 33 port:db46 31 34 32 35 use_bzip2 yes 33 36 34 patchfiles patch-configure. in.diff37 patchfiles patch-configure.ac.diff 35 38 36 use_autoconf yes 39 use_autoreconf yes 40 autoreconf.args -fvi 37 41 38 42 configure.args \ 39 43 --enable-static \ 40 --enable-nss \41 44 --enable-smime \ 42 45 --enable-gnome-keyring \ 43 46 --enable-ipv6 \ 44 47 --enable-nntp \ 45 --with-libiconv=${prefix} \46 48 --with-nspr-includes=${prefix}/include/nspr \ 47 49 --with-nspr-libs=${prefix}/lib/nspr \ 48 50 --with-nss-includes=${prefix}/include/nss \ … … 50 52 --with-krb5=/usr \ 51 53 --disable-schemas-install 52 54 55 # 56 # port nss is not universal 57 # 58 universal_variant no 59 53 60 platform darwin 8 { 54 61 post-patch { 55 62 reinplace "s|#include <stdio.h>|#include <stdio.h>\\\n#include <sys/types.h>|g" \