Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Dec 2018 17:14:37 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488330 - in head/devel/ccls: . files
Message-ID:  <201812251714.wBPHEb3I058589@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue Dec 25 17:14:37 2018
New Revision: 488330
URL: https://svnweb.freebsd.org/changeset/ports/488330

Log:
  devel/ccls: Update to 0.20181225
  
  Changes:	https://github.com/MaskRay/ccls/releases/tag/0.20181225

Added:
  head/devel/ccls/files/
  head/devel/ccls/files/patch-src_working__files.hh   (contents, props changed)
Modified:
  head/devel/ccls/Makefile
  head/devel/ccls/distinfo

Modified: head/devel/ccls/Makefile
==============================================================================
--- head/devel/ccls/Makefile	Tue Dec 25 16:54:49 2018	(r488329)
+++ head/devel/ccls/Makefile	Tue Dec 25 17:14:37 2018	(r488330)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ccls
-DISTVERSION=	0.20181111.1
+DISTVERSION=	0.20181225
 CATEGORIES=	devel
 
 MAINTAINER=	tobik@FreeBSD.org

Modified: head/devel/ccls/distinfo
==============================================================================
--- head/devel/ccls/distinfo	Tue Dec 25 16:54:49 2018	(r488329)
+++ head/devel/ccls/distinfo	Tue Dec 25 17:14:37 2018	(r488330)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1544615253
+TIMESTAMP = 1545751536
 SHA256 (MaskRay-ccls.wiki-20181210.tar.gz) = fedd812479e504ae7b6df9f5e6fe4d3f89dabacec05184ce6dc4f991c230d971
 SIZE (MaskRay-ccls.wiki-20181210.tar.gz) = 25372
-SHA256 (MaskRay-ccls-0.20181111.1_GH0.tar.gz) = 8625704d245b39676d6dc983def0d2adf6347ae0b6686991dc87c74877d784d8
-SIZE (MaskRay-ccls-0.20181111.1_GH0.tar.gz) = 159641
+SHA256 (MaskRay-ccls-0.20181225_GH0.tar.gz) = c544dcad27d82982105429ab4c7371dd12cd9e5f092bc8789f35c64efb6e7fea
+SIZE (MaskRay-ccls-0.20181225_GH0.tar.gz) = 157952

Added: head/devel/ccls/files/patch-src_working__files.hh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/ccls/files/patch-src_working__files.hh	Tue Dec 25 17:14:37 2018	(r488330)
@@ -0,0 +1,16 @@
+src/working_files.hh:89:8: error: no template named 'unordered_map' in namespace 'std'
+  std::unordered_map<std::string, std::unique_ptr<WorkingFile>> files;
+  ~~~~~^
+
+https://github.com/MaskRay/ccls/pull/177
+
+--- src/working_files.hh.orig	2018-12-25 15:28:45 UTC
++++ src/working_files.hh
+@@ -21,6 +21,7 @@ limitations under the License.
+ #include <mutex>
+ #include <optional>
+ #include <string>
++#include <unordered_map>
+ 
+ namespace ccls {
+ struct WorkingFile {



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