svn commit: r547560 - in head/net-im/telegram-desktop: . files

Li-Wen Hsu lwhsu at FreeBSD.org
Fri Sep 4 18:21:48 UTC 2020


Author: lwhsu
Date: Fri Sep  4 18:21:47 2020
New Revision: 547560
URL: https://svnweb.freebsd.org/changeset/ports/547560

Log:
  Remove unneeded patches forgot to remove in the last commit
  
  While here, add USES=gl as gl.mk suggested.
  
  Reported by:	Alex V. Petrov <alexvpetrov at gmail.com>
  Approved by:	Henry Hu <henry.hu.sh at gmail.com> (maintainer)

Deleted:
  head/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_core_update__checker.cpp
  head/net-im/telegram-desktop/files/patch-Telegram_cmake_lib__tgvoip.cmake
  head/net-im/telegram-desktop/files/patch-Telegram_lib__ui_ui_effects_animation__value.h
  head/net-im/telegram-desktop/files/patch-Telegram_lib__ui_ui_widgets_input__fields.h
Modified:
  head/net-im/telegram-desktop/Makefile

Modified: head/net-im/telegram-desktop/Makefile
==============================================================================
--- head/net-im/telegram-desktop/Makefile	Fri Sep  4 18:08:51 2020	(r547559)
+++ head/net-im/telegram-desktop/Makefile	Fri Sep  4 18:21:47 2020	(r547560)
@@ -40,7 +40,7 @@ LIB_DEPENDS=	libavformat.so:multimedia/ffmpeg \
 		libxkbcommon.so:x11/libxkbcommon \
 		libxxhash.so:devel/xxhash
 
-USES=		cmake compiler:c++17-lang desktop-file-utils \
+USES=		cmake compiler:c++17-lang desktop-file-utils gl \
 		gnome pkgconfig python:3.7,build qt:5 ssl xorg
 
 # see Bugzilla #245452 for details


More information about the svn-ports-all mailing list