Page MenuHomeFreeBSD

net/bredbandskollen: fix build with GCC-based architectures, fix pkg-descr
ClosedPublic

Authored by pkubaj on May 28 2019, 2:32 PM.
Tags
None
Referenced Files
F139340179: D20442.diff
Thu, Dec 11, 12:26 AM
Unknown Object (File)
Sun, Dec 7, 5:57 AM
Unknown Object (File)
Sat, Nov 29, 11:39 PM
Unknown Object (File)
Sat, Nov 29, 12:20 AM
Unknown Object (File)
Nov 11 2025, 4:58 AM
Unknown Object (File)
Nov 10 2025, 9:19 PM
Unknown Object (File)
Nov 10 2025, 10:09 AM
Unknown Object (File)
Nov 10 2025, 6:48 AM
Subscribers
None

Details

Summary

This port needs USES=compiler:c++11-lang to build on GCC architectures. It also specifies directly CXX with =, replace that with ?=.

Add missing includes (sys/types.h and sys/select.h) that GCC doesn't include by default.

Also fix double https in pkg-descr.

PR: 234216

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.May 29 2019, 4:18 AM
This revision was automatically updated to reflect the committed changes.