Page MenuHomeFreeBSD

net/yami4: fix build
ClosedPublic

Authored by pkubaj on Jun 11 2019, 9:10 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 13, 6:08 PM
Unknown Object (File)
Fri, Nov 7, 11:48 PM
Unknown Object (File)
Oct 16 2025, 7:27 AM
Unknown Object (File)
Oct 10 2025, 5:00 AM
Unknown Object (File)
Sep 19 2025, 4:13 PM
Unknown Object (File)
Sep 18 2025, 10:32 PM
Unknown Object (File)
Aug 16 2025, 2:11 PM
Unknown Object (File)
Aug 11 2025, 1:25 PM
Subscribers
None

Details

Summary

Add USES=compiler:c++11-lang to use new GCC and add COMPILER="${CXX}" to actually respect that.

Errors:
value_publisher.h: At global scope:
value_publisher.h:180: error: ISO C++ forbids declaration of 'unique_ptr' with no type
value_publisher.h:180: error: invalid use of '::'
value_publisher.h:180: error: expected ';' before '<' token
value_publisher.h:182: error: ISO C++ forbids declaration of 'unique_ptr' with no type
value_publisher.h:182: error: invalid use of '::'
value_publisher.h:182: error: expected ';' before '<' token

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 24810
Build 23562: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jun 11 2019, 11:24 AM
This revision was automatically updated to reflect the committed changes.