mymodel.cpp:166:12: error: no viable conversion from returned
value of type 'bool' to function return type 'QString'
Presumably, false -> 0 -> NULL -> QString(char *) was at some point a
viable conversion. Return an empty QString explicitly.
Reported by: linimon
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
While here, add some dependencies that were being pulled in implicitly.
PR: 228739
Submitted by: Beñat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer)
ZConf is unmaintained with glaring issues in bits of it and the
developer did not have time to properly address them in over 8
years.
PR: 223471
Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net> (maintainer and upstream developer)
This will primarily help powerpc64.
For archs where clang is the default compiler, these changes will have no
effect, as the base compiler already has these capabilities (primarily, but
not exclusively, c++-11).
Tested for no-harm on amd64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
===> Building for doublecmd-gtk2-0.8.2
Invalid option at position 3: "b"
Invalid option at position 3: "b"
Invalid option at position 3: "b"
...
===> Staging for doublecmd-gtk2-0.8.2
===> Generating temporary packing list
install -s -m 0644 /wrkdirs/usr/ports/x11-fm/doublecmd/work-gtk2/doublecmd-0.8.2/plugins/wcx/cpio/lib/cpio.wcx /wrkdirs/usr/ports/x11-fm/doublecmd/work-gtk2/stage/usr/local/share/doublecmd/plugins/wcx/cpio/
install: /wrkdirs/usr/ports/x11-fm/doublecmd/work-gtk2/doublecmd-0.8.2/plugins/wcx/cpio/lib/cpio.wcx: No such file or directory
Reported by: pkg-fallout
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
Keep a KDE4-based version around for the KDE4 widows as preparation for
updating Krusader to a newer, KF5-based version.
Reviewed by: tcberner
Differential Revision: https://reviews.freebsd.org/D15448
It has been a while both does not depend anymore on esound, before this change
esound dependency was wrongly added to plenty of packages which actually does
not depend on it.
While here:
- audio/glame: remove esound support
- games/monkeybubble: add an explicit dependency on esound
- sysutils/gnome-schedule: add en explicit dependency on pkg-config
- comms/kb: add missing dependency on pkgconfig
- x11-toolkits/libgnomeui:
* update to 2.4.5
* use USES=localbase
when renaming files.
The patch replaces some calls to strcmp() which are sometimes getting
NULL pointers, causing a crash, with safe calls to g_strcmp0()
calls, which handle NULL pointers gracefully.
I'm also adding a patch in another code path checking for a pointer
to actually point to the correct structure and not being NULL.
These patches seem to actually prevent the reported crash from
happening.
PR: 217946
Submitted by: Marko Cupac <marko.cupac@mimar.rs>
Obtained from: https://bugzilla.xfce.org/show_bug.cgi?id=12264
- Add LICENSE
It explicitly requires user agreement (thus no-auto-accept) and
forbids distribution for a fee `beyond reasonable duplication
charges` which is too vague I don't think can be guaranteed in
any case (thus no-*-sell)
tdir port uses another variant of license, which also forbids
modification, and since the port requires shebangfix and Makefile
patching, also mark it no-pkg-mirror and BROKEN.
- Don't install licenses with documentation, since our license
framework already handles this
- Fix python shebangs
- Limit python version to 2.7, as no port is compatible with python3
- Add NO_ARCH
- User options targets helpers
- Simplify installation in a few cases
Approved by: portmgr blanket
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