Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164351020
D12285.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D12285.diff
View Options
Index: head/devel/yaml-cpp/Makefile
===================================================================
--- head/devel/yaml-cpp/Makefile
+++ head/devel/yaml-cpp/Makefile
@@ -4,7 +4,7 @@
PORTNAME= yaml-cpp
PORTVERSION= 0.5.3
DISTVERSIONPREFIX= release-
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel
MAINTAINER= madpilot@FreeBSD.org
Index: head/devel/yaml-cpp/files/patch-include_yaml-cpp_emitter.h
===================================================================
--- head/devel/yaml-cpp/files/patch-include_yaml-cpp_emitter.h
+++ head/devel/yaml-cpp/files/patch-include_yaml-cpp_emitter.h
@@ -0,0 +1,11 @@
+--- include/yaml-cpp/emitter.h.orig 2016-01-10 18:11:40 UTC
++++ include/yaml-cpp/emitter.h
+@@ -122,7 +122,7 @@ class YAML_CPP_API Emitter : private non
+ bool CanEmitNewline() const;
+
+ private:
+- std::auto_ptr<EmitterState> m_pState;
++ std::unique_ptr<EmitterState> m_pState;
+ ostream_wrapper m_stream;
+ };
+
Index: head/devel/yaml-cpp/files/patch-include_yaml-cpp_parser.h
===================================================================
--- head/devel/yaml-cpp/files/patch-include_yaml-cpp_parser.h
+++ head/devel/yaml-cpp/files/patch-include_yaml-cpp_parser.h
@@ -0,0 +1,13 @@
+--- include/yaml-cpp/parser.h.orig 2016-01-10 18:11:40 UTC
++++ include/yaml-cpp/parser.h
+@@ -40,8 +40,8 @@ class YAML_CPP_API Parser : private nonc
+ void HandleTagDirective(const Token& token);
+
+ private:
+- std::auto_ptr<Scanner> m_pScanner;
+- std::auto_ptr<Directives> m_pDirectives;
++ std::unique_ptr<Scanner> m_pScanner;
++ std::unique_ptr<Directives> m_pDirectives;
+ };
+ }
+
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 1, 2:22 AM (5 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35803835
Default Alt Text
D12285.diff (1 KB)
Attached To
Mode
D12285: Make yaml-cpp usable on HEAD by software that wants C++17.
Attached
Detach File
Event Timeline
Log In to Comment