Commit graph

30 commits

Author SHA1 Message Date
Tobias C. Berner
eaad702f42 net-im/telegram-desktop: update to 1.8.15
Changelog:

1.8.15 (07.10.19)
- Bug fixes and other minor improvements.

1.8.14 (03.10.19)
- Bug fixes and other minor improvements.

1.8.13 (03.10.19)
- Bug fixes and other minor improvements.

1.8.12 (02.10.19)
- Bug fixes and other minor improvements.

1.8.11 (01.10.19)
- Bug fixes and other minor improvements.

1.8.10 (30.09.19)
- Bug fixes and other minor improvements.

PR:		241319
Submitted by:	Henry Hu <henry.hu.sh@gmail.com>  (maintainer)
2019-10-18 15:54:48 +00:00
Steve Wills
ef4d3de31b net-im/telegram-desktop: update to 1.8.9
PR:		240929
Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
2019-10-07 20:41:44 +00:00
Piotr Kubaj
4de0a109b6 net-im/telegram-desktop: put better error explanation
After putting a definition for powerpc64, it turns out that a little-endian CPU is necessary.

Approved by:	mentors (implicit approval)
2019-09-19 12:21:06 +00:00
Steve Wills
a18c06b4e5 net-im/telegram-desktop: update to 1.8.4
PR:		240401
Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
2019-09-13 16:29:36 +00:00
Xin LI
ed7ae0c08f Update to 1.7.14.
PR:		239502
Submitted by:	maintainer (Henry Hu <henry.hu.sh gmail.com>)
2019-08-17 06:50:17 +00:00
Jan Beich
325aed58cb multimedia/ffmpeg: update to 4.2
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
2019-08-05 23:06:50 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Rene Ladan
7469b029a6 Remove esound support from pulseaudio as audio/esound expired.
Bump PORTREVISIONs of dependent ports.

Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio*
2019-05-01 19:35:14 +00:00
Steve Wills
103b011df7 net-im/telegram-desktop: update to 1.6.7
PR:		237428
Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
2019-04-23 14:21:40 +00:00
Mark Linimon
a7d38562c6 Mark as unbuildable on powerpc*.
Approved by:	portmgr (tier-2 blanket)
2019-03-07 03:47:58 +00:00
Steve Wills
690c76d9c1 net-im/telegram-desktop: update to 1.5.11
PR:		235476
Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
2019-02-05 14:05:36 +00:00
Tijl Coosemans
1bf487d3e7 Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence.  If the
catch-all is last it captures everything.  In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API.  This only affects lld because GNU ld always gives the
catch-all lowest priority.

Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium.  Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3]  The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one.  If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash.  Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.

Remove the weak wrappers (make them Linux specific).  This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.

[1] 5c2cbfccf9
[2] 2ed5054e3a
[3] 009f5ebb4b

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
2019-01-16 11:13:44 +00:00
Steve Wills
dec2497f55 net-im/telegram-desktop: Update to 1.5.4
PR:		234500
Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
2018-12-31 20:14:21 +00:00
Tobias C. Berner
707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00
Yuri Victorovich
45c88e8f1a net-im/telegram-desktop: Change SED -> REINPLACE_CMD
Reported by:	mat
Approved by:	portmgr (compliance)
2018-12-18 18:09:58 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Max Brazhnikov
0307c409d0 net-im/telegram-desktop:
- Fix desktop entry

PR:		232746
Approved by:	Henry Hu (maintainer)
2018-11-11 11:45:19 +00:00
Jan Beich
0872f77fd4 multimedia/ffmpeg: update to 4.1
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
2018-11-06 01:50:26 +00:00
Rene Ladan
8a502cb2d4 Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
2018-11-02 13:32:34 +00:00
Steve Wills
902f517930 net-im/telegram-desktop: update to 1.4.2
PR:		232212
Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
2018-10-14 19:35:18 +00:00
Steve Wills
9c9f9f3ae4 net-im/telegram-desktop: update to 1.4.0
PR:		232061
Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
2018-10-09 02:01:19 +00:00
Steve Wills
942eec85b7 Switch to ignore in the 10.x case
Reported by:	mat
2018-09-06 00:56:02 +00:00
Steve Wills
6b52b43be5 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
2018-09-05 16:14:38 +00:00
Steve Wills
f608325ef6 net-im/telegram-desktop: update to 1.3.14
PR:		231014
Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
2018-09-02 19:20:02 +00:00
Steve Wills
6ef98c879f net-im/telegram-desktop: update to 1.3.12
PR:		230398
Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
2018-08-22 16:09:42 +00:00
Tobias C. Berner
b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	→https://reviews.freebsd.org/D15540
2018-06-28 17:39:53 +00:00
Jan Beich
c400a2c8b6 multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		227726
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15175
2018-05-02 15:07:27 +00:00
Kirill Ponomarev
4e2c600ca3 Update to version 1.2.17
PR:		227571
Submitted by:	maintainer
2018-04-17 14:10:49 +00:00
Antoine Brodin
7a3ae8b85f Fix with DEFAULT_VERSIONS=python=3.x 2018-01-30 21:50:16 +00:00
Yuri Victorovich
857f98b9e4 New port: net-im/telegram-desktop: Telegram Desktop messaging app
PR:		224193
Submitted by:	Henry Hu <henry.hu.sh@gmail.com>
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13434
2017-12-18 23:35:45 +00:00