- fix build under powerpc
- regen PLIST wile here
This commit is contained in:
parent
b04d5a5e68
commit
713f16639e
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.31 2008/06/02 16:46:26 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.32 2008/06/09 20:32:13 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,6 +6,7 @@ COMMENT= data backends for the Evolution mail/PIM suite
|
||||
|
||||
GNOME_PROJECT= evolution-data-server
|
||||
GNOME_VERSION= 2.22.2
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= databases
|
||||
SHARED_LIBS += edataserver-1.2 10.0 # .10.0
|
||||
SHARED_LIBS += egroupwise-1.2 13.1 # .13.1
|
||||
|
@ -1,12 +1,11 @@
|
||||
$OpenBSD: patch-calendar_libical_src_libical_icaltz-util_c,v 1.3 2008/06/02 16:46:26 jasper Exp $
|
||||
$OpenBSD: patch-calendar_libical_src_libical_icaltz-util_c,v 1.4 2008/06/09 20:32:13 ajacoutot Exp $
|
||||
--- calendar/libical/src/libical/icaltz-util.c.orig Fri Apr 4 11:05:52 2008
|
||||
+++ calendar/libical/src/libical/icaltz-util.c Sun Jun 1 10:07:57 2008
|
||||
@@ -23,6 +23,15 @@
|
||||
+++ calendar/libical/src/libical/icaltz-util.c Mon Jun 9 20:14:21 2008
|
||||
@@ -23,6 +23,14 @@
|
||||
#include <string.h>
|
||||
#if defined(sun) && defined(__SVR4)
|
||||
#include <sys/byteorder.h>
|
||||
+#elif defined(__OpenBSD__)
|
||||
+#include <sys/endian.h>
|
||||
+#include <sys/types.h>
|
||||
+#define __BYTE_ORDER _BYTE_ORDER
|
||||
+#define __LITTLE_ENDIAN _LITTLE_ENDIAN
|
||||
@ -17,7 +16,7 @@ $OpenBSD: patch-calendar_libical_src_libical_icaltz-util_c,v 1.3 2008/06/02 16:4
|
||||
#else
|
||||
#ifdef _WIN32
|
||||
#define BIG_ENDIAN 'B'
|
||||
@@ -335,7 +344,10 @@ icaltzutil_fetch_timezone (const char *location)
|
||||
@@ -335,7 +343,10 @@ icaltzutil_fetch_timezone (const char *location)
|
||||
icalprop = icalproperty_new_tzname (types [zidx].zname);
|
||||
icalcomponent_add_property (std_comp, icalprop);
|
||||
|
||||
@ -29,7 +28,7 @@ $OpenBSD: patch-calendar_libical_src_libical_icaltz-util_c,v 1.3 2008/06/02 16:4
|
||||
icaltime = icaltime_from_timet (trans, 0);
|
||||
dtstart = icaltime;
|
||||
dtstart.year = 1970;
|
||||
@@ -376,7 +388,10 @@ icaltzutil_fetch_timezone (const char *location)
|
||||
@@ -376,7 +387,10 @@ icaltzutil_fetch_timezone (const char *location)
|
||||
icalprop = icalproperty_new_tzname (types [zidx].zname);
|
||||
icalcomponent_add_property (dst_comp, icalprop);
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.11 2008/06/02 16:46:26 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.12 2008/06/09 20:32:13 ajacoutot Exp $
|
||||
include/evolution-data-server-${R}/
|
||||
include/evolution-data-server-${R}/camel/
|
||||
include/evolution-data-server-${R}/camel/broken-date-parser.h
|
||||
@ -422,11 +422,11 @@ lib/pkgconfig/libegroupwise-1.2.pc
|
||||
lib/pkgconfig/libexchange-storage-1.2.pc
|
||||
lib/pkgconfig/libgdata-1.2.pc
|
||||
lib/pkgconfig/libgdata-google-1.2.pc
|
||||
libexec/camel-index-control-1.2
|
||||
@bin libexec/camel-index-control-1.2
|
||||
@mode 4555
|
||||
libexec/camel-lock-helper-1.2
|
||||
@mode
|
||||
libexec/evolution-data-server-${R}
|
||||
@bin libexec/evolution-data-server-${R}
|
||||
share/evolution-data-server-${R}/
|
||||
share/evolution-data-server-${R}/evolutionperson.schema
|
||||
share/evolution-data-server-${R}/glade/
|
||||
|
Loading…
x
Reference in New Issue
Block a user