svn commit: r433141 - head/security/certificate-transparency/files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Feb 2 11:33:15 UTC 2017
Author: sunpoet
Date: Thu Feb 2 11:33:13 2017
New Revision: 433141
URL: https://svnweb.freebsd.org/changeset/ports/433141
Log:
Fix build with devel/protobuf
Obtained from: https://github.com/google/certificate-transparency/commit/6776cc2c4cca665c088019d40f9587189a5d687d
Notified by: jbeich
Added:
head/security/certificate-transparency/files/patch-cpp-log-logged_entry.h (contents, props changed)
Added: head/security/certificate-transparency/files/patch-cpp-log-logged_entry.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/certificate-transparency/files/patch-cpp-log-logged_entry.h Thu Feb 2 11:33:13 2017 (r433141)
@@ -0,0 +1,15 @@
+Obtained from: https://github.com/google/certificate-transparency/commit/6776cc2c4cca665c088019d40f9587189a5d687d
+
+--- cpp/log/logged_entry.h.orig
++++ cpp/log/logged_entry.h
+@@ -25,9 +25,7 @@ class LoggedEntry : private ct::LoggedEntryPB {
+ using LoggedEntryPB::merkle_leaf_hash;
+ using LoggedEntryPB::set_merkle_leaf_hash;
+ using LoggedEntryPB::set_sequence_number;
+- void CopyFrom(const ::google::protobuf::Message& from) {
+- LoggedEntryPB::CopyFrom(from);
+- }
++ using LoggedEntryPB::CopyFrom;
+ void CopyFrom(const LoggedEntry& from) {
+ LoggedEntryPB::CopyFrom(from);
+ }
More information about the svn-ports-all
mailing list