[Bug 214608] databases/sqlite3: Improve CFLAGS and CPPFLAGS configuration

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Dec 26 10:05:18 UTC 2016


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

--- Comment #11 from commit-hook at freebsd.org ---
A commit references this bug:

Author: rakuco
Date: Mon Dec 26 10:04:31 UTC 2016
New revision: 429489
URL: https://svnweb.freebsd.org/changeset/ports/429489

Log:
  MFH: r429442

  Improve the way CFLAGS and CPPFLAGS are set.

  ":?" is not supported by fmake from FreeBSD 9, so replace it with an explicit
  version check. The end result was still the desired one (-DHAVE_STRCHRNUL=1
was
  not passed on FreeBSD 9).

  While here, also improve the version check by including DragonFly (which
  supports strchrnul(3) according to its online man page) and restricting the
  FreeBSD version check to the revision range after strchrnul(3) was added to
  base.

  Also stop passing -Os when building in debug mode, and set UNICODE61_CPPFLAGS
  to pet portlint.

  PR:           214608
  Submitted by: Pavel Volkov <pavelivolkov at gmail.com> (maintainer)

  Approved by:  ports-secteam (junovitch)

Changes:
_U  branches/2016Q4/
  branches/2016Q4/databases/sqlite3/Makefile

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


More information about the freebsd-ports-bugs mailing list