non port: x11-fm/krusader2/Makefile |
SVNWeb
|
Number of commits found: 59 |
Wed, 23 Nov 2022
|
[ 13:44 Dima Panov (fluffy) ] 9f8d95d
x11-fm/krusader2: update to 2.8.0 release (+)
Release notes: https://krusader.org/release/2.8.0/release_notes.txt
Changelog: https://krusader.org/release/2.8.0/changelog.txt
|
Sun, 11 Sep 2022
|
[ 10:20 Felix Palmen (zirias) ] ddae4e9 (Only the first 10 of 1105 ports in this commit are shown above. )
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Mon, 5 Sep 2022
|
[ 19:07 Dima Panov (fluffy) ] 9c404e2
x11-fm/krusader2: pet stage-qa
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] ae1b9e3 (Only the first 10 of 25 ports in this commit are shown above. )
x11-fm: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alejandro Pulver <alejandro@varnet.biz>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@fix.no>
* Beñat Gonzalez Etxepare <bbtruk@users.sourceforge.net>
* Geyer Klaus
* Gustau Perez i Querol <gustau.perez@gmail.com>
* Heiner <h.eichmann@gmx.de>
* Jens K. Loewe <bsd@tuxproject.de>
* Lars Engels <lars.engels@0x20.net>
* Martin Tournoij <carpetsmoker@xs4all.nl>
* Oliver Lehmann <oliver@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 19 Oct 2021
|
[ 08:36 Tobias Kortkamp (tobik) ] ce1af7f (Only the first 10 of 154 ports in this commit are shown above. )
*: apply refactor.remove-consecutive-empty-lines
Submitted by: portedit
|
Tue, 31 Aug 2021
|
[ 11:24 Bernhard Froehlich (decke) ] 62ceef8
x11-fm/krusader2: Add CPE information
Approved by: portmgr (blanket)
|
Mon, 19 Apr 2021
|
[ 21:04 Adriaan de Groot (adridg) ] c94f4ee
x11-fm/krusader2: fix crash-on-exit
Details are in the patch which has been added; committed upstream.
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 9 Aug 2020
|
[ 08:53 tcberner ] (Only the first 10 of 12 ports in this commit are shown above. )
Remove obsolete CONFLICTS on kde4 ports
- kde4 has been removed 2018-12-31, that's way back when.
|
Mon, 26 Aug 2019
|
[ 16:40 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
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Fri, 8 Feb 2019
|
[ 22:50 tcberner ]
Fix with build on GCC architectures.
PR: 235093
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
|
Wed, 16 Jan 2019
|
[ 11:13 tijl ] (Only the first 10 of 1089 ports in this commit are shown above. )
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 )
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
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
|
Wed, 15 Aug 2018
|
[ 05:06 tcberner ]
x11-fm/krusader2: update to 2.7.1
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (Only the first 10 of 1416 ports in this commit are shown above. )
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
|
Wed, 16 May 2018
|
[ 09:11 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
|
Sat, 10 Feb 2018
|
[ 10:29 tcberner ] (Only the first 10 of 444 ports in this commit are shown above. )
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
|
Tue, 25 Apr 2017
|
[ 08:20 riggs ] (Only the first 10 of 701 ports in this commit are shown above. )
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs
|
Wed, 29 Mar 2017
|
[ 18:09 tcberner ]
Take maintainership of x11-fm/krusader2
Approved by: rakuco (mentor)
|
Wed, 24 Aug 2016
|
[ 08:20 tcberner ] (Only the first 10 of 364 ports in this commit are shown above. )
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 )
|
Wed, 25 May 2016
|
[ 20:56 rene ] (Only the first 10 of 328 ports in this commit are shown above. )
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
|
Tue, 12 Jan 2016
|
[ 16:20 amdmi3 ] (Only the first 10 of 791 ports in this commit are shown above. )
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
|
Sat, 10 Oct 2015
|
[ 07:51 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
|
Fri, 25 Sep 2015
|
[ 15:18 amdmi3 ]
- Add LICENSE
- Fix WWW:
|
Thu, 24 Sep 2015
|
[ 08:12 culot ] (Only the first 10 of 14 ports in this commit are shown above. )
- Reassign to the heap after fluffy@'s bit was taken in for safekeeping
|
Thu, 19 Feb 2015
|
[ 18:19 makc ] (Only the first 10 of 61 ports in this commit are shown above. )
- 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
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
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)
|
Fri, 15 Aug 2014
|
[ 20:37 mandree ] (Only the first 10 of 522 ports in this commit are shown above. )
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)
|
Mon, 2 Jun 2014
|
[ 07:51 miwi ]
- Convert BZIP2 to USES
|
Tue, 18 Feb 2014
|
[ 14:31 makc ] (Only the first 10 of 241 ports in this commit are shown above. )
- Bump PORTREVISION after KDE4_PREFIX change
|
Sun, 5 Jan 2014
|
[ 17:27 rakuco ]
- Support staging.
- Stop setting the outdated LATEST_LINK variable.
Approved by: fluffy (maintainer, implicit)
|
Fri, 20 Sep 2013
|
[ 23:49 bapt ] (Only the first 10 of 36 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-fm)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Wed, 24 Apr 2013
|
[ 07:35 ak ] (Only the first 10 of 164 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt)
|
Fri, 22 Mar 2013
|
[ 20:06 makc ] (Only the first 10 of 464 ports in this commit are shown above. )
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
|
Sat, 17 Nov 2012
|
[ 18:02 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
|
Wed, 6 Jun 2012
|
[ 06:44 miwi ] (Only the first 10 of 587 ports in this commit are shown above. )
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Wed, 7 Mar 2012
|
[ 14:57 makc ] (Only the first 10 of 15 ports in this commit are shown above. )
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).
|
Thu, 16 Feb 2012
|
[ 15:57 ashish ] (Only the first 10 of 379 ports in this commit are shown above. )
- Bump PORTREVISION to chase the update of multimedia/libvpx
|
Thu, 17 Nov 2011
|
[ 01:09 rakuco ]
Unbreak the port by fixing the plist.
Approved by: makc (mentor)
Feature safe: yes
|
Fri, 26 Aug 2011
|
[ 20:52 pav ]
- Mark BROKEN: incomplete plist
Reported by: pointyhat
|
Mon, 15 Aug 2011
|
[ 23:16 fluffy ]
- Update Krusader to 2.4.0-beta1 "Migration"
|
Thu, 30 Dec 2010
|
[ 04:49 fluffy ]
- Update to Krusader 2.3.0-beta1 "New Horizons" release
Full support for KDE 4.5/4.6
|
Sat, 21 Aug 2010
|
[ 13:12 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)
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Sat, 15 May 2010
|
[ 11:35 fluffy ]
- Fix plist
|
Fri, 14 May 2010
|
[ 02:18 fluffy ]
- Make tinderbox happy without extra @dirrmtry for common locale dirs
|
Mon, 10 May 2010
|
[ 08:43 fluffy ]
- Update Krusader2 to 2.2.0-Beta1 release
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Tue, 5 Jan 2010
|
[ 08:15 fluffy ]
- Fix deadlocks in vfs error messages
- Fix local file handling
Obtained from: krusader svn repo
Approved by: miwi, tabthorpe (mentors implicit)
|
Tue, 3 Nov 2009
|
[ 13:05 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
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Sun, 31 May 2009
|
[ 20:31 pav ] (Only the first 10 of 46 ports in this commit are shown above. )
- Resolve LATEST_LINK conflict
|
Sun, 26 Apr 2009
|
[ 19:31 miwi ]
- Update to 2.0.0
PR: 133615
Submitted by: Heiner <h.eichmann@gmx.de> (maintainer)
|
[ 19:26 miwi ]
- Force commit
repocopy from x11-fm/krusader to x11-fm/krusader2
Repocopied by: marcus
|
Number of commits found: 59 |