[Bug 227530] graphics/okular: Doesn't show icons for Thumbnales, Reviews, Bookmarks

2018-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227530

--- Comment #16 from Tobias C. Berner  ---
I think using qt5ct to configure a theme for Qt5 and then running it with
QT_QPA_PLATFORMTHEME=qt5ct set is probably the best way to work around this at
the moment, until plasma5 hits the tree. 

Sorry :(

-- 
You are receiving this mail because:
You are the assignee for the bug.

maintainer-approval requested: [Bug 227428] devel/cmake: fails to find suffixed libboost_python : [Attachment 192545] workaround

2018-04-15 Thread bugzilla-noreply
Jan Beich  has asked k...@freebsd.org for
maintainer-approval:
Bug 227428: devel/cmake: fails to find suffixed libboost_python
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227428

Attachment 192545: workaround
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=192545=edit



--- Comment #7 from Jan Beich  ---
Created attachment 192545
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=192545=edit
workaround

(In reply to Willem Jan Withagen from comment #6)
> Is there a ENV during CMake-ing that will tell the wanted Python version?

Like this? ;)


[Bug 227372] [exp-run] Update devel/cmake to 3.11.0

2018-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227372

Yasuhiro KIMURA  changed:

   What|Removed |Added

 CC||y...@utahime.org

--- Comment #6 from Yasuhiro KIMURA  ---
Created attachment 192542
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=192542=edit
Build log of poudriere

(In reply to commit-hook from comment #5)

After this commit build fails in stage-qa phase.
Attached file is build log of poudriere.

Build conditions:
Host: 11.1-RELEASE-p9 amd64
Jail: 11.1-RELEASE-p9 amd64
Ports tree: ports r467439

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 227372] [exp-run] Update devel/cmake to 3.11.0

2018-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227372

--- Comment #5 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adridg
Date: Sun Apr 15 21:43:58 UTC 2018
New revision: 467437
URL: https://svnweb.freebsd.org/changeset/ports/467437

Log:
  Update CMake to 3.11.0. Thanks to antoine@ for the exp-run.

  In the run-up to this commit, many other ports were pre-emptively fixed.
  The only issue still known is math/kig, which had a build failure in
  the exp-run, but which isn't reproducible across multiple 11.1 {i386,amd64}
  machines and poudriere builds. We've decided to forge ahead.

  The new CMake version:
   - drops FreeBSD patches that have been incorporated upstream,
   - re-shuffles patches to FindQt4, since upstream has made some changes
 which break FindQt4 in new ways on FreeBSD (while fixing the old ones),
   - has new patches to make OpenMP and BLAS findable on FreeBSD,
   - drops ports libarchive in favor of the version in base, to avoid
 overlinking for the pkg(8) support in CPack (this makes portlint
 complain, and we have decided to ignore it).

  PR:   227372 226959 223678
  Approved by:  tcberner (mentor)
  Differential Revision:https://reviews.freebsd.org/D14506

Changes:
  head/devel/cmake/Makefile
  head/devel/cmake/distinfo
  head/devel/cmake/files/InitialCache.cmake
  head/devel/cmake/files/patch-Modules_FindBLAS.cmake
  head/devel/cmake/files/patch-Modules_FindImageMagick.cmake
  head/devel/cmake/files/patch-Modules_FindOpenMP.cmake
  head/devel/cmake/files/patch-Modules_FindQt4.cmake
  head/devel/cmake/files/patch-Modules_FindwxWidgets.cmake
  head/devel/cmake/files/patch-Modules_FindwxWindows.cmake
  head/devel/cmake/files/patch-git_3f4924-boost_1.66
  head/devel/cmake/pkg-plist
  head/devel/cmake-doc/Makefile
  head/devel/cmake-doc/pkg-plist
  head/devel/cmake-gui/Makefile

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 226959] devel/cmake: find_package(BLAS REQUIRED) doesn't find blas

2018-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226959

