svn commit: r427994 - head/polish/kadu

Pawel Pekala pawel at FreeBSD.org
Tue Dec 6 22:09:08 UTC 2016


Author: pawel
Date: Tue Dec  6 22:09:07 2016
New Revision: 427994
URL: https://svnweb.freebsd.org/changeset/ports/427994

Log:
  Fix build on FreeBSD 10.1 by disabling build of some tests using
  advanced C++ constructs not supported by clang system compiler.
  
  Reported by:	pkg-fallout

Modified:
  head/polish/kadu/Makefile

Modified: head/polish/kadu/Makefile
==============================================================================
--- head/polish/kadu/Makefile	Tue Dec  6 22:06:45 2016	(r427993)
+++ head/polish/kadu/Makefile	Tue Dec  6 22:09:07 2016	(r427994)
@@ -58,6 +58,8 @@ GG_EMOTS_DISTFILES=	${GG6_EMOTS_DISTFILE
 post-patch:
 	@${REINPLACE_CMD} '/zlib/ s|^|#|' \
 		${WRKSRC}/plugins/jabber_protocol/CMakeLists.txt
+	@${REINPLACE_CMD} '/kadu_add_test/ s|^|#|' \
+		${WRKSRC}/kadu-core/plugin/CMakeLists.txt
 
 post-install-GG_EMOTS-on:
 	@${MKDIR} ${WRKSRC}/varia/themes/emoticons


More information about the svn-ports-all mailing list