Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
09 Aug 2020 08:53:41
2.7.2

|
tcberner  |
Remove obsolete CONFLICTS on kde4 ports
- kde4 has been removed 2018-12-31, that's way back when. |
26 Aug 2019 16:40:14
2.7.2

|
tcberner  |
x11-fm/krusader2: update to 2.7.2
Changelog [1]:
2.7.2 "Peace of Mind"
=====================
FIXED: Memory leak in the Locate dialog
FIXED: UDSEntry::insert deprecation warnings
FIXED: [ 167410 ] synchronize directory window: column widths are incorrect
FIXED: [ 328918 ] Context menu item "copy selected to clipboard" copies all
result items
FIXED: [ 330788 ] "Information - Krusader" dialog does not fit to screen
width; text non-copyable
FIXED: [ 392750 ] After trying to rename the file that's being updated,
rename function stops working on any file on this tab
FIXED: [ 395609 ] New Text File is created with 600 (-rw-------) permissions
FIXED: [ 397398 ] Misleading 'Created' date in file properties
FIXED: [ 405212 ] Compilation error because of QOverload usage
FIXED: [ 410118 ] The list of search results doesn't get the focus
FIXED: [ 410120 ] Krusader does not search correctly if the "Follow links"
checkbox is disabled
FIXED: Okteta support for versions >= 0.26 (due to oktetapart file layout
change)
[1] https://cgit.kde.org/krusader.git/tree/ChangeLog?h=v2.7.2 |
14 Aug 2019 12:25:52
2.7.1_2

|
mat  |
Convert to UCL & cleanup pkg-message (categories x) |
26 Jul 2019 20:46:57
2.7.1_2

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
08 Feb 2019 22:50:24
2.7.1_1

|
tcberner  |
Fix with build on GCC architectures.
PR: 235093
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
16 Jan 2019 11:13:45
2.7.1_1

|
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 (Only the first 15 lines of the commit message are shown above ) |
25 Dec 2018 20:25:40
2.7.1

|
tcberner  |
Change cmake default behaviour to outsource.
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 |
15 Aug 2018 05:06:05
2.7.1

|
tcberner  |
x11-fm/krusader2: update to 2.7.1 |
28 Jun 2018 17:39:55
2.7.0

|
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
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 |
16 May 2018 09:11:10
2.7.0

|
rakuco  |
Update Krusader to 2.7.0.
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 |
14 May 2018 19:31:49
2.4.0.b3_6

|
rakuco  |
Update WWW in pkg-descr |
10 Feb 2018 10:29:51
2.4.0.b3_6

|
tcberner  |
Rename KDE4 meta ports
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 |
25 Apr 2017 08:20:31
2.4.0.b3_5

|
riggs  |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
29 Mar 2017 18:09:07
2.4.0.b3_4

|
tcberner  |
Take maintainership of x11-fm/krusader2
Approved by: rakuco (mentor) |
24 Aug 2016 08:20:31
2.4.0.b3_4

|
tcberner  |
Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
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] (Only the first 15 lines of the commit message are shown above ) |
25 May 2016 20:56:06


|
rene  |
Remove expired misc/kdehier4 and update all of its consumers to not 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 |
19 May 2016 11:09:14
2.4.0.b3_4

|
amdmi3  |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
12 Jan 2016 16:20:32
2.4.0.b3_4

|
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
10 Oct 2015 07:51:50
2.4.0.b3_4

|
kwm  |
Add upstream patch to fix that the first symbol in directory's name can't
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 |
25 Sep 2015 15:18:13
2.4.0.b3_3

|
amdmi3  |
- Add LICENSE
- Fix WWW: |
24 Sep 2015 08:12:34
2.4.0.b3_3

|
culot  |
- Reassign to the heap after fluffy@'s bit was taken in for safekeeping |
19 Feb 2015 18:19:30
2.4.0.b3_3

|
makc  |
- Remove deprecated USE_KDE4=kdehier
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only
app)
and supposedly fix build of graphics/gnash with KDE4 option |
28 Jan 2015 01:07:35
2.4.0.b3_3

|
amdmi3  |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket, kwm (for gnome@ ports) |
10 Sep 2014 20:50:37
2.4.0.b3_3

