Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Apr 2020 16:33:57 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531435 - head/net-im/telegram-desktop
Message-ID:  <202004111633.03BGXvdZ098612@repo.freebsd.org>

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



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