--- Comment #10 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adridg
Date: Sun Apr 15 21:43:58 UTC 2018
New revision: 467437
URL: https://svnweb.freebsd.org/changeset/ports/467437

Log:
  Update CMake to 3.11.0. Thanks to antoine@ for the exp-run.

  In the run-up to this commit, many other ports were pre-emptively fixed.
  The only issue still known is math/kig, which had a build failure in
  the exp-run, but which isn't reproducible across multiple 11.1 {i386,amd64}
  machines and poudriere builds. We've decided to forge ahead.

  The new CMake version:
   - drops FreeBSD patches that have been incorporated upstream,
   - re-shuffles patches to FindQt4, since upstream has made some changes
 which break FindQt4 in new ways on FreeBSD (while fixing the old ones),
   - has new patches to make OpenMP and BLAS findable on FreeBSD,
   - drops ports libarchive in favor of the version in base, to avoid
 overlinking for the pkg(8) support in CPack (this makes portlint
 complain, and we have decided to ignore it).

  PR:   227372 226959 223678
  Approved by:  tcberner (mentor)
  Differential Revision:https://reviews.freebsd.org/D14506

Changes:
  head/devel/cmake/Makefile
  head/devel/cmake/distinfo
  head/devel/cmake/files/InitialCache.cmake
  head/devel/cmake/files/patch-Modules_FindBLAS.cmake
  head/devel/cmake/files/patch-Modules_FindImageMagick.cmake
  head/devel/cmake/files/patch-Modules_FindOpenMP.cmake
  head/devel/cmake/files/patch-Modules_FindQt4.cmake
  head/devel/cmake/files/patch-Modules_FindwxWidgets.cmake
  head/devel/cmake/files/patch-Modules_FindwxWindows.cmake
  head/devel/cmake/files/patch-git_3f4924-boost_1.66
  head/devel/cmake/pkg-plist
  head/devel/cmake-doc/Makefile
  head/devel/cmake-doc/pkg-plist
  head/devel/cmake-gui/Makefile

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 223678] devel/cmake: find_package(OpenMP) doesn't find the openmp package

2018-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223678

--- Comment #14 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adridg
Date: Sun Apr 15 21:43:58 UTC 2018
New revision: 467437
URL: https://svnweb.freebsd.org/changeset/ports/467437

Log:
  Update CMake to 3.11.0. Thanks to antoine@ for the exp-run.

  In the run-up to this commit, many other ports were pre-emptively fixed.
  The only issue still known is math/kig, which had a build failure in
  the exp-run, but which isn't reproducible across multiple 11.1 {i386,amd64}
  machines and poudriere builds. We've decided to forge ahead.

  The new CMake version:
   - drops FreeBSD patches that have been incorporated upstream,
   - re-shuffles patches to FindQt4, since upstream has made some changes
 which break FindQt4 in new ways on FreeBSD (while fixing the old ones),
   - has new patches to make OpenMP and BLAS findable on FreeBSD,
   - drops ports libarchive in favor of the version in base, to avoid
 overlinking for the pkg(8) support in CPack (this makes portlint
 complain, and we have decided to ignore it).

  PR:   227372 226959 223678
  Approved by:  tcberner (mentor)
  Differential Revision:https://reviews.freebsd.org/D14506

Changes:
  head/devel/cmake/Makefile
  head/devel/cmake/distinfo
  head/devel/cmake/files/InitialCache.cmake
  head/devel/cmake/files/patch-Modules_FindBLAS.cmake
  head/devel/cmake/files/patch-Modules_FindImageMagick.cmake
  head/devel/cmake/files/patch-Modules_FindOpenMP.cmake
  head/devel/cmake/files/patch-Modules_FindQt4.cmake
  head/devel/cmake/files/patch-Modules_FindwxWidgets.cmake
  head/devel/cmake/files/patch-Modules_FindwxWindows.cmake
  head/devel/cmake/files/patch-git_3f4924-boost_1.66
  head/devel/cmake/pkg-plist
  head/devel/cmake-doc/Makefile
  head/devel/cmake-doc/pkg-plist
  head/devel/cmake-gui/Makefile

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 227530] graphics/okular: Doesn't show icons for Thumbnales, Reviews, Bookmarks

