Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Sep 2018 16:14:38 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479026 - head/net-im/telegram-desktop
Message-ID:  <201809051614.w85GEcWG019636@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed Sep  5 16:14:38 2018
New Revision: 479026
URL: https://svnweb.freebsd.org/changeset/ports/479026

Log:
  net-im/telegram-desktop: put back removed BROKEN line
  
  Can build but won't run on 10.x
  
  PR:		231014
  Reported by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
  Pointyhat to:	swills

Modified:
  head/net-im/telegram-desktop/Makefile   (contents, props changed)

Modified: head/net-im/telegram-desktop/Makefile
==============================================================================
--- head/net-im/telegram-desktop/Makefile	Wed Sep  5 14:48:12 2018	(r479025)
+++ head/net-im/telegram-desktop/Makefile	Wed Sep  5 16:14:38 2018	(r479026)
@@ -64,6 +64,15 @@ GYP_DEFINES:=	${GYP_DEFINES},TDESKTOP_DISABLE_GTK_INTE
 
 .include <bsd.port.pre.mk>
 
+
+# This port needs C++17 libs/compiler.
+# Currently, this is not supported by USES=compiler
+# Using clang does not work: libc++ in base does not support C++17.
+# Using gcc does not work: using both libc++ and libstdc++ causes crashes.
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000
+BROKEN=		Need C++17 support in compiler and runtime
+.endif
+
 # Since 1.3.14, the clang compiler provided in 11.1 (4.0.0) gets a segmentation
 # fault.
 .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1102000



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