Opened 3 years ago

Closed 3 years ago

#62861 closed defect (fixed)

ttcp: build failure due to implicit declaration of functions

Reported by: DanielO (Daniel O'Connor) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: catalina bigsur haspatch Cc:
Port: ttcp

Description

Add a few includes so it compiles without error.

Attachments (1)

ttcp-bigsur.diff (1.5 KB) - added by DanielO (Daniel O'Connor) 3 years ago.

Download all attachments as: .zip

Change History (4)

Changed 3 years ago by DanielO (Daniel O'Connor)

Attachment: ttcp-bigsur.diff added

comment:1 Changed 3 years ago by jmroot (Joshua Root)

Port: ttcp added; tcp removed

comment:2 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: catalina added
Summary: ttcp: Fix compilation on Big Surttcp: build failure due to implicit declaration of functions
Type: enhancementdefect

Thanks. The revision should not be increased when fixing only a build error.

comment:3 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: set to ryandesign
Resolution: fixed
Status: newclosed

In d29adb931d2fd2b72c4495769e7cd822e6ddfbfd/macports-ports (master):

ttcp: Fix implicit declaration of functions

Fix implicit declaration of functions that prevented building with Xcode
12 and later.

Closes: #62861

Add a Makefile and use it to build and install. Use the makefile 1.0
portgroup to use the right compiler, cflags, ldflags, and arch flags,
and to add a universal variant. Since this changes how it builds,
increase the revision.

Modernize checksums.

Indicate the license.

Switch the homepage to something that exists.

Note: See TracTickets for help on using tickets.