2018-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227530

--- Comment #15 from Yuri Victorovich  ---
(In reply to Tobias C. Berner from comment #13)

I have XDG_DATA_DIRS=/usr/local/share:/usr/share.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 227530] graphics/okular: Doesn't show icons for Thumbnales, Reviews, Bookmarks

2018-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227530

--- Comment #14 from Tobias C. Berner  ---
I just tested it here in a pure xmonad session
> okular 
 -- > no icons at all

> env XDG_CURRENT_DESKTOP=KDE okular
 -- > gives me the proper (breeze) icons.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Problem reports for k...@freebsd.org that need special attention

2018-04-15 Thread bugzilla-noreply
To view an individual PR, use:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).

The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status  |Bug Id | Description
+---+---
New |225559 | net/krdc: "xfreerdp" parameter "/network:[...]" n 
New |224185 | [cmake] net/ceph and net/ceph-devel: fails to bui 
New |227428 | devel/cmake: fails to find suffixed libboost_pyth 
New |227372 | [exp-run] Update devel/cmake to 3.11.0

4 problems total for which you should take action.


[Bug 227530] graphics/okular: Doesn't show icons for Thumbnales, Reviews, Bookmarks

2018-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227530

--- Comment #13 from Tobias C. Berner  ---
^^ well, at least there was a change.

I think qt5-gui (QIcon) should look in /icons subdirectories of the
$XDG_DATA_DIRS entries and fallback to "/usr/local/share:/usr/share" if the
first was empty.

Do you have a funny $XDG_DATA_DIRS?


mfg Tobias

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 227530] graphics/okular: Doesn't show icons for Thumbnales, Reviews, Bookmarks

2018-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227530

--- Comment #12 from Yuri Victorovich  ---
(In reply to Yuri Victorovich from comment #11)

* worse

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 227530] graphics/okular: Doesn't show icons for Thumbnales, Reviews, Bookmarks

2018-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227530

--- Comment #11 from Yuri Victorovich  ---
(In reply to Tobias C. Berner from comment #9)
> the fallback path for you seems to be /usr/share/icon instead of 
> /usr/local/share/icons

This means that some package forgot to update the path "/usr/share" with
"/usr/local/share"?

(In reply to Tobias C. Berner from comment #10)

XDG_CURRENT_DESKTOP=KDE doesn't help either. It actually made it worth, because
it also made the "Contents" icon disappear.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 227530] graphics/okular: Doesn't show icons for Thumbnales, Reviews, Bookmarks

2018-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227530

--- Comment #10 from Tobias C. Berner  ---
Another possible env var would be 
> env XDG_CURRENT_DESKTOP=KDE okular

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 227530] graphics/okular: Doesn't show icons for Thumbnales, Reviews, Bookmarks

2018-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227530

--- Comment #9 from Tobias C. Berner  ---
My guess is still that it requires breeze + some environment variable (as it is
run outside of KDE, Qt needs to be told what theme it is). 

The interesting part here is too,  that the fallback path for you seems to be
/usr/share/icon instead of /usr/local/share/icons.


A possible work around would probably be to use misc/qt5ct to setup the theme
for Qt5.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 227530] graphics/okular: Doesn't show icons for Thumbnales, Reviews, Bookmarks

2018-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227530

--- Comment #8 from Yuri Victorovich  ---
(In reply to Tobias C. Berner from comment #7)

QT_STYLE_OVERRIDE=KDE also doesn't help. -(

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 227531] devel/qca: update failure: pkg-static: Unable to access file: No such file or directory

2018-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227531

