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
Unknown Object (File)
Sat, Sep 5, 2:40 PM
Unknown Object (File)
Sat, Aug 22, 6:15 AM
Unknown Object (File)
Fri, Aug 21, 3:13 PM
Unknown Object (File)
Wed, Aug 19, 2:49 PM
Unknown Object (File)
Wed, Aug 19, 2:15 AM
Unknown Object (File)
Tue, Aug 18, 8:39 PM
Unknown Object (File)
Tue, Aug 18, 8:09 PM
Unknown Object (File)
Tue, Aug 18, 4:47 PM
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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 24558
Build 23344: arc lint + arc unit

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.