| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
PR: 232384
Submitted by: henry.hu.sh@gmail.com
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=483479
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=473503
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=436247
|
|
|
|
|
|
|
|
|
|
|
| |
Instead of explicitely disabling c++11 mode as the code uses narrowing of
unsigned ints to ints, simply pass -no-c++11-narrowing if the compiler is clang.
This is done in preparation for Qt 5.7.1, which requires c++11 mode.
Approved by: rakuco (mentor)
Notes:
svn path=/head/; revision=433938
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Prepare for Qt 5.6, which will pass -std=gnu++11 by default when the compiler
supports it, and the build currently does not work:
../libqtelegram-aseman-edition-6.1-stable/telegram/types/accountdaysttl.cpp:51:10: error: case value evaluates to 3100684255, which cannot be narrowed to type 'int' [-Wc++11-narrowing]
case typeAccountDaysTTL: {
Note that Qt 5.7 will start requiring C++11 support, so this will need to be
fixed properly in the future.
PR: 211916
Notes:
svn path=/head/; revision=421293
|
|
|
|
|
|
|
|
|
| |
PR: 209967
Submitted by: me
Approved by: Henry Hu <henry.hu.sh at gmail.com> (maintainer)
Notes:
svn path=/head/; revision=417093
|
|
porting to windows and mac alongside linux support. It's also build using qmake
instead of cmake.
WWW: https://github.com/Aseman-Land/libqtelegram-aseman-edition
PR: 204348
Submitted by: Henry Hu <henry.hu.sh@gmail.com>
Notes:
svn path=/head/; revision=407910
|