Tobias C. Berner  changed:

   What|Removed |Added

  Flags|maintainer-feedback?(kde@Fr |maintainer-feedback+
   |eeBSD.org)  |
 CC||tcber...@freebsd.org

--- Comment #1 from Tobias C. Berner  ---
Hm, I cannot reproduce this here. 

mfg Tobias

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 227530] graphics/okular: Doesn't show icons for Thumbnales, Reviews, Bookmarks

2018-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227530

--- Comment #6 from Yuri Victorovich  ---
(In reply to Tobias C. Berner from comment #5)

Yes, it prints these:
stat("/usr/share/icons/hicolor/96x96/stock/navigation/draw.svg",0x7fffc268)
ERR#2 'No such file or directory'
stat("/usr/share/icons/hicolor/96x96/stock/net/draw.png",0x7fffc268) ERR#2
'No such file or directory'
stat("/usr/share/icons/hicolor/96x96/stock/net/draw.svg",0x7fffc268) ERR#2
'No such file or directory'
stat("/usr/share/icons/hicolor/96x96/stock/object/draw.png",0x7fffc268)
ERR#2 'No such file or directory'
stat("/usr/share/icons/hicolor/96x96/stock/object/draw.svg",0x7fffc268)
ERR#2 'No such file or directory'
stat("/usr/share/icons/hicolor/96x96/stock/table/draw.png",0x7fffc268)
ERR#2 'No such file or directory'
stat("/usr/share/icons/hicolor/96x96/stock/table/draw.svg",0x7fffc268)
ERR#2 'No such file or directory'
stat("/usr/share/icons/hicolor/96x96/stock/text/draw.png",0x7fffc268) ERR#2
'No such file or directory'
stat("/usr/share/icons/hicolor/96x96/stock/text/draw.svg",0x7fffc268) ERR#2
'No such file or directory'
stat("/usr/share/icons/hicolor/scalable/actions/draw.png",0x7fffc268) ERR#2
'No such file or directory'
stat("/usr/share/icons/hicolor/scalable/actions/draw.svg",0x7fffc268) ERR#2
'No such file or directory'
stat("/usr/share/icons/hicolor/scalable/animations/draw.png",0x7fffc268)
ERR#2 'No such file or directory'
stat("/usr/share/icons/hicolor/scalable/animations/draw.svg",0x7fffc268)
ERR#2 'No such file or directory'
stat("/usr/share/icons/hicolor/scalable/apps/draw.png",0x7fffc268) ERR#2
'No such file or directory'
stat("/usr/share/icons/hicolor/scalable/apps/draw.svg",0x7fffc268) ERR#2
'No such file or directory'
stat("/usr/share/icons/hicolor/scalable/categories/draw.png",0x7fffc268)
ERR#2 'No such file or directory'
stat("/usr/share/icons/hicolor/scalable/categories/draw.svg",0x7fffc268)
ERR#2 'No such file or directory'
stat("/usr/share/icons/hicolor/scalable/devices/draw.png",0x7fffc268) ERR#2
'No such file or directory'
stat("/usr/share/icons/hicolor/scalable/devices/draw.svg",0x7fffc268) ERR#2
'No such file or directory'
stat("/usr/share/icons/hicolor/scalable/emblems/draw.png",0x7fffc268) ERR#2
'No such file or directory'
stat("/usr/share/icons/hicolor/scalable/emblems/draw.svg",0x7fffc268) ERR#2
'No such file or directory'
stat("/usr/share/icons/hicolor/scalable/emotes/draw.png",0x7fffc268) ERR#2
'No such file or directory'
stat("/usr/share/icons/hicolor/scalable/emotes/draw.svg",0x7fffc268) ERR#2
'No such file or directory'
stat("/usr/share/icons/hicolor/scalable/filesystems/draw.png",0x7fffc268)
ERR#2 'No such file or directory'
stat("/usr/share/icons/hicolor/scalable/filesystems/draw.svg",0x7fffc268)
ERR#2 'No such file or directory'
stat("/usr/share/icons/hicolor/scalable/intl/draw.png",0x7fffc268) ERR#2
'No such file or directory'
stat("/usr/share/icons/hicolor/scalable/intl/draw.svg",0x7fffc268) ERR#2
'No such file or directory'
stat("/usr/share/icons/hicolor/scalable/mimetypes/draw.png",0x7fffc268)
ERR#2 'No such file or directory'
stat("/usr/share/icons/hicolor/scalable/mimetypes/draw.svg",0x7fffc268)
ERR#2 'No such file or directory'
stat("/usr/share/icons/hicolor/scalable/places/draw.png",0x7fffc268) ERR#2
'No such file or directory'
stat("/usr/share/icons/hicolor/scalable/places/draw.svg",0x7fffc268) ERR#2
'No such file or directory'
stat("/usr/share/icons/hicolor/scalable/status/draw.png",0x7fffc268) ERR#2
'No such file or directory'
stat("/usr/share/icons/hicolor/scalable/status/draw.svg",0x7fffc268) ERR#2
'No such file or directory'
stat("/usr/share/icons/hicolor/scalable/stock/chart/draw.png",0x7fffc268)
ERR#2 'No such file or directory'
stat("/usr/share/icons/hicolor/scalable/stock/chart/draw.svg",0x7fffc268)
ERR#2 'No such file or directory'
stat("/usr/share/icons/hicolor/scalable/stock/code/draw.png",0x7fffc268)
ERR#2 'No such file or directory'
stat("/usr/share/icons/hicolor/scalable/stock/code/draw.svg",0x7fffc268)
ERR#2 'No such file or directory'

To reproduce, you should delete everything related to kde4 or kde5, and only
install okular.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 227530] graphics/okular: Doesn't show icons for Thumbnales, Reviews, Bookmarks

