- Add x11/lxqt-l10n (meta port for the LXQt ports), it avoids duplicate files
and reduces gap between your testing repo and these official ports.
Submitted by: Jesper Schmitz Mouridsen (private email)
Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.
Sponsored by: Absolight
- pcmanfm-qt
- pcmanfmqt-l10n (translation files)
PCMan File Manager Qt is an extremly fast, lightweight, yet feature-rich
file manager with tabbed browsing. It is the default file manager for the
lightweight desktop environment LXQt.
WWW: http://lxqt.org/
Obtained from: LXQt repository
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
That commit removed library version numbers from LIB_DEPENDS, but it
should not have been removed from libmagic. Rodent was correctly set to
use sysutils/file, but after that point it linked with base libmagic.
Restore the original intent more than 4 years later by specifying the
so version once again.
Approved by: just-fix-it
- Add missing indirect dependencies (x11, cairo, gdkpixbuf2)
- Mark QT4 option as broken (seems some dependency in latest Lazarus is not
compiled by default and Double Commander with QT4 it is not building anymore
without it, not even older versions. The next version of Lazarus will
probably fix it from what I have seen in the recent changes).
Changelog:
http://doublecmd.sourceforge.net/mantisbt/changelog_page.php?version_id=44
PR: 211343
Submitted by: Benat Gonzalez Etxepare (maintainer)
As there is an shlib version bump, bump them portrevision of dependent ports.
While doing so, also switch to the cmake build system, as it requires less
patching and is easier to handle.
PR: 211329
Reviewed by: mat, rakuco, kwm
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7283