svn commit: r479026 - head/net-im/telegram-desktop

Steve Wills swills at FreeBSD.org
Wed Sep 5 16:14:39 UTC 2018


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 at 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


More information about the svn-ports-head mailing list