2018-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227530

--- Comment #5 from Tobias C. Berner  ---
Do you see anything interesting when doing
> truss okular |& grep -E '(svg|png)'

All the icons it loads for me are from breeze.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 227531] devel/qca: update failure: pkg-static: Unable to access file: No such file or directory

2018-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227531

Bug ID: 227531
   Summary: devel/qca: update failure: pkg-static: Unable to
access file:  No such file or directory
   Product: Ports & Packages
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Many People
  Priority: ---
 Component: Individual Port(s)
  Assignee: k...@freebsd.org
  Reporter: ohartm...@walstatt.org
  Assignee: k...@freebsd.org
 Flags: maintainer-feedback?(k...@freebsd.org)

Updating and installation of port devel/qca fails with the following error:


[...]
===>>> All >> baloo-kde4-4.14.3_8 >> kdepimlibs-kde4-4.14.10_18 >>
kdelibs-kde4-4.14.38_2 >> devel/qca (4/22)

===>  Installing for qca-qt4-2.1.3_1
===>   Registering installation for qca-qt4-2.1.3_1 as automatic
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/bin/mozcerts:No such file or
directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/bin/qcatool:No such file or
directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/QtCrypto:No such
file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/qca.h:No such
file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/qca_basic.h:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/qca_cert.h:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/qca_core.h:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/qca_export.h:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/qca_keystore.h:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/qca_publickey.h:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/qca_safetimer.h:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/qca_securelayer.h:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/qca_securemessage.h:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/qca_support.h:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/qca_textfilter.h:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/qca_tools.h:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/qca_version.h:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/qcaprovider.h:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/qpipe.h:No such
file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/lib/cmake/Qca/QcaConfig.cmake:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/lib/cmake/Qca/QcaConfigVersion.cmake:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/lib/cmake/Qca/QcaTargets-release.cmake:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/lib/cmake/Qca/QcaTargets.cmake:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/lib/libqca.so:No such file or
directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/lib/libqca.so.2:No such file or
directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/lib/libqca.so.2.1.3:No such file
or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/lib/qca/crypto/libqca-cyrus-sasl.so:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/lib/qca/crypto/libqca-gnupg.so:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/lib/qca/crypto/libqca-ossl.so:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/libdata/pkgconfig/qca2.pc:No such
file or directory
pkg-static: Unable to access file

