Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Sep 2014 10:14:35 +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: r367184 - head/mail/evolution-exchange
Message-ID:  <201409031014.s83AEZ5Y041904@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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