CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2017/12/14 15:50:45
Modified files:
security/botan : Makefile
Added files:
security/botan/patches: patch-src_ssl_tls_record_h
Log message:
Remove devel/boost as BUILD_DEPENDS
- Add COMPILER and drop ONLY_FOR_ARCHS
- Add -std=c++11 (clang also needs -Wno-c++11-narrowing to build successful)
- Drop boost as bdep and change tr1-implementation to system.
- Fake function in namespace std::tr1:: and use std::placeholders.
tweak and ok bluhm@