maintainer-feedback requested: [Bug 227531] devel/qca: update failure: pkg-static: Unable to access file: No such file or directory

2018-04-15 Thread bugzilla-noreply
Bugzilla Automation  has asked k...@freebsd.org for
maintainer-feedback:
Bug 227531: devel/qca: update failure: pkg-static: Unable to access file:  No
such file or directory
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227531



--- Description ---
Updating and installation of port devel/qca fails with the following error:


[...]
===>>> All >> baloo-kde4-4.14.3_8 >> kdepimlibs-kde4-4.14.10_18 >>
kdelibs-kde4-4.14.38_2 >> devel/qca (4/22)

===>  Installing for qca-qt4-2.1.3_1
===>   Registering installation for qca-qt4-2.1.3_1 as automatic
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/bin/mozcerts:No such file or
directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/bin/qcatool:No such file or
directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/QtCrypto:No such
file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/qca.h:No such
file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/qca_basic.h:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/qca_cert.h:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/qca_core.h:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/qca_export.h:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/qca_keystore.h:N
o
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/qca_publickey.h:
No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/qca_safetimer.h:
No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/qca_securelayer.
h:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/qca_securemessag
e.h:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/qca_support.h:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/qca_textfilter.h
:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/qca_tools.h:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/qca_version.h:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/qcaprovider.h:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/include/QtCrypto/qpipe.h:No such
file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/lib/cmake/Qca/QcaConfig.cmake:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/lib/cmake/Qca/QcaConfigVersion.cm
ake:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/lib/cmake/Qca/QcaTargets-release.
cmake:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/lib/cmake/Qca/QcaTargets.cmake:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/lib/libqca.so:No such file or
directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/lib/libqca.so.2:No such file or
directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/lib/libqca.so.2.1.3:No such file
or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/lib/qca/crypto/libqca-cyrus-sasl.
so:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/lib/qca/crypto/libqca-gnupg.so:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/lib/qca/crypto/libqca-ossl.so:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/libdata/pkgconfig/qca2.pc:No such
file or directory
pkg-static: Unable to access file
/usr/ports/devel/qca/work-qt4/stage/usr/local/man/man1/qcatool.1.gz:No such
file or directory
*** Error code 74

Stop.
make[1]: stopped in /usr/ports/devel/qca
*** Error code 1


[Bug 227530] graphics/okular: Doesn't show icons for Thumbnales, Reviews, Bookmarks

2018-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227530

--- Comment #4 from Yuri Victorovich  ---
(In reply to Tobias C. Berner from comment #3)

No, installing x11-themes/kf5-breeze-icons didn't help. -(

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 227530] graphics/okular: Doesn't show icons for Thumbnales, Reviews, Bookmarks

2018-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227530

--- Comment #3 from Tobias C. Berner  ---
Yeah, that's my guess at the moment :) -- could you quickly verify that they
appear after installing it?
I think it loads "draw-freehand.svg" and so on from breeze.


mfg tobias

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 227530] graphics/okular: Doesn't show icons for Thumbnales, Reviews, Bookmarks

2018-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227530

--- Comment #2 from Yuri Victorovich  ---
(In reply to Tobias C. Berner from comment #1)

No, I don't have x11-themes/kf5-breeze-icons.
Should they be a dependency?

Yuri

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 227530] graphics/okular: Doesn't show icons for Thumbnales, Reviews, Bookmarks

2018-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227530

Tobias C. Berner  changed:

   What|Removed |Added

 CC||tcber...@freebsd.org

--- Comment #1 from Tobias C. Berner  ---
Moin moin

