Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2014 18:43:21 +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: r367071 - head/mail/evolution
Message-ID:  <201409021843.s82IhLSK093253@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Tue Sep  2 18:43:21 2014
New Revision: 367071
URL: http://svnweb.freebsd.org/changeset/ports/367071
QAT: https://qat.redports.org/buildarchive/r367071/

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/mail/evolution/Makefile

Modified: head/mail/evolution/Makefile
==============================================================================
--- head/mail/evolution/Makefile	Tue Sep  2 18:04:44 2014	(r367070)
+++ head/mail/evolution/Makefile	Tue Sep  2 18:43:21 2014	(r367071)
@@ -109,6 +109,12 @@ post-patch:
 		-e 's|-DG_DISABLE_DEPRECATED||g' \
 		-e 's|-Wmissing-include-dirs||g' \
 	    	${WRKSRC}/configure
+	@${REINPLACE_CMD} 's/g_thread_init.*/(void)0;/' \
+		${WRKSRC}/calendar/gui/alarm-notify/notify-main.c \
+		${WRKSRC}/capplet/settings/mail-guess-servers.c \
+		${WRKSRC}/capplet/anjal-settings-main.c \
+		${WRKSRC}/plugins/backup-restore/backup.c \
+		${WRKSRC}/shell/main.c
 	@${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \
 		${WRKSRC}/plugins/bogo-junk-plugin/bf-junk-filter.c
 	@${REINPLACE_CMD} -e 's|/usr/sbin|${LOCALBASE}/bin|g' \



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