previous join(1)-based implementation depended on how the file is sorted and
often failed to work properly.
While here, do not suppress default `.bak' suffix when editing files in-place
to make debugging easier, shall it be needed.
The last change submitted or approved by Horia in Bugzilla dates back to
September 2015. Since then, all commits to his ports were landed by others
after the maintainer timeout period expired (see r383744, r405055, r405057,
r400461 and r414655, for example).
Horia did show interest in coming back after I sent a private email a few
months ago, but since nothing has changed it is better to reassign his ports
back to the heap.
Differential Revision: https://reviews.freebsd.org/D5980
This is based on the area51 testing repository of the KDE-FreeBSD
project, containing work by Raphael Kubo da Costa, Tobias Berner,
Ralf Nolden, Adriaan de Groot and probably many more from the KDE
team.
KDE4 releases have fallen into three tracks now that KDE4 is pretty
much end-of-life upstream. There's the libraries, the workspace
(Plasma4) and applications.
This patch introduces KDE4_KDELIBS_VERSION to track library releases,
which are still done infrequently. It bumps the workspace version.
It leaves applications alone. This has an effect on some applications
pkg-plists where library version numbers need to be changed. Other
than that it's supposed to be a minor upgrade, which opens the doors
for more reorganization and getting KDE Frameworks 5 in.
PR: 210255
Submitted by: Adriaan de Groot <groot@kde.org> (kde), Tobias C.Berner <tcberner@gmail.com> (kde)
Exp-run by: antoine
- fixes readArguments to get all instead of just the first
- implements readEnvironment of FreeBSD
- fixes handling of %c for remote sessions
- add %U (user@) for remote sessions
- fixes %D to handle symlinked homedirs
This started as a backport of Tobias's patch from
https://git.reviewboard.kde.org/r/127525/
No need to bump portrevision, pending update from PR#210255 will take
care of that.
PR: 209838
Submitted by: matthew@reztek.cz, Tobias C.Berner <tcberner@gmail.com> (kde)
Reviewed by: Ralf Nolden <nolden@kde.org> (kde)
Approved by: Adriaan de Groot <groot@kde.org> (kde)
- Fixed crash in tint2conf when adding background
- Fixed crash in systray with non-Latin languagess
- Battery: do not show negative durations when the sensors return garbage
- Add missing dependencies
PR: 210204
Submitted by: yamagi@yamagi.org (maintainer)
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.
Sponsored by: Absolight
The commit r415864 (aka "Remove expired misc/kdehier4 and update
all of its consumers to not reference it any longer") for
x11/plasma-scriptengine-ruby dropped "kdelibs". This re-adds
kdelibs to USE_KDE4.
PR: 209835
Submitted by: Tobias C.Berner <tcberner@gmail.com> (kde)
sysutils/kfilemetadata, sysutils/polkit-qt, x11/kde4-runtime
- update USES in some kde ports
Some are cosmetic; some add shebangfix or pathfix where needed
PR: 209304
Submitted by: groot@kde.org (kde)
This patch replaces a bunch of ${CURDIR}/../../ by ${CURDIR:H:H};
the latter is considered proper contemporary usage by kde@ . The
patch is independent of other KDE4 infrastructure changes.
PR: 209303
Submitted by: Adriaan de Groot <groot@kde.org>, rakuco, T.C.Berner <tcberner@gmail.com> (kde)
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
- While here, minor cleanup
- Clarify LICENSE
- Add LICENSE_FILE
- Remove unneeded flags
- Don't needlessly and erroneously patch wish path when TCL is disabled and ${WISH} is not defined
- Silence mkdir
PR: 209705
Submitted by: guru@unixarea.de
- upgrade fixes the use of the port
- py-opengl -> py-PyOpenGL
- py-opengl-accelerate -> py-PyOpenGL-accelerate
PR: 205472
Submitted by: matthew@reztek.cz
Reviewed by: koobs