Do you have x11-themes/kf5-breeze-icons installed?


mfg Tobias

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 227530] graphics/okular: Doesn't show icons for Thumbnales, Reviews, Bookmarks

2018-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227530

Bug ID: 227530
   Summary: graphics/okular: Doesn't show icons for Thumbnales,
Reviews, Bookmarks
   Product: Ports & Packages
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: Individual Port(s)
  Assignee: k...@freebsd.org
  Reporter: y...@freebsd.org
 Flags: maintainer-feedback?(k...@freebsd.org)
  Assignee: k...@freebsd.org

Created attachment 192533
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=192533=edit
screnshot

Version 17.12.3_1 doesn't show those icons to the left of the document.

-- 
You are receiving this mail because:
You are the assignee for the bug.

maintainer-feedback requested: [Bug 227530] graphics/okular: Doesn't show icons for Thumbnales, Reviews, Bookmarks

2018-04-15 Thread bugzilla-noreply
Bugzilla Automation  has asked k...@freebsd.org for
maintainer-feedback:
Bug 227530: graphics/okular: Doesn't show icons for Thumbnales, Reviews,
Bookmarks
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227530



--- Description ---
Version 17.12.3_1 doesn't show those icons to the left of the document.


[Bug 226224] devel/qtcreator: segfaults when trying to parse a QML file

2018-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226224

Adriaan de Groot  changed:

   What|Removed |Added

 Status|Open|In Progress

-- 
You are receiving this mail because:
You are the assignee for the bug.

FreeBSD ports you maintain which are out of date

2018-04-15 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/k...@freebsd.org.html


Port| Current version | New version
+-+
archivers/kf5-karchive  | 5.44.0  | 5.45.0
+-+
devel/kf5-extra-cmake-modules   | 5.44.0  | 5.45.0
+-+
devel/kf5-kapidox   | 5.44.0  | 5.45.0
+-+
devel/kf5-kauth | 5.44.0  | 5.45.0
+-+
devel/kf5-kbookmarks| 5.44.0  | 5.45.0
+-+
devel/kf5-kcmutils  | 5.44.0  | 5.45.0
+-+
devel/kf5-kconfig   | 5.44.0  | 5.45.0
+-+
devel/kf5-kcoreaddons   | 5.44.0  | 5.45.0
+-+
devel/kf5-kcrash| 5.44.0  | 5.45.0
+-+
devel/kf5-kdbusaddons   | 5.44.0  | 5.45.0
+-+
devel/kf5-kdeclarative  | 5.44.0  | 5.45.0
+-+
devel/kf5-kdoctools | 5.44.0  | 5.45.0
+-+
devel/kf5-kfilemetadata | 5.44.0  | 5.45.0
+-+
devel/kf5-ki18n | 5.44.0  | 5.45.0
+-+
devel/kf5-kidletime | 5.44.0  | 5.45.0
+-+
devel/kf5-kio   | 5.44.0  | 5.45.0
+-+
devel/kf5-kitemmodels   | 5.44.0  | 5.45.0
+-+
devel/kf5-knewstuff | 5.44.0  | 5.45.0
+-+
devel/kf5-knotifications| 5.44.0  | 5.45.0
+-+
devel/kf5-knotifyconfig | 5.44.0  | 5.45.0
+-+
devel/kf5-kpackage  | 5.44.0  | 5.45.0
+-+
devel/kf5-kparts| 5.44.0  | 5.45.0
+-+
devel/kf5-kpeople   | 5.44.0  | 5.45.0
+-+
devel/kf5-kpty  | 5.44.0  | 5.45.0
+-+
devel/kf5-kservice  | 5.44.0  | 5.45.0
+-+
devel/kf5-kunitconversion   | 5.44.0  | 5.45.0
+-+
devel/kf5-solid | 5.44.0  | 5.45.0
+-+
devel/kf5-threadweaver  | 5.44.0  | 5.45.0