Date: Fri, 2 Nov 2018 15:07:09 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483814 - head/astro/libosmium Message-ID: <201811021507.wA2F79ku072704@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Fri Nov 2 15:07:09 2018 New Revision: 483814 URL: https://svnweb.freebsd.org/changeset/ports/483814 Log: Now builds on powerpc64. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/astro/libosmium/Makefile Modified: head/astro/libosmium/Makefile ============================================================================== --- head/astro/libosmium/Makefile Fri Nov 2 14:54:56 2018 (r483813) +++ head/astro/libosmium/Makefile Fri Nov 2 15:07:09 2018 (r483814) @@ -13,8 +13,6 @@ COMMENT= Fast and flexible C++ library for working wit LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= fails to compile: types_from_string.hpp: error: 'strtoll' is not a member of 'std' - LIB_DEPENDS= libgdal.so:graphics/gdal \ libboost_regex.so:devel/boost-libs \ libgeos.so:graphics/geos \ @@ -23,10 +21,10 @@ BUILD_DEPENDS= sparsehash>=0:devel/sparsehash \ ${LOCALBASE}/include/protozero/version.hpp:devel/protozero RUN_DEPENDS= ${LOCALBASE}/include/protozero/version.hpp:devel/protozero +USES= cmake compiler:c++11-lib USE_GITHUB= yes GH_ACCOUNT= osmcode -USES= cmake compiler:c++11-lib CMAKE_ARGS= -DBUILD_EXAMPLES:BOOL=OFF # if/when corresponding port appears in the tree, this will need to
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811021507.wA2F79ku072704>