|
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
15 Aug 2014 20:37:33
2.4.0.b3_2

|
mandree  |
Upgrade OpenEXR and ilmbase to 2.2.0.
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) |
02 Jun 2014 07:51:45
2.4.0.b3_1

|
miwi  |
- Convert BZIP2 to USES |
18 Feb 2014 14:31:33
2.4.0.b3_1

|
makc  |
- Bump PORTREVISION after KDE4_PREFIX change |
05 Jan 2014 17:27:15
2.4.0.b3

|
rakuco  |
- Support staging.
- Stop setting the outdated LATEST_LINK variable.
Approved by: fluffy (maintainer, implicit) |
20 Sep 2013 23:49:40
2.4.0.b3

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-fm) |
14 Aug 2013 22:35:54
2.4.0.b3

|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
24 Apr 2013 07:35:41
2.4.0.b3

|
ak  |
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt) |
22 Mar 2013 20:06:15
2.4.0.b3

|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
17 Nov 2012 18:02:47
2.4.0.b3

|
makc  |
- Update to 2.4.0-beta3
- 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 |
06 Jun 2012 06:44:38
2.4.0.b1_2
|
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
01 Jun 2012 05:26:28
2.4.0.b1_2
|
dinoex  |
- update png to 1.5.10 |
07 Mar 2012 14:57:01
2.4.0.b1_1
|
makc  |
Remove build dependencies on textproc/docbook-xml and textproc/docbook-xsl.
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). |
16 Feb 2012 15:57:34
2.4.0.b1_1
|
ashish  |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
17 Nov 2011 01:09:58
2.4.0.b1
|
rakuco  |
Unbreak the port by fixing the plist.
Approved by: makc (mentor)
Feature safe: yes |
26 Aug 2011 20:52:33
2.4.0.b1
|
pav  |
- Mark BROKEN: incomplete plist
Reported by: pointyhat |
15 Aug 2011 23:16:46
2.4.0.b1
|
fluffy  |
- Update Krusader to 2.4.0-beta1 "Migration" |
30 Dec 2010 04:49:52
2.3.0.b1
|
fluffy  |
- Update to Krusader 2.3.0-beta1 "New Horizons" release
Full support for KDE 4.5/4.6 |
21 Aug 2010 13:12:37
2.2.0.b1_3
|
makc  |
Fix build with upcoming KDE 4.5
Don't bump PORTREVISION: packages built vs KDE 4.4 work fine with 4.5
Approved by: fluffy (maintainer) |
31 May 2010 02:01:56
2.2.0.b1_3
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
15 May 2010 11:35:51
2.2.0.b1_2
|
fluffy  |
- Fix plist |
14 May 2010 02:18:38
2.2.0.b1_1
|
fluffy  |
- Make tinderbox happy without extra @dirrmtry for common locale dirs |
10 May 2010 08:43:19
2.2.0.b1
|
fluffy  |
- Update Krusader2 to 2.2.0-Beta1 release |
28 Mar 2010 06:47:48
2.1.0.b1_3
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
2.1.0.b1_2
|
dinoex  |
- update to jpeg-8 |
05 Jan 2010 08:15:13
2.1.0.b1_1
|
fluffy  |
- Fix deadlocks in vfs error messages
- Fix local file handling
Obtained from: krusader svn repo
Approved by: miwi, tabthorpe (mentors implicit) |
03 Nov 2009 13:05:06
2.1.0.b1
|
fluffy  |
- Update to 2.1.0-beta1
- 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 |
31 Jul 2009 13:57:52
2.0.0_1
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
31 May 2009 20:31:08
2.0.0
|
pav  |
- Resolve LATEST_LINK conflict |
28 Apr 2009 05:47:34
2.0.0
|
miwi  |
- Small cleanup |
26 Apr 2009 19:31:15
2.0.0
|
miwi  |
- Update to 2.0.0
PR: 133615
Submitted by: Heiner <h.eichmann@gmx.de> (maintainer) |
26 Apr 2009 19:26:38
1.90.0_1
|
miwi  |
- Force commit
repocopy from x11-fm/krusader to x11-fm/krusader2
Repocopied by: marcus |