Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 2015 02:21:05 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398196 - head/textproc/ctemplate/files
Message-ID:  <201509300221.t8U2L5Rd011852@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 { };



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509300221.t8U2L5Rd011852>