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

2018-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227372 --- Comment #10 from John Hein --- Perhaps Mk/Uses/libarchive.mk could grow support for base libarchive (similar to Uses/iconv.mk). -- 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-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227372 John Hein changed: What|Removed |Added CC|

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

2018-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227372 --- Comment #11 from John Hein --- I will add that if the libarchive port is installed, cmake will like with that version (/usr/local/lib/libarchive.so.13). But the libarchive dependency is now not flagged as a

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

2018-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227372 John Hein changed: What|Removed |Added CC|

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

2018-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227372 --- Comment #8 from Yasuhiro KIMURA --- (In reply to Adriaan de Groot from comment #7) OK, I understand what you think is problem. But as a simple fact, currently this port cannot be build with poudriere. And as far as I

[Bug 227428] devel/cmake: fails to find suffixed libboost_python

2018-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227428 Jan Beich changed: What|Removed |Added Keywords|needs-patch |patch -- You are

[Bug 227509] graphics/mesa-libs: make WAYLAND default on

2018-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227509 --- Comment #4 from Tobias C. Berner --- Sorry, I had my wires crossed a bit. In fact we should be able to build the X11 part of Plasma5 without this change. But I none the less think, that this change is very

Re: Conflicts due to renamed KDE4 ports

2018-04-16 Thread Tijl Coosemans
On Mon, 16 Apr 2018 20:11:33 +0200 Stefan Esser wrote: > Am 16.04.18 um 12:38 schrieb Tijl Coosemans: >> On Sat, 14 Apr 2018 14:18:22 +0200 Stefan Esser wrote: >>> The way the new KDE5/KF5 ports have been introduced a few weeks back has >>> caused me quite

Re: Conflicts due to renamed KDE4 ports

2018-04-16 Thread Adriaan de Groot
[where did this discussion take place, earlier? this is the first I've seen it] So, there are roughly two migration paths: supposing someone has x11/kde4 installed, which has dependencies on many applications and a Plasma 4 desktop, kde@ wants (wanted) to make it possible to migrate to a

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

2018-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227372 --- Comment #13 from Adriaan de Groot --- With all these considerations -- we will be updating the CMake port shortly (tuesday or wednesday) to make pkg optional *or* to make stage-qa accept the port. It depends on what

[Bug 227428] devel/cmake: fails to find suffixed libboost_python

2018-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227428 --- Comment #9 from Jan Beich --- If -DBOOST_PYTHON_SUFFIX=27 is passed "find_package(Boost COMPONENTS python)" will look not only for libboost_python.so but also libboost_python27.so. Ideally, CMake should try

FreeBSD ports you maintain which are out of date

2018-04-16 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,

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

2018-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227530 --- Comment #17 from Yuri Victorovich --- (In reply to Tobias C. Berner from comment #16) No problem! Thank you, Tobias! -- You are receiving this mail because: You are the assignee for the bug.

[Bug 227428] devel/cmake: fails to find suffixed libboost_python

2018-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227428 --- Comment #8 from Willem Jan Withagen --- (In reply to Jan Beich from comment #7) So to make sure: `CMAKE_ARGS+= -DBOOST_PYTHON_SUFFIX:STRING=${PYTHON_SUFFIX}` gets automagically added to the Cmake args if

[exp - 103i386-default-build-as-user][math/kig] Failed for kig-17.12.3 in package

2018-04-16 Thread pkg-fallout
You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: k...@freebsd.org Last committer: tcber...@freebsd.org Ident: $FreeBSD: head/math/kig/Makefile

[Bug 227428] devel/cmake: fails to find suffixed libboost_python

2018-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227428 --- Comment #10 from Willem Jan Withagen --- (In reply to Jan Beich from comment #9) Oke, I understand the solution, but the Ceph Cmake code is: list(APPEND BOOST_COMPONENTS python) .. find_package(Boost 1.66

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

2018-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227372 --- Comment #7 from Adriaan de Groot --- (In reply to Yasuhiro KIMURA from comment #6) Yes, that is exactly the overlinking problem we have chosen to ignore. We do not want to explicitly make CMake depend on pkg,