Opened 4 years ago

Closed 4 years ago

#60357 closed defect (fixed)

logcat-colorize @0.8.1: needs to use the right compiler and -arch flags and have a universal variant and indicate that it requires C++11

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: carlonluca (Luca Carlon)
Priority: Normal Milestone:
Component: ports Version: 2.6.2
Keywords: Cc:
Port: logcat-colorize

Description

logcat-colorize is not UsingTheRightCompiler and it does not indicate that it requires C++11. Therefore, it fails to build on older systems whose default compilers don't support C++11.

https://build.macports.org/builders/ports-10.7_x86_64-builder/builds/21658/steps/install-port/logs/stdio

It also isn't using -arch flags and doesn't have a universal variant.

Change History (1)

comment:1 Changed 4 years ago by carlonluca (Luca Carlon)

Resolution: fixed
Status: assignedclosed

In e3e00d7352e993f501dc79296a634716438d9312/macports-ports (master):

logcat-colorize: update to 0.8.2

  • limit supported archs to x86_64
  • require c++11 support
  • use the right compiler

closes: #60357

Note: See TracTickets for help on using tickets.