From owner-svn-ports-all@FreeBSD.ORG Sun Jul 13 21:29:40 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 684E8C65; Sun, 13 Jul 2014 21:29:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 559602A7A; Sun, 13 Jul 2014 21:29:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6DLTebQ009106; Sun, 13 Jul 2014 21:29:40 GMT (envelope-from shurd@svn.freebsd.org) Received: (from shurd@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6DLTe6g009105; Sun, 13 Jul 2014 21:29:40 GMT (envelope-from shurd@svn.freebsd.org) Message-Id: <201407132129.s6DLTe6g009105@svn.freebsd.org> From: Stephen Hurd Date: Sun, 13 Jul 2014 21:29:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r361711 - branches/2014Q3/comms/fldigi/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2014 21:29:40 -0000 Author: shurd Date: Sun Jul 13 21:29:39 2014 New Revision: 361711 URL: http://svnweb.freebsd.org/changeset/ports/361711 QAT: https://qat.redports.org/buildarchive/r361711/ Log: MFH: r361113 - Fix compilation using Clang Approved by: portmgr (erwin) Added: branches/2014Q3/comms/fldigi/files/patch-src_spot_pskrep.cxx - copied unchanged from r361113, head/comms/fldigi/files/patch-src_spot_pskrep.cxx Copied: branches/2014Q3/comms/fldigi/files/patch-src_spot_pskrep.cxx (from r361113, head/comms/fldigi/files/patch-src_spot_pskrep.cxx) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2014Q3/comms/fldigi/files/patch-src_spot_pskrep.cxx Sun Jul 13 21:29:39 2014 (r361711, copy of r361113, head/comms/fldigi/files/patch-src_spot_pskrep.cxx) @@ -0,0 +1,11 @@ +--- src/spot/pskrep.cxx.orig 2014-07-04 15:11:14.000000000 -0700 ++++ src/spot/pskrep.cxx 2014-07-04 15:13:32.000000000 -0700 +@@ -50,7 +50,7 @@ + #include + #include + +-#if GCC_VER_OK ++#if GCC_VER_OK || HAVE_STD_HASH + # if HAVE_STD_HASH + # define MAP_TYPE std::unordered_map + # define HASH_TYPE std::hash