Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2014 14:44:06 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367021 - head/databases/evolution-data-server
Message-ID:  <201409021444.s82Ei63w073546@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Tue Sep  2 14:44:06 2014
New Revision: 367021
URL: http://svnweb.freebsd.org/changeset/ports/367021
QAT: https://qat.redports.org/buildarchive/r367021/

Log:
  Delete calls to g_thread_init.  It isn't needed with glib 2.32 and up
  and the port doesn't link with libgthread-2.0.
  
  Reported by:	antoine

Modified:
  head/databases/evolution-data-server/Makefile

Modified: head/databases/evolution-data-server/Makefile
==============================================================================
--- head/databases/evolution-data-server/Makefile	Tue Sep  2 14:42:41 2014	(r367020)
+++ head/databases/evolution-data-server/Makefile	Tue Sep  2 14:44:06 2014	(r367021)
@@ -68,5 +68,11 @@ post-patch:
 		s|-Wl,--no-undefined||g ; \
 		s|-Wmissing-include-dirs||g' \
 			${WRKSRC}/configure
+	@${REINPLACE_CMD} '/g_thread_init/d' \
+		${WRKSRC}/calendar/backends/file/e-cal-backend-file.c \
+		${WRKSRC}/camel/camel-index-control.c \
+		${WRKSRC}/camel/providers/imapx/test-imapx.c \
+		${WRKSRC}/libedataserverui/test-name-selector.c \
+		${WRKSRC}/servers/groupwise/soap-test.c
 
 .include <bsd.port.mk>



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