The title should say it all: update to the latest release (which is KF5-based) and drop the "-kde4" suffix from the port.
Details
Details
- Reviewers
tcberner adridg - Group Reviewers
kde - Commits
- rP442126: Update to 1.7.2 and rename to irc/konversation.
It runs fine on my KDE4 desktop.
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I generated the diff here with git diff, so some of the moves are not represented correctly. I'll take care of doing it the right way when landing.
Comment Actions
In the version in the development repo (konvresation-1.6.2) we have a patch to src/viewer/viewcontainer.cpp adding #include <cstdlib> -- is this not needed anymore with 1.7.2?
Comment Actions
It built fine on HEAD and 10.3 jails. Do you remember what issue it was supposed to fix and on what platform?
Comment Actions
Unfortunately I can't remember, I got this patch originally from Marie Loise. But if it works on 10 and 12, it should be fine.
Comment Actions
I remember some dances with <cstdlib>, it was required with clang3.[89] and i386 platform. AFAIR, clang40+ isn't affected, 'cause hooks <cstdlib> automagically.