svn commit: r367071 - head/mail/evolution

Tijl Coosemans tijl at FreeBSD.org
Tue Sep 2 18:43:21 UTC 2014


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' \


More information about the svn-ports-head mailing list