diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-01-24 20:20:00 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-01-24 20:20:00 +0800 |
commit | a2f1b231b0b4fbff6e0e848c0811a5883c6fa0c6 (patch) | |
tree | c79879f6dba087afb0af3ec8db40445607f4e04c /astro | |
parent | 2d0a281041cb4b578b3d3b86bf986a035e358645 (diff) | |
download | freebsd-ports-gnome-a2f1b231b0b4fbff6e0e848c0811a5883c6fa0c6.tar.gz freebsd-ports-gnome-a2f1b231b0b4fbff6e0e848c0811a5883c6fa0c6.tar.zst freebsd-ports-gnome-a2f1b231b0b4fbff6e0e848c0811a5883c6fa0c6.zip |
- Update to 2.11.0
- Try to fix build on DragonFly
Diffstat (limited to 'astro')
-rw-r--r-- | astro/libosmium/Makefile | 3 | ||||
-rw-r--r-- | astro/libosmium/distinfo | 6 | ||||
-rw-r--r-- | astro/libosmium/files/patch-include_osmium_util_endian.hpp | 12 | ||||
-rw-r--r-- | astro/libosmium/pkg-plist | 1 |
4 files changed, 10 insertions, 12 deletions
diff --git a/astro/libosmium/Makefile b/astro/libosmium/Makefile index 35a3d300daef..bcd07a12e064 100644 --- a/astro/libosmium/Makefile +++ b/astro/libosmium/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= libosmium -PORTVERSION= 2.10.3 +PORTVERSION= 2.11.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= astro geography devel MAINTAINER= amdmi3@FreeBSD.org diff --git a/astro/libosmium/distinfo b/astro/libosmium/distinfo index be3bb20ec8ef..283547deb29e 100644 --- a/astro/libosmium/distinfo +++ b/astro/libosmium/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479910332 -SHA256 (osmcode-libosmium-v2.10.3_GH0.tar.gz) = 9254a276d5e2c1b172c3bdd11d284f3ef5ffcfc296e685c57e59233d641fd229 -SIZE (osmcode-libosmium-v2.10.3_GH0.tar.gz) = 428643 +TIMESTAMP = 1484564513 +SHA256 (osmcode-libosmium-v2.11.0_GH0.tar.gz) = 32e0b0725efa6a93cf2752862b6f32991eb0978eae793692aab202d7c4f7be4f +SIZE (osmcode-libosmium-v2.11.0_GH0.tar.gz) = 436420 diff --git a/astro/libosmium/files/patch-include_osmium_util_endian.hpp b/astro/libosmium/files/patch-include_osmium_util_endian.hpp index 6608d29bcbf1..e85a34c896c9 100644 --- a/astro/libosmium/files/patch-include_osmium_util_endian.hpp +++ b/astro/libosmium/files/patch-include_osmium_util_endian.hpp @@ -1,13 +1,11 @@ ---- include/osmium/util/endian.hpp.orig 2016-11-20 16:25:23 UTC +--- include/osmium/util/endian.hpp.orig 2017-01-14 10:50:34 UTC +++ include/osmium/util/endian.hpp -@@ -35,7 +35,9 @@ DEALINGS IN THE SOFTWARE. +@@ -35,7 +35,7 @@ DEALINGS IN THE SOFTWARE. // Windows is only available for little endian architectures // http://stackoverflow.com/questions/6449468/can-i-safely-assume-that-windows-installations-will-always-be-little-endian --#if !defined(_WIN32) && !defined(__APPLE__) +-#if defined(__FreeBSD__) +#if defined(__FreeBSD__) || defined(__DragonFly__) -+# include <sys/endian.h> -+#elif !defined(_WIN32) && !defined(__APPLE__) + # include <sys/endian.h> + #elif !defined(_WIN32) && !defined(__APPLE__) # include <endian.h> - #else - # define __LITTLE_ENDIAN 1234 diff --git a/astro/libosmium/pkg-plist b/astro/libosmium/pkg-plist index 005dac83f883..d384abd44b38 100644 --- a/astro/libosmium/pkg-plist +++ b/astro/libosmium/pkg-plist @@ -70,6 +70,7 @@ include/osmium/index/multimap/sparse_mem_array.hpp include/osmium/index/multimap/sparse_mem_multimap.hpp include/osmium/index/multimap/sparse_mmap_array.hpp include/osmium/index/node_locations_map.hpp +include/osmium/index/relations_map.hpp include/osmium/io/any_compression.hpp include/osmium/io/any_input.hpp include/osmium/io/any_output.hpp |