Page MenuHomeFreeBSD

net/yami4: fix build
ClosedPublic

Authored by pkubaj on Jun 11 2019, 9:10 AM.
Tags
None
Referenced Files
F163210019: D20600.diff
Tue, Jul 21, 2:17 AM
Unknown Object (File)
Sat, Jul 11, 9:33 AM
Unknown Object (File)
Thu, Jul 9, 12:15 AM
Unknown Object (File)
Sat, Jul 4, 10:08 AM
Unknown Object (File)
Fri, Jul 3, 5:22 AM
Unknown Object (File)
Thu, Jul 2, 8:55 PM
Unknown Object (File)
Thu, Jul 2, 7:51 AM
Unknown Object (File)
May 7 2026, 9:37 AM
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.