svn commit: r536991 - head/net-im/telegram-desktop/files

Loïc Bartoletti lbartoletti at FreeBSD.org
Tue Jun 2 06:55:45 UTC 2020


Thank you!

Thanks to you, tobias and the kde/qt5 team for everything that has been 
done! It's a pleasure to be with you in the team!

Loïc

Le 29/05/2020 à 22:33, Adriaan de Groot a écrit :
> On Friday, 29 May 2020 20:41:55 CEST Loïc Bartoletti wrote:
>> Log:
>>    net-im/telegram-desktop: prepare for Qt5-5.15
>>
>>    Approved by:  tcberner (mentor)
>>    Differential Revision:        https://reviews.freebsd.org/D25051
> Thanks Loïc, it's good to have more people helping with the tidying and
> patchwork before a Qt update.
>
>
> For context for other developers: implicitly included header files are a
> problem. We all know that from Linux software that assumes that <string.h>
> include <errno.h>, that kind of stuff. Qt has similar deeply-hidden implicitly
> included headers, and some releases pare them down by introducting forward
> declarations. That has annoying fallout all over as the previously implicit
> includes need to be made explicit for software written and released against
> older Qt versions. The fix is harmless with older Qt, while reducing the size
> of the diff when we *do* import Qt 5.15 into the tree. I expect things like
> Telegram to have a release some time down the line that makes these patches
> obsolete again as the new release is done against the latest released Qt.
>
> So thanks again, Loïc, for dealing with this drudge-work.
>
> [ade]


More information about the svn-ports-all mailing list