Update to 1.0.3.

This commit is contained in:
Joe Marcus Clarke
2004-12-07 03:54:01 +00:00
parent 147e6a9d56
commit d25635cd50
5 changed files with 5 additions and 50 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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. */

View File

@@ -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

View File

@@ -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