summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-10-21 05:24:53 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-10-21 05:24:53 +0800
commit73a070fddd6a1bd5b6d422a2c3326d1b48dc1654 (patch)
tree858c154dc67304233f1039e39b562aeb028e1224
parent71d51d9b9439a645fc6ce8615396d7b39a331c60 (diff)
downloadmarcuscom-ports-73a070fddd6a1bd5b6d422a2c3326d1b48dc1654.tar
marcuscom-ports-73a070fddd6a1bd5b6d422a2c3326d1b48dc1654.tar.gz
marcuscom-ports-73a070fddd6a1bd5b6d422a2c3326d1b48dc1654.tar.bz2
marcuscom-ports-73a070fddd6a1bd5b6d422a2c3326d1b48dc1654.tar.lz
marcuscom-ports-73a070fddd6a1bd5b6d422a2c3326d1b48dc1654.tar.xz
marcuscom-ports-73a070fddd6a1bd5b6d422a2c3326d1b48dc1654.tar.zst
marcuscom-ports-73a070fddd6a1bd5b6d422a2c3326d1b48dc1654.zip
Turn off evo-mapi. samba4-devel build crashes on amd64 for some reason.
And the 3.2 evo-mapi plugin needs a newer libmapi, which needs a samba4-devel update. Timur is working on it, but it is a beast. And the old 3.0 version doesn't work with evo 3.2. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16511 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--x11/gnome2/Makefile4
-rw-r--r--x11/gnome3/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile
index 36ef93603..e9f7ac3ea 100644
--- a/x11/gnome2/Makefile
+++ b/x11/gnome2/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnome2/Makefile,v 1.305 2011/04/27 11:47:19 kwm Exp $
+# $MCom: ports/x11/gnome2/Makefile,v 1.306 2011/04/30 20:43:30 mezz Exp $
#
PORTNAME= gnome2
@@ -70,7 +70,7 @@ USE_PYTHON= yes
.if !defined(GNOME_SLAVE) || ${.CURDIR:T}=="gnome2-lite"
OPTIONS= XSCREENSAVER "Use xscreensaver as screen saver app" off \
- MAPI "Depend on evolution-mapi (pulls in samba4)" on
+ MAPI "Depend on evolution-mapi (pulls in samba4)" off
.endif
do-install: # empty
diff --git a/x11/gnome3/Makefile b/x11/gnome3/Makefile
index ca42ba527..4aee5b527 100644
--- a/x11/gnome3/Makefile
+++ b/x11/gnome3/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnome3/Makefile,v 1.29 2011/09/01 11:49:29 kwm Exp $
+# $MCom: ports/x11/gnome3/Makefile,v 1.30 2011/10/17 15:24:53 kwm Exp $
#
PORTNAME= gnome3
@@ -45,7 +45,7 @@ NO_BUILD= yes
OPTIONS= GNOME_SHELL "Build Gnome-shell (pulls in libxul)" off
.if ${.CURDIR:T}!="gnome3-lite"
-OPTIONS+= MAPI "Depend on evolution-mapi (pulls in samba4)" on
+OPTIONS+= MAPI "Depend on evolution-mapi (pulls in samba4)" off
.endif
.include <bsd.port.pre.mk>