svn commit: r428769 - head/astro/libosmium

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Dec 17 15:45:30 UTC 2016


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=	*


More information about the svn-ports-head mailing list