[Bug 241031] mail/fetchmail: fails to build on FreeBSD 11.2 on MIPS64 (Mk/Uses/compiler.mk defect)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Oct 3 13:46:33 UTC 2019


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

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

Author: mandree
Date: Thu Oct  3 13:46:23 UTC 2019
New revision: 513664
URL: https://svnweb.freebsd.org/changeset/ports/513664

Log:
  Limit USES+=compiler:c11 to powerpc* and FreeBSD < 13.

  MIPS regressed in r513614 because it does not have a C11
  compiler. Fetchmail 6.4.1 is C89 code, one patch we provide
  makes it C99 (it requires the long long int type).

  The base compiler on powerpc 11/12 does not yield an executable,
  but MIPS on the other hand does not offer a C11 compiler,
  so for now, revert anything but powerpc before FreeBSD 13
  to use its base compiler.  FreeBSD 13 is exempt and also uses
  the base compiler, because the ARCH guys intend to merge LLVM 9
  soon.

  PR:           241031
  Reviewed by:  pkubaj@
  Approved by:  blanket (fix recent regression from r513614)

Changes:
  head/mail/fetchmail/Makefile

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-mips mailing list