[Bug 236855] www/qt5-webengine: fails to build on aarch64 and armv7 after 5.12 update

2019-04-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236855

Tobias C. Berner  changed:

   What|Removed |Added

 Attachment #203356|maintainer-approval?(kde@Fr |maintainer-approval+
  Flags|eeBSD.org)  |

--- Comment #20 from Tobias C. Berner  ---
Comment on attachment 203356
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=203356
aarch64 + armv7 fixes

ship it

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

[Bug 236855] www/qt5-webengine: fails to build on aarch64 and armv7 after 5.12 update

2019-04-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236855

--- Comment #19 from Jan Beich  ---
Comment on attachment 203356
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=203356
aarch64 + armv7 fixes

armv6 also builds fine, an improvement compared to qt5-webengine-5.9.* series.
;)

https://people.freebsd.org/~jbeich/logs/112armv6/qt5-webengine-5.12.1_1.log
https://people.freebsd.org/~jbeich/logs/120armv6/qt5-webengine-5.12.1_1.log
https://people.freebsd.org/~jbeich/logs/head-armv6/qt5-webengine-5.12.1_1.log

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

[Bug 236855] www/qt5-webengine: fails to build on aarch64 and armv7 after 5.12 update

2019-04-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236855

Jan Beich  changed:

   What|Removed |Added

   Keywords|needs-patch |patch

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

maintainer-approval requested: [Bug 236855] www/qt5-webengine: fails to build on aarch64 and armv7 after 5.12 update : [Attachment 203356] aarch64 + armv7 fixes

2019-04-03 Thread bugzilla-noreply
Jan Beich  has asked k...@freebsd.org for
maintainer-approval:
Bug 236855: www/qt5-webengine: fails to build on aarch64 and armv7 after 5.12
update
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236855

Attachment 203356: aarch64 + armv7 fixes
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=203356=edit



--- Comment #18 from Jan Beich  ---
Created attachment 203356
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=203356=edit
aarch64 + armv7 fixes

12.0 armv7 builds fine but 13.0 armv7 fails in what maybe a qemu-user-static
issue.

https://people.freebsd.org/~jbeich/logs/120armv7/qt5-webengine-5.12.1_1.log
https://people.freebsd.org/~jbeich/logs/head-armv7/qt5-webengine-5.12.1_1.log


[Bug 236855] www/qt5-webengine: fails to build on aarch64 and armv7 after 5.12 update

2019-04-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236855

Jan Beich  changed:

   What|Removed |Added

 Attachment #203348|0   |1
is obsolete||
 CC||k...@freebsd.org
 Attachment #203356||maintainer-approval?(kde@Fr
  Flags||eeBSD.org)

--- Comment #18 from Jan Beich  ---
Created attachment 203356
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=203356=edit
aarch64 + armv7 fixes

12.0 armv7 builds fine but 13.0 armv7 fails in what maybe a qemu-user-static
issue.

https://people.freebsd.org/~jbeich/logs/120armv7/qt5-webengine-5.12.1_1.log
https://people.freebsd.org/~jbeich/logs/head-armv7/qt5-webengine-5.12.1_1.log

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

cmake circular dependency

2019-04-03 Thread Robert Huff


Hello:
For the last few days "cd /usr/ports ; make index" has failed,
complaining about a circular dependency for cmake-3.13.4.
(I'm running:

FreeBSD 13.0-CURRENT r344507 JERUSALEM  amd64

with the ports tree updated daily.)


Respectfully,


Robert Huff



[Bug 236855] www/qt5-webengine: fails to build on aarch64 and armv7 after 5.12 update

2019-04-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236855

--- Comment #17 from Jan Beich  ---
Comment on attachment 203348
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=203348
aarch64 fixes

>+--- 
>src/3rdparty/chromium/third_party/skia/src/opts/SkRasterPipeline_opts.h.orig   
>   2019-01-16 10:59:47 UTC
> src/3rdparty/chromium/third_party/skia/src/opts/SkRasterPipeline_opts.h
>+@@ -658,9 +658,7 @@ SI F approx_powf(F x, F y) {
>+ 
>+ SI F from_half(U16 h) {
>+ #if defined(__ARM_FP16_FORMAT_IEEE)
>+-__fp16 fp16;
>+-memcpy(, , sizeof(U16));
>+-return float(fp16);
>++return vcvt_f32_f16(h);
>+ 
>+ #elif defined(JUMPER_IS_HSW) || defined(JUMPER_IS_AVX512)
>+ return _mm256_cvtph_ps(h);
>+@@ -680,10 +678,7 @@ SI F from_half(U16 h) {
>+ 
>+ SI U16 to_half(F f) {
>+ #if defined(__ARM_FP16_FORMAT_IEEE)
>+-__fp16 fp16 = __fp16(f);
>+-U16 u16;
>+-memcpy(, , sizeof(U16));
>+-return u16;
>++return vcvt_f16_f32(f);

armv7 didn't like this change:

In file included from
../../../../qtwebengine-everywhere-src-5.12.1/src/3rdparty/chromium/third_party/skia/src/core/SkOpts.cpp:43:
../../../../qtwebengine-everywhere-src-5.12.1/src/3rdparty/chromium/third_party/skia/src/opts/SkRasterPipeline_opts.h:661:12:
error: use of undeclared identifier 'vcvt_f32_f16'
return vcvt_f32_f16(h);
   ^
../../../../qtwebengine-everywhere-src-5.12.1/src/3rdparty/chromium/third_party/skia/src/opts/SkRasterPipeline_opts.h:681:12:
error: use of undeclared identifier 'vcvt_f16_f32'
return vcvt_f16_f32(f);
   ^
2 errors generated.

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

[Bug 229260] devel/qt5-core: fails (configure) when using LOCALBASE != /usr/local

2019-04-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229260

--- Comment #3 from John Hein  ---
Yes, it still fails the same way.

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

[Bug 236855] www/qt5-webengine: fails to build on aarch64 and armv7 after 5.12 update

2019-04-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236855

Jan Beich  changed:

   What|Removed |Added

 Attachment #203288|0   |1
is obsolete||
 Attachment #203301|0   |1
is obsolete||

--- Comment #16 from Jan Beich  ---
Created attachment 203348
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=203348=edit
aarch64 fixes

The version tested in comment 14. I've updated build logs since ports r497572.

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

[Bug 236855] www/qt5-webengine: fails to build on aarch64 and armv7 after 5.12 update

2019-04-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236855

--- Comment #15 from Raphael Kubo da Costa  ---
AFAIU we still don't have one single patch with all fixes, right? If that's
indeed the case can someone take care of doing that?

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

[Bug 235921] Mk/Uses/qt-dist.mk: fix build with GCC-based architectures

2019-04-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235921

Piotr Kubaj  changed:

   What|Removed |Added

  Flags||merge-quarterly?

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

FreeBSD ports you maintain which are out of date

2019-04-03 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
+-+
x11-themes/plasma5-breeze   | 5.15.4  | 5.15.4.1
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.