[35693] trunk/dports/gnome/evolution-data-server
gui_dos at macports.org
gui_dos at macports.org
Thu Apr 3 00:59:05 PDT 2008
Revision: 35693
http://trac.macosforge.org/projects/macports/changeset/35693
Author: gui_dos at macports.org
Date: 2008-04-03 00:59:05 -0700 (Thu, 03 Apr 2008)
Log Message:
-----------
evolution-data-server: update to 2.22.0 (closes #14904)
Modified Paths:
--------------
trunk/dports/gnome/evolution-data-server/Portfile
Added Paths:
-----------
trunk/dports/gnome/evolution-data-server/files/patch-calendar-libical-src-libical-icaltz-util.c.diff
Removed Paths:
-------------
trunk/dports/gnome/evolution-data-server/files/patch_os_open.c
trunk/dports/gnome/evolution-data-server/files/patch_os_spin.c
Modified: trunk/dports/gnome/evolution-data-server/Portfile
===================================================================
--- trunk/dports/gnome/evolution-data-server/Portfile 2008-04-03 07:55:11 UTC (rev 35692)
+++ trunk/dports/gnome/evolution-data-server/Portfile 2008-04-03 07:59:05 UTC (rev 35693)
@@ -1,35 +1,42 @@
# $Id$
+
PortSystem 1.0
+
name evolution-data-server
-version 1.10.2
+version 2.22.0
description Addressbook and calender libs for GNOME.
long_description Evolution Data Server provides a central location for \
addressbook and calendar in the GNOME Desktop.
maintainers nomaintainer
categories gnome
-platforms darwin
+platforms darwin
homepage http://www.gnome.org/
-master_sites gnome:sources/evolution-data-server/1.10/
+master_sites gnome:sources/evolution-data-server/[join [lrange [split ${version} {.}] 0 1] {.}]/
-checksums md5 790dfc97a917dff8384dcb7cad42f87f \
- sha1 0364dbf18306f9f36cdae37703f47571cb2a93fe \
- rmd160 1fc5915338427a306e46a1c37bfc913fa05936a3
+checksums md5 0f29044dc21a4bfb915cafafde8f4d6b \
+ sha1 1d6ad21849c479be56476cc69a43ea1fa30f69bc \
+ rmd160 ab034a6805928509e0fc0bd306caf95392b7f275
-depends_lib port:gnome-platform-suite lib:libsoup-2:libsoup \
- port:libiconv \
- port:nspr
+depends_lib port:gnome-platform-suite \
+ port:libsoup \
+ port:libiconv \
+ port:nspr \
+ port:db46 \
+ port:nss \
+ port:gnome-keyring
use_bzip2 yes
-patchfiles patch_os_open.c patch_os_spin.c
+patchfiles patch-calendar-libical-src-libical-icaltz-util.c.diff
-configure.args --mandir=${prefix}/share/man --enable-static \
- --disable-nss \
- --disable-smime \
- --with-libiconv=${prefix}
-configure.env \
- INTLTOOL_ICONV=${prefix}/bin/iconv
-
-platform darwin 8 i386 {
- configure.env-append MACOSX_DEPLOYMENT_TARGET="10.3"
-}
+configure.args --enable-static \
+ --enable-nss \
+ --enable-smime \
+ --enable-gnome-keyring \
+ --enable-ipv6 \
+ --enable-nntp \
+ --enable-gtk-doc \
+ --with-libiconv=${prefix} \
+ --with-nspr-includes=${prefix}/include/nspr \
+ --with-nss-includes=${prefix}/include/nss \
+ --with-krb5=/usr
Added: trunk/dports/gnome/evolution-data-server/files/patch-calendar-libical-src-libical-icaltz-util.c.diff
===================================================================
--- trunk/dports/gnome/evolution-data-server/files/patch-calendar-libical-src-libical-icaltz-util.c.diff (rev 0)
+++ trunk/dports/gnome/evolution-data-server/files/patch-calendar-libical-src-libical-icaltz-util.c.diff 2008-04-03 07:59:05 UTC (rev 35693)
@@ -0,0 +1,13 @@
+--- ./calendar/libical/src/libical/icaltz-util.orig 2008-04-02 18:33:48.000000000 -0600
++++ ./calendar/libical/src/libical/icaltz-util.c 2008-04-02 18:34:10.000000000 -0600
+@@ -30,8 +30,8 @@
+ #define BYTE_ORDER LITTLE_ENDIAN
+ #define bswap_32(val) ((((val) & 0x000000ffU) << 24) | (((val) & 0x0000ff00U) << 8) | (((val) & 0x00ff0000U) >> 8) | (((val) & 0xff000000U) >> 24))
+ #else
+-#include <byteswap.h>
+-#include <endian.h>
++#define bswap_32(val) ((((val) & 0x000000ffU) << 24) | (((val) & 0x0000ff00U) << 8) | (((val) & 0x00ff0000U) >> 8) | (((val) & 0xff000000U) >> 24))
++#include <machine/endian.h>
+ #endif
+ #endif
+ #include <limits.h>
Deleted: trunk/dports/gnome/evolution-data-server/files/patch_os_open.c
===================================================================
--- trunk/dports/gnome/evolution-data-server/files/patch_os_open.c 2008-04-03 07:55:11 UTC (rev 35692)
+++ trunk/dports/gnome/evolution-data-server/files/patch_os_open.c 2008-04-03 07:59:05 UTC (rev 35693)
@@ -1,14 +0,0 @@
---- libdb/os/os_open.c.org Fri Sep 17 22:56:14 2004
-+++ libdb/os/os_open.c Fri Sep 17 22:56:39 2004
-@@ -106,11 +106,6 @@
- if ((ret = __os_openhandle(dbenv, name, oflags, mode, fhp)) != 0)
- return (ret);
-
--#ifdef HAVE_DIRECTIO
-- if (LF_ISSET(DB_OSO_DIRECT))
-- (void)directio(fhp->fd, DIRECTIO_ON);
--#endif
--
- /*
- * Delete any temporary file.
- *
Deleted: trunk/dports/gnome/evolution-data-server/files/patch_os_spin.c
===================================================================
--- trunk/dports/gnome/evolution-data-server/files/patch_os_spin.c 2008-04-03 07:55:11 UTC (rev 35692)
+++ trunk/dports/gnome/evolution-data-server/files/patch_os_spin.c 2008-04-03 07:59:05 UTC (rev 35693)
@@ -1,46 +0,0 @@
---- libdb/os/os_spin.c.org Sat Sep 18 07:40:05 2004
-+++ libdb/os/os_spin.c Sat Sep 18 07:50:20 2004
-@@ -13,9 +13,6 @@
-
- #ifndef NO_SYSTEM_INCLUDES
- #include <sys/types.h>
--#if defined(HAVE_PSTAT_GETDYNAMIC)
--#include <sys/pstat.h>
--#endif
-
- #include <limits.h>
- #include <unistd.h>
-@@ -23,23 +20,6 @@
-
- #include "db_int.h"
-
--#if defined(HAVE_PSTAT_GETDYNAMIC)
--static int __os_pstat_getdynamic __P((void));
--
--/*
-- * __os_pstat_getdynamic --
-- * HP/UX.
-- */
--static int
--__os_pstat_getdynamic()
--{
-- struct pst_dynamic psd;
--
-- return (pstat_getdynamic(&psd,
-- sizeof(psd), (size_t)1, 0) == -1 ? 1 : psd.psd_proc_cnt);
--}
--#endif
--
- #if defined(HAVE_SYSCONF) && defined(_SC_NPROCESSORS_ONLN)
- static int __os_sysconf __P((void));
-
-@@ -79,9 +59,6 @@
- return (dbenv->tas_spins);
-
- dbenv->tas_spins = 1;
--#if defined(HAVE_PSTAT_GETDYNAMIC)
-- dbenv->tas_spins = __os_pstat_getdynamic();
--#endif
- #if defined(HAVE_SYSCONF) && defined(_SC_NPROCESSORS_ONLN)
- dbenv->tas_spins = __os_sysconf();
- #endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080403/91e28891/attachment-0001.html
More information about the macports-changes
mailing list