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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 15 21:35:04 GMT 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259751

Florian Walpen <dev at submerge.ch> changed:

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

--- Comment #3 from Florian Walpen <dev at 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 on the CC list for the bug.


More information about the kde-freebsd mailing list