svn commit: r483814 - head/astro/libosmium
Mark Linimon
linimon at FreeBSD.org
Fri Nov 2 15:07:10 UTC 2018
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
More information about the svn-ports-head
mailing list