diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-22 05:55:08 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-22 05:55:08 +0800 |
commit | 46cb2aeb8c975eed72a92e539d1f62fc8f03beaf (patch) | |
tree | f3de3615c4398425cec6e6c4d1a630f701a34d2d /astro | |
parent | e171d3545f3606492ded6952cbf8ed84e7bf6412 (diff) | |
download | freebsd-ports-gnome-46cb2aeb8c975eed72a92e539d1f62fc8f03beaf.tar.gz freebsd-ports-gnome-46cb2aeb8c975eed72a92e539d1f62fc8f03beaf.tar.zst freebsd-ports-gnome-46cb2aeb8c975eed72a92e539d1f62fc8f03beaf.zip |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
Diffstat (limited to 'astro')
-rw-r--r-- | astro/libosmium/Makefile | 2 | ||||
-rw-r--r-- | astro/libosmpbf/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/astro/libosmium/Makefile b/astro/libosmium/Makefile index 70202367b3e4..19cd6f408a47 100644 --- a/astro/libosmium/Makefile +++ b/astro/libosmium/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= sparsehash>=0:devel/sparsehash \ ${LOCALBASE}/include/utf8.h:devel/utf8cpp RUN_DEPENDS= ${LOCALBASE}/include/utf8.h:devel/utf8cpp +BROKEN_powerpc64= fails to compile: types_from_string.hpp: error: 'strtoll' is not a member of 'std' + USE_GITHUB= yes GH_ACCOUNT= osmcode diff --git a/astro/libosmpbf/Makefile b/astro/libosmpbf/Makefile index 9e5ccd809485..866cf505a221 100644 --- a/astro/libosmpbf/Makefile +++ b/astro/libosmpbf/Makefile @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING.osmpbf LIB_DEPENDS= libprotobuf.so:devel/protobuf +BROKEN_powerpc64= fails to compile: metadata_lite.h: class 'google::protobuf::internal::InternalMetadataWithArenaLite' does not have any field named 'InternalMetadataWithArenaBase' + USE_GITHUB= yes GH_ACCOUNT= scrosby GH_PROJECT= OSM-binary |