svn commit: r367021 - head/databases/evolution-data-server
Tijl Coosemans
tijl at FreeBSD.org
Tue Sep 2 14:44:06 UTC 2014
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>
More information about the svn-ports-all
mailing list