svn commit: r398196 - head/textproc/ctemplate/files

Vanilla I. Shu vanilla at FreeBSD.org
Wed Sep 30 02:21:06 UTC 2015


Author: vanilla
Date: Wed Sep 30 02:21:05 2015
New Revision: 398196
URL: https://svnweb.freebsd.org/changeset/ports/398196

Log:
  Remove uneeded patches.

Added:
  head/textproc/ctemplate/files/patch-src_base_small__map.h   (contents, props changed)
Deleted:
  head/textproc/ctemplate/files/patch-small_map.h
  head/textproc/ctemplate/files/patch-src__ctemplate__template_string.h.in
  head/textproc/ctemplate/files/patch-src__template_dictionary.cc

Added: head/textproc/ctemplate/files/patch-src_base_small__map.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/ctemplate/files/patch-src_base_small__map.h	Wed Sep 30 02:21:05 2015	(r398196)
@@ -0,0 +1,11 @@
+--- src/base/small_map.h.orig	2014-03-19 19:34:51 UTC
++++ src/base/small_map.h
+@@ -52,6 +52,8 @@
+ #include <assert.h>
+ #include <utility>   // for make_pair()
+ #include "base/manual_constructor.h"
++using std::make_pair;
++
+ _START_GOOGLE_NAMESPACE_
+ 
+ template <bool> struct CompileAssert { };


More information about the svn-ports-head mailing list