aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/krusader2
Commit message (Collapse)AuthorAgeFilesLines
* Fix with build on GCC architectures.Tobias C. Berner2019-02-081-1/+1
| | | | | | | | PR: 235093 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=492466
* Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-01-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | 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
* x11-fm/krusader2: update to 2.7.1Tobias C. Berner2018-08-153-4/+5
| | | | Notes: svn path=/head/; revision=477214
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-2/+2
| | | | | | | | | | | | | | | | | | 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
* Update Krusader to 2.7.0.Raphael Kubo da Costa2018-05-165-496/+179
| | | | | | | | | | | | | | | This version is based on KDE Frameworks 5. Release notes: https://krusader.org/release/2.7.0/release_notes.txt While here, update pkg-message by pointing to Krusader's documentation, as providing a list of all ports Krusader might use as external dependencies is too much. Reviewed by: tcberner Differential Revision: https://reviews.freebsd.org/D15436 Notes: svn path=/head/; revision=470108
* Update WWW in pkg-descrRaphael Kubo da Costa2018-05-141-1/+1
| | | | Notes: svn path=/head/; revision=469958
* Rename KDE4 meta portsTobias C. Berner2018-02-101-1/+1
| | | | | | | | | | | | | | This is done for * consistency, * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications Bumps the dependencies. Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D12979 Notes: svn path=/head/; revision=461375
* Chase ffmpeg 3.3 update (ABI changes)Thomas Zander2017-04-251-1/+1
| | | | | | | | PR: 218658 Submitted by: riggs Notes: svn path=/head/; revision=439367
* Take maintainership of x11-fm/krusader2Tobias C. Berner2017-03-291-1/+1
| | | | | | | Approved by: rakuco (mentor) Notes: svn path=/head/; revision=437220
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andTobias C. Berner2016-08-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961 Notes: svn path=/head/; revision=420774
* Remove expired misc/kdehier4 and update all of its consumers to not ↵Rene Ladan2016-05-251-1/+1
| | | | | | | | | | | | | | | | reference it any longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542 Notes: svn path=/head/; revision=415864
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* Add upstream patch to fix that the first symbol in directory's name can'tKoop Mast2015-10-102-1/+21
| | | | | | | | | | | | be changed in the new directory dialog. PR: 201336 Submitted by: Andriy Solonenko <ap_berzerk@yahoo.com> Tested by: Tobias Berner <tcberner@gmail.com> Obtained from: krusader upstream Notes: svn path=/head/; revision=398980
* - Add LICENSEDmitry Marakasov2015-09-252-1/+4
| | | | | | | - Fix WWW: Notes: svn path=/head/; revision=397839
* - Reassign to the heap after fluffy@'s bit was taken in for safekeepingFrederic Culot2015-09-241-1/+1
| | | | Notes: svn path=/head/; revision=397683
* - Remove deprecated USE_KDE4=kdehierMax Brazhnikov2015-02-191-1/+1
| | | | | | | | - while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app) and supposedly fix build of graphics/gnash with KDE4 option Notes: svn path=/head/; revision=379358
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-01-281-42/+0
| | | | | | | Approved by: portmgr blanket, kwm (for gnome@ ports) Notes: svn path=/head/; revision=378030
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | 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
* Upgrade OpenEXR and ilmbase to 2.2.0.Matthias Andree2014-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so GCC-based systems will upgrade to the default ports compiler (GCC 4.7 currently.) Add two patches to OpenEXR to permit building it in a live system with the older OpenEXR version installed. Bug report filed to upstream Github at https://github.com/openexr/openexr/issues/130 Couple OpenEXR more tightly to ilmbase and require its exact .so version. Add UPDATING note, and bump PORTREVISION of all dependent ports. Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer. Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports) Notes: svn path=/head/; revision=365038
* - Convert BZIP2 to USESMartin Wilke2014-06-021-2/+1
| | | | Notes: svn path=/head/; revision=356201
* - Bump PORTREVISION after KDE4_PREFIX changeMax Brazhnikov2014-02-181-0/+1
| | | | Notes: svn path=/head/; revision=344898
* - Support staging.Raphael Kubo da Costa2014-01-051-3/+0
| | | | | | | | | - Stop setting the outdated LATEST_LINK variable. Approved by: fluffy (maintainer, implicit) Notes: svn path=/head/; revision=338803
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11-fm) Notes: svn path=/head/; revision=327780
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Convert USE_GETTEXT to USES (part 1)Alex Kozlov2013-04-241-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316407
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-2/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Update to 2.4.0-beta3Max Brazhnikov2012-11-173-26/+191
| | | | | | | | | | | | | | | | | - Trim Makefile header - Use DISTVERSION and simplify MASTER_SITES/DISTNAME - Adjust COMMENT - Get rid of indirect dependencies (iconv, Qt4) - Don't use KDE4_BUILDENV (it's for KDE SC ports only), enable CMAKE_OUTSOURCE - Mark MAKE_JOBS_SAFE - Don't remove directories from kdehier4 Approved by: fluffy (maintainer) Feature safe: yes Notes: svn path=/head/; revision=307523
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Remove build dependencies on textproc/docbook-xml and textproc/docbook-xsl.Max Brazhnikov2012-03-071-2/+0
| | | | | | | | They were added to fix build with kdelibs-4.5, while correct fix was to add them as run dependencies for x11/kdelibs4 (done a while ago). Notes: svn path=/head/; revision=292881
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-0/+1
| | | | Notes: svn path=/head/; revision=291538
* Unbreak the port by fixing the plist.Raphael Kubo da Costa2011-11-172-2/+7
| | | | | | | | Approved by: makc (mentor) Feature safe: yes Notes: svn path=/head/; revision=285942
* - Mark BROKEN: incomplete plistPav Lucistnik2011-08-261-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=280547
* - Update Krusader to 2.4.0-beta1 "Migration"Dima Panov2011-08-153-170/+10
| | | | Notes: svn path=/head/; revision=279782
* - Update to Krusader 2.3.0-beta1 "New Horizons" releaseDima Panov2010-12-303-5/+85
| | | | | | | Full support for KDE 4.5/4.6 Notes: svn path=/head/; revision=267153
* Fix build with upcoming KDE 4.5Max Brazhnikov2010-08-211-0/+2
| | | | | | | | | Don't bump PORTREVISION: packages built vs KDE 4.4 work fine with 4.5 Approved by: fluffy (maintainer) Notes: svn path=/head/; revision=259678
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - Fix plistDima Panov2010-05-152-3/+1
| | | | Notes: svn path=/head/; revision=254349
* - Make tinderbox happy without extra @dirrmtry for common locale dirsDima Panov2010-05-142-8/+1
| | | | Notes: svn path=/head/; revision=254288
* - Update Krusader2 to 2.2.0-Beta1 releaseDima Panov2010-05-105-647/+63
| | | | Notes: svn path=/head/; revision=254057
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Fix deadlocks in vfs error messagesDima Panov2010-01-053-2/+601
| | | | | | | | | | - Fix local file handling Obtained from: krusader svn repo Approved by: miwi, tabthorpe (mentors implicit) Notes: svn path=/head/; revision=247195
* - Update to 2.1.0-beta1Dima Panov2009-11-033-10/+96
| | | | | | | | | | | | | - Grab maintainership by Heiner's request (he has no time now) PR: 140194 Submitted by: myself Approved by: Heiner <h.eichmann@gmx.de> (maintainer) Approved by: tabthorpe (co-mentor) Feature safe: yes Notes: svn path=/head/; revision=243700
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Resolve LATEST_LINK conflictPav Lucistnik2009-05-311-0/+1
| | | | Notes: svn path=/head/; revision=234941
* - Small cleanupMartin Wilke2009-04-281-7/+6
| | | | Notes: svn path=/head/; revision=232887
* - Update to 2.0.0Martin Wilke2009-04-264-219/+472
| | | | | | | | PR: 133615 Submitted by: Heiner <h.eichmann@gmx.de> (maintainer) Notes: svn path=/head/; revision=232782