svn commit: r520381 - head/devel/youcompleteme

Piotr Kubaj pkubaj at anongoth.pl
Wed Dec 18 12:33:34 UTC 2019


Sorry for the noise in the log, I removed too much.

On 19-12-18 12:08:08, Piotr Kubaj wrote:
> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20191218/064b4551/attachment.sig>


More information about the svn-ports-all mailing list