non port: sysutils/pcbsd-appweb/Makefile |
Number of commits found: 14 |
Saturday, 16 Nov 2019
|
06:16 tobik
Deprecate some PC-BSD ports that have been abandoned upstream
PR: 241666
Approved by: kmoore (maintainer timeout, 2 weeks)
 |
Friday, 8 Nov 2019
|
13:11 tobik
sysutils: Add missing USES={gnome,mate,php}
 |
Wednesday, 6 Nov 2019
|
16:26 antoine
Mark a few ports BROKEN (unfetchable)
 |
Wednesday, 16 Jan 2019
|
11:13 tijl
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]
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)
 |
Tuesday, 3 Jan 2017
|
11:01 mat
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight
 |
Tuesday, 27 Dec 2016
|
12:20 amdmi3
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- While here, minor cosmetic and license fixes
Approved by: portmgr blanket
 |
Monday, 24 Oct 2016
|
19:39 rene
Now that PHP 5.5 is removed from the Ports Tree, clean up any stale
IGNORE_WITH_PHP values (5, 52, 54, 55)
 |
Friday, 1 Apr 2016
|
14:25 mat
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
 |
Friday, 13 Nov 2015
|
15:54 mat
IGNORE_WITH_PHP=54 does not do anything, php 5.4 is called 5 here, so
add 5 to the list.
Sponsored by: Absolight
 |
Wednesday, 7 Oct 2015
|
17:11 kmoore
- Update PC-BSD related ports to their respective 10.2 versions
- Includes fixes to install pcbsd-utils-qt4 from non-root and
shebang corrections
PR: 203598
 |
Friday, 31 Jul 2015
|
19:37 kmoore
- Update the various PC-BSD ports to their respective 10.2-RC1 versions
- Switch to pulling distfiles from GH
 |
Monday, 18 May 2015
|
14:20 kmoore
- Update PC-BSD related ports to 1431700504 / 10.1.2 versions
- Pet portlint for many
- Remove obsolete pkg-install
 |
Tuesday, 31 Mar 2015
|
15:31 bapt
Remove useless execution of script
Simplify Makefile and make it respects the common framework variable
 |
Tuesday, 3 Feb 2015
|
15:05 kmoore
- Add PC-BSD ports from the 10.1.1 release
- Update MOVED to reflect pcbsd-utils-qt4 -> pcbsd-utils-qt5
 |
Number of commits found: 14 |