| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=507372
|
|
|
|
|
|
|
| |
multimedia/phonon-designerplugin: remove flavorse (Qt4 deprecation)
Notes:
svn path=/head/; revision=495961
|
|
|
|
|
|
|
|
|
| |
cc1plus: error: unrecognized command line option "-std=gnu++11"
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=495422
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5
Bump all ports that depend on Qt5.
PR: 234070
Exp-run by: antoine
Approved by: kde (adridg)
Notes:
svn path=/head/; revision=490472
|
|
|
|
|
|
|
|
|
|
|
|
| |
- There was no obvious reason to split these ports, and it makes
porting simpler; the set of ports using either mostly coincided.
Exp-run by: antoine
PR: 223687
PR: 232751
Notes:
svn path=/head/; revision=484140
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14632
Notes:
svn path=/head/; revision=472983
|
|
|
|
|
|
|
|
|
|
|
|
| |
Additional port changes:
* Replaced with DISTVERSION
* Removed INSTALLS_ICONS (not a gtk app)
* Added the patch with the workaround for the build failure
Approved by: tcberner (mentor, implicit)
Notes:
svn path=/head/; revision=461987
|
|
|
|
|
|
|
|
| |
PR: 219621
Submitted by: vidar@karlsen.tech
Notes:
svn path=/head/; revision=442542
|
|
|
|
|
|
|
|
| |
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
Notes:
svn path=/head/; revision=441503
|
|
|
|
|
|
|
|
|
| |
Changes: http://flavio.tordini.org/minitube-2-6
Approved by: rakuco (mentor, implicit)
Notes:
svn path=/head/; revision=440964
|
|
|
|
|
|
|
| |
Note: This release uses Qt5 now instead of Qt4
Notes:
svn path=/head/; revision=426325
|
|
|
|
|
|
|
|
|
| |
- Pet portlint
- Cosmetic fixes
- Add missing qtcore dependency
Notes:
svn path=/head/; revision=425614
|
|
|
|
|
|
|
|
|
|
|
|
| |
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).
I also emailed him 2 weeks ago and have received no response so far.
Notes:
svn path=/head/; revision=424339
|
|
|
|
| |
Notes:
svn path=/head/; revision=395231
|
|
|
|
|
|
|
|
| |
- Update to 2.4 with support for the latest YouTube API
- Remove INSTALLS_ICONS needless for Qt/KDE ports
Notes:
svn path=/head/; revision=392335
|
|
|
|
| |
Notes:
svn path=/head/; revision=382531
|
|
|
|
|
|
|
|
|
| |
- Update to 2.3
- Don't force dependency on Phonon GStreamer backend
- Remove stale patch
Notes:
svn path=/head/; revision=380786
|
|
|
|
|
|
|
|
| |
- Use LUPDATE/LRELEASE provided by bsd.qt.mk
- Drop needless stripping
Notes:
svn path=/head/; revision=379845
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=378270
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=367888
|
|
|
|
| |
Notes:
svn path=/head/; revision=344898
|
|
|
|
|
|
|
| |
- Use options helpels
Notes:
svn path=/head/; revision=334926
|
|
|
|
|
|
|
|
| |
- Get rid of QMAKEFLAGS
- Convert to USES=dos2unix
Notes:
svn path=/head/; revision=334497
|
|
|
|
|
|
|
|
|
| |
the mtree (categories starting with m)
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=331270
|
|
|
|
|
|
|
|
|
|
| |
- Bring stage support
- Adjust DESKTOP_ENTRIES
- Use options helpers
- Use new LIB_DEPENDS syntax
Notes:
svn path=/head/; revision=329880
|
|
|
|
|
|
|
| |
multimedia)
Notes:
svn path=/head/; revision=327747
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
revert r315222 [1]
- Convert WITH_DEBUG to new options framework
- Trim Makefile header
- Adjust COMMENTs
- Reformat/update description
[1] See follow-up discussion: http://lists.freebsd.org/pipermail/svn-ports-head/2013-March/016094.html
Notes:
svn path=/head/; revision=317947
|
|
|
|
|
|
|
|
| |
already defined
- Remove OPTIONS_DEFINE, if it contains only global options
Notes:
svn path=/head/; revision=315222
|
|
|
|
| |
Notes:
svn path=/head/; revision=312931
|
|
|
|
|
|
|
|
|
|
|
| |
Trim Makefile header
Update COMMENT
Explicitly declare NLS in options
Feature safe: yes
Notes:
svn path=/head/; revision=306928
|
|
|
|
|
|
|
|
| |
- use CONFLICTS_INSTALL
- other minor changes
Notes:
svn path=/head/; revision=301600
|
|
|
|
| |
Notes:
svn path=/head/; revision=301359
|
|
|
|
|
|
|
| |
Review by: bapt, David Naylor (kde team)
Notes:
svn path=/head/; revision=298557
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
| |
Notes:
svn path=/head/; revision=289322
|
|
|
|
| |
Notes:
svn path=/head/; revision=285254
|
|
|
|
|
|
|
|
|
| |
PR: 159788
Submitted by: me
Approved by: makc (maintainer via private mail), wen (mentor)
Notes:
svn path=/head/; revision=279806
|
|
|
|
|
|
|
|
| |
PR: ports/156682
Submitted by: bartoletti <coder at tuxfamily.org>
Notes:
svn path=/head/; revision=273371
|
|
|
|
|
|
|
|
| |
PR: based on ports/156122
Submitted by: Gvozdikov Veniamin <g.veniamin at googlemail.com>
Notes:
svn path=/head/; revision=272263
|
|
|
|
| |
Notes:
svn path=/head/; revision=270740
|
|
|
|
| |
Notes:
svn path=/head/; revision=270615
|
|
|
|
| |
Notes:
svn path=/head/; revision=266059
|
|
|
|
| |
Notes:
svn path=/head/; revision=263154
|
|
|
|
|
|
|
|
| |
PR: based on ports/149035
Submitted by: Ivan Georgiev <iegeorgiev at gmail.com>
Notes:
svn path=/head/; revision=258404
|
|
|
|
| |
Notes:
svn path=/head/; revision=253807
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
| |
Notes:
svn path=/head/; revision=248978
|
|
|
|
| |
Notes:
svn path=/head/; revision=245461
|