[Bug 259751] devel/qtcreator: update to newer version

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 15 Nov 2021 21:35:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259751

Florian Walpen <dev@submerge.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dev@submerge.ch

--- Comment #3 from Florian Walpen <dev@submerge.ch> ---
Created attachment 229525
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=229525&action=edit
Fix incomplete update to QtCreator 5.0.3

It looks like an incomplete update to QtCreator 5.0.3 slipped in with the
latest KDE framework update. Doesn't build and is missing pkg-plist changes.

The patch attached does:
 * Fix the internal sqlite3 build (define _POSIX_C_SOURCE and _BSD_SOURCE)
 * Fix missing ctype.h -> isascii() function (define __XSI_VISIBLE)
 * Use llvm11 by default for the build, as recommended by upstream
 * Adjust pkg-plist

This builds fine for me on FreeBSD 13.0, I did a short test drive and
everything seems to be ok.

Please review, still has to be tested on FreeBSD 12.x.

Also that ctype.h -> isascii() needs a special define seems odd to me, but I
don't see a better way to make the function accessible.

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