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

Roman Bogorodskiy novel at FreeBSD.org
Sat Apr 11 16:33:58 UTC 2020


Author: novel
Date: Sat Apr 11 16:33:57 2020
New Revision: 531435
URL: https://svnweb.freebsd.org/changeset/ports/531435

Log:
  net-im/telegram-desktop: temporarily disable ccache
  
  Building with ccache might fail, so disable it for now until it's fixed.
  
  PR:		245452
  Approved by:	maintainer

Modified:
  head/net-im/telegram-desktop/Makefile

Modified: head/net-im/telegram-desktop/Makefile
==============================================================================
--- head/net-im/telegram-desktop/Makefile	Sat Apr 11 16:19:19 2020	(r531434)
+++ head/net-im/telegram-desktop/Makefile	Sat Apr 11 16:33:57 2020	(r531435)
@@ -35,6 +35,9 @@ LIB_DEPENDS=	libavformat.so:multimedia/ffmpeg \
 USES=		cmake compiler:c++17-lang desktop-file-utils \
 		gnome pkgconfig python:3.7,build qt:5 ssl xorg
 
+# see Bugzilla #245452 for details
+NO_CCACHE=	yes
+
 GH_ACCOUNT=	telegramdesktop
 GH_PROJECT=	tdesktop
 USE_GNOME=	glib20


More information about the svn-ports-all mailing list