Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 May 2021 19:09:03 GMT
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 23b639c49a32 - main - net-im/libpurple: Re-enable the GEvolution plugin (for pidgin)
Message-ID:  <202105031909.143J938T041791@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by marcus:

URL: https://cgit.FreeBSD.org/ports/commit/?id=23b639c49a32e3047f8906eb5569b24af0a2d3cb

commit 23b639c49a32e3047f8906eb5569b24af0a2d3cb
Author:     Joe Marcus Clarke <marcus@FreeBSD.org>
AuthorDate: 2021-05-03 19:07:47 +0000
Commit:     Joe Marcus Clarke <marcus@FreeBSD.org>
CommitDate: 2021-05-03 19:08:25 +0000

    net-im/libpurple: Re-enable the GEvolution plugin (for pidgin)
---
 net-im/libpurple/Makefile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index bfa171ceee8e..7b927e5b4a64 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -117,14 +117,14 @@ USE_GNOME+=	gconf2
 GCONF_SCHEMAS=	purple.schemas
 .endif
 
-#.if defined(WITH_GTKUI)
-#USE_GNOME+=		evolutiondataserver
-#PLIST_SUB+=		EVO=""
-#CONFIGURE_ARGS+=	--enable-gevolution
-#.else
+.if defined(WITH_GTKUI)
+USE_GNOME+=		evolutiondataserver3
+PLIST_SUB+=		EVO=""
+CONFIGURE_ARGS+=	--enable-gevolution
+.else
 CONFIGURE_ARGS+=	--disable-gevolution
 PLIST_SUB+=		EVO="@comment not installed: "
-#.endif
+.endif
 
 .if ${PORT_OPTIONS:MGSTREAMER}
 USE_GSTREAMER1+=core good



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105031909.143J938T041791>