[Bug 225171] textproc/teckit needs c++11

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 15 10:02:05 UTC 2018


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

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

Author: danfe
Date: Mon Jan 15 10:01:19 UTC 2018
New revision: 459026
URL: https://svnweb.freebsd.org/changeset/ports/459026

Log:
  Unbreak with pre-C++11 compilers, e.g. with gcc 4.2.1 which is still the
  default compiler on some tier-2 architectures like powerpc and sparc64,
  by using identical types from C's <stdint.h> rather than C++'s <cstdint>
  header file.  While here, convert to USES+=localbase.

  PR:           225171
  Reported by:  jhibbits

Changes:
  head/textproc/teckit/Makefile
  head/textproc/teckit/files/patch-SFconv_UtfCodec.h

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


More information about the freebsd-ports-bugs mailing list