Opened 3 years ago

Closed 3 years ago

#62103 closed defect (fixed)

bwping @2.2 needs clock_gettime which is missing on macOS 10.11

Reported by: snowflake (Dave Evans) Owned by: oleg-derevenetz (Oleg Derevenetz)
Priority: Normal Milestone:
Component: ports Version: 2.6.99
Keywords: Cc:
Port: bwping

Description

From the configure phase:

checking for library containing clock_gettime... no
configure: error: `clock_gettime' function is required for build

Change History (3)

comment:1 Changed 3 years ago by snowflake (Dave Evans)

After some research I discovered the legacysupport port group.

Adding PortGroup legacysupport 1.0 to the Portfile fixed the problem. Should I use the 1.1 version of this PortGroup?

comment:2 Changed 3 years ago by oleg-derevenetz (Oleg Derevenetz)

Hi Dave,

I recently added legacysupport PortGroup to the port while updating it to bwping version 2.3, so it now works successfully on all macOS versions supported by MacPorts.

With best regards, Oleg.

comment:3 Changed 3 years ago by kencu (Ken)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.