Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Oct 2019 13:46:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        mips@FreeBSD.org
Subject:   [Bug 241031] mail/fetchmail: fails to build on FreeBSD 11.2 on MIPS64 (Mk/Uses/compiler.mk defect)
Message-ID:  <bug-241031-27794-fcDRVBDF3k@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-241031-27794@https.bugs.freebsd.org/bugzilla/>
References:  <bug-241031-27794@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=3D241031

--- Comment #6 from commit-hook@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+=3Dcompiler: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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241031-27794-fcDRVBDF3k>