[Bug 223678] devel/cmake: find_package(OpenMP) doesn't find the openmp package (when base clang compiler is used)

2019-03-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223678 --- Comment #28 from Yuri Victorovich --- (In reply to Adriaan de Groot from comment #27) Hi Adriaan, I tried several ports that were breaking because of OpenMP. With this patch they detect OpenMP okay now. Thank you for fixing this!

[Bug 223678] devel/cmake: find_package(OpenMP) doesn't find the openmp package (when base clang compiler is used)

2019-03-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223678 --- Comment #27 from Adriaan de Groot --- @yuri in particular: please replace /usr/local/share/cmake/Modules/FindOpenMP.cmake with the one attached (or apply the diff) and do your testing. These changes aren't really upstreamable, but

[Bug 223678] devel/cmake: find_package(OpenMP) doesn't find the openmp package (when base clang compiler is used)

2019-03-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223678 Adriaan de Groot changed: What|Removed |Added Attachment #202774|0 |1 is obsolete|

[Bug 223678] devel/cmake: find_package(OpenMP) doesn't find the openmp package (when base clang compiler is used)

2019-03-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223678 Adriaan de Groot changed: What|Removed |Added Attachment #202773|0 |1 is obsolete|

[Bug 223678] devel/cmake: find_package(OpenMP) doesn't find the openmp package (when base clang compiler is used)

2019-03-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223678 --- Comment #24 from Adriaan de Groot --- A couple of things need(ed) doing: - -fopenmp also needs to be passed as a link flag for all variants - -L needs to be passed to base clang - -I needs to be passed to base clang With a non-base

[Bug 223678] devel/cmake: find_package(OpenMP) doesn't find the openmp package (when base clang compiler is used)

2019-03-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223678 --- Comment #23 from Adriaan de Groot --- *** Bug 234050 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug.

[Bug 234050] devel/cmake: find_package(OpenMP) doesn't find the openmp package (when clang from devel/llvm70 is used)

2019-03-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234050 Adriaan de Groot changed: What|Removed |Added Resolution|--- |DUPLICATE

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

2019-03-10 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

[package - 120amd64-default][graphics/krita] Failed for krita-4.1.8 in fetch

2019-03-10 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:

[package - 112amd64-default][graphics/krita] Failed for krita-4.1.8 in fetch

2019-03-10 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:

[package - 112i386-default][graphics/krita] Failed for krita-4.1.8 in fetch

2019-03-10 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:

[Bug 234050] devel/cmake: find_package(OpenMP) doesn't find the openmp package (when clang from devel/llvm70 is used)

2019-03-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234050 --- Comment #7 from Adriaan de Groot --- The changes posted in PR 223678 don't help at all with clang++70. I notice that when it links, (e.g. through `make VERBOSE=1`) no openmp flags are passed to the compiler (linker) at all. If I copy

[Bug 236259] [PATCH] net-im/libsignon-glib: add GTKDOC option

2019-03-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236259 Adriaan de Groot changed: What|Removed |Added CC||adr...@freebsd.org

[Bug 236259] [PATCH] net-im/libsignon-glib: add GTKDOC option

2019-03-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236259 --- Comment #5 from commit-h...@freebsd.org --- A commit references this bug: Author: adridg Date: Sun Mar 10 14:16:14 UTC 2019 New revision: 495294 URL: https://svnweb.freebsd.org/changeset/ports/495294 Log: Add DOCS option to

[package - 120amd64-default][www/qupzilla-qt4] Failed for qupzilla-qt4-1.8.9_4 in build

2019-03-10 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:

[Bug 223678] devel/cmake: find_package(OpenMP) doesn't find the openmp package (when base clang compiler is used)

2019-03-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223678 --- Comment #22 from Adriaan de Groot --- Yuri, here's a patched-up FindOpenMP.cmake (and the diff between the one included with cmake-3.13.3 and the patch-up version). It basically hits things with a hammer again until stuff works. -

[Bug 223678] devel/cmake: find_package(OpenMP) doesn't find the openmp package (when base clang compiler is used)

2019-03-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223678 --- Comment #21 from Adriaan de Groot --- Created attachment 202774 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=202774=edit Diff from installed FindOpenMP -- You are receiving this mail because: You are the assignee for the

[Bug 223678] devel/cmake: find_package(OpenMP) doesn't find the openmp package (when base clang compiler is used)

2019-03-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223678 Adriaan de Groot changed: What|Removed |Added Attachment #202773|text/x-cmake|text/plain mime type|

[Bug 236307] Mk/Uses/qt.mk: restore conditional dependency on sql-ibase

2019-03-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236307 Adriaan de Groot changed: What|Removed |Added Resolution|--- |FIXED Status|New

[Bug 236307] Mk/Uses/qt.mk: restore conditional dependency on sql-ibase

2019-03-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236307 --- Comment #2 from commit-h...@freebsd.org --- A commit references this bug: Author: adridg Date: Sun Mar 10 10:02:38 UTC 2019 New revision: 495245 URL: https://svnweb.freebsd.org/changeset/ports/495245 Log: During the transition from

FreeBSD ports you maintain which are out of date

2019-03-10 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,