diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-12-07 03:54:01 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-12-07 03:54:01 +0000 |
commit | d25635cd50039345e9b21807d7b2589d65d8b25a (patch) | |
tree | 2c075e6b52b9374a39ae0929221ae923790abd8f /databases/evolution-data-server | |
parent | Update to 2.8.1 (diff) |
Update to 1.0.3.
Notes
Notes:
svn path=/head/; revision=123358
Diffstat (limited to 'databases/evolution-data-server')
5 files changed, 5 insertions, 50 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index fcb72f81917b..8c20277ae688 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME= evolution-data-server -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 @@ -29,7 +29,7 @@ CONFIGURE_ARGS= --enable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -PLIST_SUB= VERSION="1.0" EVO_VERSION="1.5" +PLIST_SUB= VERSION="1.0" EVO_VERSION="1.0" .if !defined(WITHOUT_LDAP) USE_OPENLDAP= yes diff --git a/databases/evolution-data-server/distinfo b/databases/evolution-data-server/distinfo index f693e6f169c5..8395a5e14f91 100644 --- a/databases/evolution-data-server/distinfo +++ b/databases/evolution-data-server/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/evolution-data-server-1.0.2.tar.bz2) = ca13b5dd751cd30c55e889d9a07e70fb -SIZE (gnome2/evolution-data-server-1.0.2.tar.bz2) = 4939846 +MD5 (gnome2/evolution-data-server-1.0.3.tar.bz2) = 6fc9aa8178540828c0056e2b070b7546 +SIZE (gnome2/evolution-data-server-1.0.3.tar.bz2) = 4869529 diff --git a/databases/evolution-data-server/files/patch-calendar_libical_src_libical_icaltime.c b/databases/evolution-data-server/files/patch-calendar_libical_src_libical_icaltime.c deleted file mode 100644 index ea585bb2be6a..000000000000 --- a/databases/evolution-data-server/files/patch-calendar_libical_src_libical_icaltime.c +++ /dev/null @@ -1,11 +0,0 @@ ---- calendar/libical/src/libical/icaltime.c.orig Wed Aug 11 16:37:41 2004 -+++ calendar/libical/src/libical/icaltime.c Wed Aug 11 16:38:01 2004 -@@ -334,7 +334,7 @@ - if(tzstr!=0){ - putenv(tzstr); - } else { -- putenv("TZ"); /* Delete from environment */ -+ unsetenv("TZ"); /* Delete from environment */ - } - - /* Free any previous TZ environment string we have used. */ diff --git a/databases/evolution-data-server/files/patch-libdb_dbinc_mutex.h b/databases/evolution-data-server/files/patch-libdb_dbinc_mutex.h deleted file mode 100644 index e64cc8177c6f..000000000000 --- a/databases/evolution-data-server/files/patch-libdb_dbinc_mutex.h +++ /dev/null @@ -1,34 +0,0 @@ ---- libdb/dbinc/mutex.h.orig Mon Nov 8 01:02:41 2004 -+++ libdb/dbinc/mutex.h Mon Nov 8 01:03:04 2004 -@@ -729,31 +729,6 @@ - #endif - - /********************************************************************* -- * amd64/gcc assembly. -- *********************************************************************/ --#ifdef HAVE_MUTEX_X86_64_GCC_ASSEMBLY --typedef unsigned char tsl_t; -- --#ifdef LOAD_ACTUAL_MUTEX_CODE --/* -- * For gcc/amd64, 0 is clear, 1 is set. -- */ --#define MUTEX_SET(tsl) ({ \ -- register tsl_t *__l = (tsl); \ -- int __r; \ -- asm volatile("mov $1,%%rax; lock; xchgb %1,%%al; xor $1,%%rax"\ -- : "=&a" (__r), "=m" (*__l) \ -- : "1" (*__l) \ -- ); \ -- __r & 1; \ --}) -- --#define MUTEX_UNSET(tsl) (*(tsl) = 0) --#define MUTEX_INIT(tsl) MUTEX_UNSET(tsl) --#endif --#endif -- --/********************************************************************* - * x86_64/gcc assembly. - *********************************************************************/ - #ifdef HAVE_MUTEX_X86_64_GCC_ASSEMBLY diff --git a/databases/evolution-data-server/pkg-plist b/databases/evolution-data-server/pkg-plist index 8417797e1bbc..6890fdd06de7 100644 --- a/databases/evolution-data-server/pkg-plist +++ b/databases/evolution-data-server/pkg-plist @@ -112,7 +112,7 @@ lib/libebook.so lib/libebook.so.8 lib/libecal.a lib/libecal.so -lib/libecal.so.8 +lib/libecal.so.9 lib/libedata-book.a lib/libedata-book.so lib/libedata-book.so.1 |