svn commit: r367184 - head/mail/evolution-exchange

Tijl Coosemans tijl at FreeBSD.org
Wed Sep 3 10:14:36 UTC 2014


Author: tijl
Date: Wed Sep  3 10:14:35 2014
New Revision: 367184
URL: http://svnweb.freebsd.org/changeset/ports/367184
QAT: https://qat.redports.org/buildarchive/r367184/

Log:
  - Delete call to g_thread_init.  It isn't needed with glib 2.32 and up
    and the port doesn't link with libgthread-2.0.
  - Replace pkg_info -W with pkg which.
  
  Reported by:	antoine

Modified:
  head/mail/evolution-exchange/Makefile

Modified: head/mail/evolution-exchange/Makefile
==============================================================================
--- head/mail/evolution-exchange/Makefile	Wed Sep  3 09:47:38 2014	(r367183)
+++ head/mail/evolution-exchange/Makefile	Wed Sep  3 10:14:35 2014	(r367184)
@@ -55,7 +55,7 @@ CFLAGS+=	-fPIC
 .endif
 
 .if exists(${LOCALBASE}/include/mapi.h)
-IGNORE=	build fails when ${LOCALBASE}/include/mapi.h exists in system, run pkg_info -W ${LOCALBASE}/include/mapi.h to find the offending port and uninstall it, then install ${PORTNAME} and reinstall the port that installed mapi.h
+IGNORE=	build fails when ${LOCALBASE}/include/mapi.h exists in system, run pkg which ${LOCALBASE}/include/mapi.h to find the offending port and uninstall it, then install ${PORTNAME} and reinstall the port that installed mapi.h
 .endif
 
 post-patch:
@@ -65,5 +65,7 @@ post-patch:
 		-e 's|-DG_DISABLE_DEPRECATED||g' \
 		-e 's|-Wmissing-include-dirs||g' \
 		${WRKSRC}/configure
+	@${REINPLACE_CMD} '/g_thread_init/d' \
+		${WRKSRC}/tools/ximian-connector-setup.c
 
 .include <bsd.port.post.mk>


More information about the svn-ports-head mailing list