pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/evolution-data-server Make it build on Darwin
details: https://anonhg.NetBSD.org/pkgsrc/rev/c20aa8cef034
branches: trunk
changeset: 524092:c20aa8cef034
user: tonio <tonio%pkgsrc.org@localhost>
date: Thu Jan 18 15:22:15 2007 +0000
description:
Make it build on Darwin
diffstat:
mail/evolution-data-server/Makefile | 6 +++++-
mail/evolution-data-server/distinfo | 3 ++-
mail/evolution-data-server/patches/patch-ar | 14 ++++++++++++++
3 files changed, 21 insertions(+), 2 deletions(-)
diffs (52 lines):
diff -r 32d6a943a2b2 -r c20aa8cef034 mail/evolution-data-server/Makefile
--- a/mail/evolution-data-server/Makefile Thu Jan 18 15:16:02 2007 +0000
+++ b/mail/evolution-data-server/Makefile Thu Jan 18 15:22:15 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2006/11/27 21:21:19 drochner Exp $
+# $NetBSD: Makefile,v 1.51 2007/01/18 15:22:15 tonio Exp $
#
DISTNAME= evolution-data-server-1.8.2
@@ -35,6 +35,10 @@
LIBS+= -lsemaphore
.endif
+.if ${OPSYS} == "Darwin"
+CPPFLAGS+= -DBIND_8_COMPAT
+.endif
+
CONFIGURE_ARGS+= --with-nspr-includes=${BUILDLINK_PREFIX.nspr}/include/nspr
CONFIGURE_ARGS+= --with-nspr-libs=${BUILDLINK_PREFIX.nspr}/lib
CONFIGURE_ARGS+= --with-nss-includes=${BUILDLINK_PREFIX.nss}/include/nss/nss
diff -r 32d6a943a2b2 -r c20aa8cef034 mail/evolution-data-server/distinfo
--- a/mail/evolution-data-server/distinfo Thu Jan 18 15:16:02 2007 +0000
+++ b/mail/evolution-data-server/distinfo Thu Jan 18 15:22:15 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.33 2006/11/27 21:21:19 drochner Exp $
+$NetBSD: distinfo,v 1.34 2007/01/18 15:22:15 tonio Exp $
SHA1 (evolution-data-server-1.8.2.tar.bz2) = 7b6ba62d96b6c54e762be4ddf1c476ebf8201dc1
RMD160 (evolution-data-server-1.8.2.tar.bz2) = b3ae6d2dafa0abbbaf5ffe2fbdc39b6b20fe762d
@@ -9,3 +9,4 @@
SHA1 (patch-ao) = c98089bab9110eb29339e529fb88b01dbe454623
SHA1 (patch-ap) = 69fc60b120643c8cca3a70288774839d4e153634
SHA1 (patch-aq) = 375d592b72f59fa70160bf23aa260338d350c517
+SHA1 (patch-ar) = b6b92b068f94954d435cff11543a4de7d07712ac
diff -r 32d6a943a2b2 -r c20aa8cef034 mail/evolution-data-server/patches/patch-ar
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/evolution-data-server/patches/patch-ar Thu Jan 18 15:22:15 2007 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ar,v 1.1 2007/01/18 15:22:15 tonio Exp $
+
+--- servers/exchange/lib/e2k-autoconfig.c.orig 2006-05-10 10:24:12.000000000 +0200
++++ servers/exchange/lib/e2k-autoconfig.c
+@@ -44,6 +44,9 @@
+ #include <netinet/in.h>
+ #include <arpa/nameser.h>
+ #include <resolv.h>
++#ifndef T_SRV
++#define T_SRV 33
++#endif
+ #else
+ #include <winsock2.h>
+ #include <ws2tcpip.h>
Home |
Main Index |
Thread Index |
Old Index