Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Nov 2021 21:35:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 259751] devel/qtcreator: update to newer version
Message-ID:  <bug-259751-7788-dKiXOg9a6C@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-259751-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-259751-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259751

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=3D229525&action=
=3Dedit
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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259751-7788-dKiXOg9a6C>