Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 2019 12:08:08 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520381 - head/devel/youcompleteme
Message-ID:  <201912181208.xBIC884N061773@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Dec 18 12:08:08 2019
New Revision: 520381
URL: https://svnweb.freebsd.org/changeset/ports/520381

Log:
  devel/youcompleteme: fix build on GCC architectures
  
  C++11 compiler is required:
  CMake Error at CMakeLists.txt:239 (message):
    Your C++ compiler does NOT fully support C++11.
  > Description of fields to fill in above:                     76 columns --|
  > PR:                       If and which Problem Report is related.
  > Submitted by:             If someone else sent in the change.
  > Reported by:              If someone else reported the issue.
  > Reviewed by:              If someone else reviewed your modification.
  > Approved by:              If you needed approval for this commit.
  > Obtained from:            If the change is from a third party.
  > MFC after:                N [day[s]|week[s]|month[s]].  Request a reminder email.
  > MFH:                      Ports tree branch name.  Request approval for merge.
  > Relnotes:                 Set to 'yes' for mention in release notes.
  > Security:                 Vulnerability reference (one per line) or description.
  > Sponsored by:             If the change was sponsored by an organization.
  > Pull Request:             https://github.com/freebsd/freebsd/pull/### (*full* GitHub URL needed).
  > Differential Revision:    https://reviews.freebsd.org/D### (*full* phabric URL needed).
  > Empty fields above will be automatically removed.
  
  M    youcompleteme/Makefile

Modified:
  head/devel/youcompleteme/Makefile

Modified: head/devel/youcompleteme/Makefile
==============================================================================
--- head/devel/youcompleteme/Makefile	Wed Dec 18 11:39:51 2019	(r520380)
+++ head/devel/youcompleteme/Makefile	Wed Dec 18 12:08:08 2019	(r520381)
@@ -26,7 +26,7 @@ RUN_DEPENDS=	vim:editors/vim \
 		${PYTHON_PKGNAMEPREFIX}waitress>0:www/py-waitress@${PY_FLAVOR} \
 		${PY_FUTURES}
 
-USES=		cmake python
+USES=		cmake compiler:c++11-lang python
 USE_PYTHON=	flavors
 USE_GITHUB=	yes
 GH_ACCOUNT=	ycm-core



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