Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Sep 2016 08:16:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 212349] [PATCH] editors/texstudio: Use system hunspell and quazip
Message-ID:  <bug-212349-13-Uk2B8tjW13@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-212349-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-212349-13@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=3D212349

--- Comment #1 from commit-hook@freebsd.org ---
A commit references this bug:

Author: rakuco
Date: Sat Sep 10 08:15:25 UTC 2016
New revision: 421674
URL: https://svnweb.freebsd.org/changeset/ports/421674

Log:
  Use system hunspell and quazip

  Stop building its own bundled copies of quazip and hunspell.

  Using bundled libraries is bad for several reasons [1], including breaking
the
  build, which happens with Qt 5.6 that passes -std=3Dgnu++11 by default wh=
en the
  compiler supports it:

      hunspell/affentry.hxx:30:94: error: cannot initialize a parameter of =
type
'unsigned short' with an rvalue of type 'nullptr_t'
      hunspell/affentry.hxx:93:103: error: cannot initialize a parameter of
type 'unsigned short' with an rvalue of type 'nullptr_t'

  Switching to the system versions fixes everything.

  [1] https://www.freebsd.org/doc/en/books/porters-handbook/bundled-libs.ht=
ml

  PR:           212349
  Approved by:  portmgr (mat)

Changes:
  head/editors/texstudio/Makefile

--=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-212349-13-Uk2B8tjW13>