Date: Wed, 18 Dec 2019 13:33:22 +0100 From: Piotr Kubaj <pkubaj@anongoth.pl> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r520381 - head/devel/youcompleteme Message-ID: <20191218123322.GA5707@KGPE-D16> In-Reply-To: <201912181208.xBIC884N061773@repo.freebsd.org> References: <201912181208.xBIC884N061773@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--oyUTqETQ0mS9luUI Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 >=20 > Log: > devel/youcompleteme: fix build on GCC architectures > =20 > 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 column= s --| > > 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 rem= inder email. > > MFH: Ports tree branch name. Request approval f= or merge. > > Relnotes: Set to 'yes' for mention in release notes. > > Security: Vulnerability reference (one per line) or d= escription. > > Sponsored by: If the change was sponsored by an organizat= ion. > > Pull Request: https://github.com/freebsd/freebsd/pull/###= (*full* GitHub URL needed). > > Differential Revision: https://reviews.freebsd.org/D### (*full* ph= abric URL needed). > > Empty fields above will be automatically removed. > =20 > M youcompleteme/Makefile >=20 > Modified: > head/devel/youcompleteme/Makefile >=20 > Modified: head/devel/youcompleteme/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- 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=3D vim:editors/vim \ > ${PYTHON_PKGNAMEPREFIX}waitress>0:www/py-waitress@${PY_FLAVOR} \ > ${PY_FUTURES} > =20 > -USES=3D cmake python > +USES=3D cmake compiler:c++11-lang python > USE_PYTHON=3D flavors > USE_GITHUB=3D yes > GH_ACCOUNT=3D ycm-core --oyUTqETQ0mS9luUI Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEycyIeNkkgohzsoorelmbhSCDnJ0FAl36HJIACgkQelmbhSCD nJ0Z+xAAped5XYI6l3YNuBFyyxtynMVkTU8bt/jT0jXhK22ji/QXu3sDIwHbPvR6 7Mcf6VJr4iRvKTBjDiK/i8bmQdslqVJKfRRb3clLELcqNwuAmF2tktNaODkb3evH uzt0v1RuSaeu1qH4fr96sDRB1jcZnorK4gWMcUEVnheHiJM0GAzp+b+ri5ZfD/Zr oxEo8APYZv3qSvX4nFEnHfPyY/31wIMU7sC1iZYb3pvsbW1EEGqUJw17LMf/1AAF MH88W5Rgf9iDPA8yHzTzoQhERZtRs/l1OtdjXp0W3mci2ryULRZOhE9QMMQuYlNR jk2b29AeIlGX72fdMuAyG8MW5MMSgQKFFWBuJ5f2uew7lPUAAA8Wn9/6Qn/XmOru lvHAVpJqHxNbtgnUVk5A7ci/E6I+yUyCLFB5hTP8tWEbE8wLp/l1YvzYHZ3Mvdkt Y36JrAY8YnZXgeycSBDkNjYBOfYJJCN32kSpeJg9hB3nexg0yAuYi2UzCPTlUfFm itjaK7jBlqXtU9lfbtcr2+FgXwikh74LPmv0K6MFQXg7ZfGtHCyGYqexlaZYbATQ 9UuQMJ8l1qeFBU5j71g/ETdH80V6pWmxcY0XvYUIyOvR2t89HQr47g533LEl2nxW S+DnsgT5QeMobZIz2osGw/7dmHuMZFLQyH2epobmFjufdp2dH14= =Sx+K -----END PGP SIGNATURE----- --oyUTqETQ0mS9luUI--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20191218123322.GA5707>