Date: Sat, 17 Dec 2016 15:45:29 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428769 - head/astro/libosmium Message-ID: <201612171545.uBHFjTlH050252@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Dec 17 15:45:29 2016 New Revision: 428769 URL: https://svnweb.freebsd.org/changeset/ports/428769 Log: - Mark BROKEN on 9.x - Fix typo Modified: head/astro/libosmium/Makefile Modified: head/astro/libosmium/Makefile ============================================================================== --- head/astro/libosmium/Makefile Sat Dec 17 15:41:52 2016 (r428768) +++ head/astro/libosmium/Makefile Sat Dec 17 15:45:29 2016 (r428769) @@ -18,13 +18,15 @@ LIB_DEPENDS= libgdal.so:graphics/gdal \ libexpat.so:textproc/expat2 BUILD_DEPENDS= sparsehash>=0:devel/sparsehash +BROKEN_FreeBSD_9= does not build (lack of c++11 support) + USE_GITHUB= yes GH_ACCOUNT= osmcode USES= cmake compiler:c++11-lib CMAKE_ARGS= -DBUILD_EXAMPLES:BOOL=OFF -# though it build tests, the library itself it header-only +# though it builds tests, the library itself it header-only NO_ARCH= yes PORTDOCS= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612171545.uBHFjTlH050252>