| 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=495954
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 234461
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes:
svn path=/head/; revision=488723
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=488341
|
|
|
|
|
|
|
|
| |
This is a small bugfix release with a single change fixing the build with Qt
5.11.
Notes:
svn path=/head/; revision=474651
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14651
Notes:
svn path=/head/; revision=467306
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes from Konversation 1.7.3 to 1.7.4:
Fixed a bug causing the size of a custom chat text view font set via the
configuration dialog to be ignored. A font size modification done via the
Enlarge/Decrease Font Size actions is nowapplied on top of the configured
size (or the system default font size, respectively).
Notes:
svn path=/head/; revision=457120
|
|
|
|
|
|
|
|
|
|
|
|
| |
Reported by: tcberner
Approved by: tcberner (mentor)
MFH: 2017Q4
Security: https://www.kde.org/info/security/advisory-20171112-1.txt
Security: CVE-2017-15923
Differential Revision: https://reviews.freebsd.org/D13065
Notes:
svn path=/head/; revision=454088
|
|
|
|
|
|
|
|
|
|
|
| |
* The URL handler needs klauncher5 which is part of kf5-kinit.
Reported by: Gleb Popov <6yearold@gmail.com>
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D11425
Notes:
svn path=/head/; revision=444772
|
|
|
|
|
|
|
|
|
|
|
| |
Update to the latest release (which is KF5-based) and drop the "-kde4" suffix
from the port.
Reviewed by: tcberner
Differential Revision: https://reviews.freebsd.org/D10928
Notes:
svn path=/head/; revision=442126
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt
Notes:
svn path=/head/; revision=323748
|
|
|
|
|
|
|
|
| |
- Remove leading article from COMMENT
- Trim Makefile header
Notes:
svn path=/head/; revision=311973
|
|
|
|
|
|
|
|
|
|
|
| |
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01
Discussed with: bapt, tabthorpe
Notes:
svn path=/head/; revision=309662
|
|
|
|
|
|
|
|
|
|
| |
far, and should you desire to return just let us know.
PR: ports/174309
Submitted by: Chris Petrik
Notes:
svn path=/head/; revision=308576
|
|
|
|
|
|
|
| |
PR: ports/171481
Notes:
svn path=/head/; revision=303952
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
| |
Notes:
svn path=/head/; revision=277083
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
Notes:
svn path=/head/; revision=238781
|
|
|
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
Notes:
svn path=/head/; revision=238701
|
|
|
|
|
|
|
| |
Submitted by: makc
Notes:
svn path=/head/; revision=219671
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=214430
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
| |
Notes:
svn path=/head/; revision=174695
|
|
|
|
|
|
|
| |
- Extend pkg-descr and fix a typo
Notes:
svn path=/head/; revision=171878
|
|
|
|
| |
Notes:
svn path=/head/; revision=161690
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
| |
Notes:
svn path=/head/; revision=154805
|
|
|
|
| |
Notes:
svn path=/head/; revision=147269
|
|
|
|
|
|
|
|
| |
and a resulting regeneration of the buildsystem
- Bump PORTREVISION
Notes:
svn path=/head/; revision=137002
|
|
|
|
|
|
|
| |
- Let WWW point to the new projectsite
Notes:
svn path=/head/; revision=136982
|
|
|
|
| |
Notes:
svn path=/head/; revision=132988
|
|
|
|
| |
Notes:
svn path=/head/; revision=132669
|
|
|
|
| |
Notes:
svn path=/head/; revision=132373
|
|
|
|
| |
Notes:
svn path=/head/; revision=130974
|
|
|
|
|
|
|
|
|
| |
an additional MASTERSITE.
Noticed by: pointyhat via kris
Notes:
svn path=/head/; revision=129962
|
|
|
|
|
|
|
|
| |
Reference:
http://lists.netsys.com/pipermail/full-disclosure/2005-January/031033.html
Notes:
svn path=/head/; revision=126860
|
|
|
|
| |
Notes:
svn path=/head/; revision=122955
|
|
|
|
|
|
|
|
| |
- let WWW point to the new projectsite
- bump PORTREVISION
Notes:
svn path=/head/; revision=119128
|
|
|
|
| |
Notes:
svn path=/head/; revision=112927
|
|
|
|
| |
Notes:
svn path=/head/; revision=110941
|
|
|
|
| |
Notes:
svn path=/head/; revision=106175
|
|
|
|
|
|
|
| |
Approved by: arved (mentor)
Notes:
svn path=/head/; revision=101892
|
|
|
|
|
|
|
| |
(Part 2)
Notes:
svn path=/head/; revision=99920
|