From owner-svn-ports-head@freebsd.org Tue Jan 24 12:20:02 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00148CBFC39; Tue, 24 Jan 2017 12:20:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B62A21E4E; Tue, 24 Jan 2017 12:20:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0OCK0bN096993; Tue, 24 Jan 2017 12:20:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0OCK0I7096989; Tue, 24 Jan 2017 12:20:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201701241220.v0OCK0I7096989@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 24 Jan 2017 12:20:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432326 - in head/astro/libosmium: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jan 2017 12:20:02 -0000 Author: amdmi3 Date: Tue Jan 24 12:20:00 2017 New Revision: 432326 URL: https://svnweb.freebsd.org/changeset/ports/432326 Log: - Update to 2.11.0 - Try to fix build on DragonFly Modified: head/astro/libosmium/Makefile head/astro/libosmium/distinfo head/astro/libosmium/files/patch-include_osmium_util_endian.hpp head/astro/libosmium/pkg-plist Modified: head/astro/libosmium/Makefile ============================================================================== --- head/astro/libosmium/Makefile Tue Jan 24 12:15:42 2017 (r432325) +++ head/astro/libosmium/Makefile Tue Jan 24 12:20:00 2017 (r432326) @@ -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 Modified: head/astro/libosmium/distinfo ============================================================================== --- head/astro/libosmium/distinfo Tue Jan 24 12:15:42 2017 (r432325) +++ head/astro/libosmium/distinfo Tue Jan 24 12:20:00 2017 (r432326) @@ -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 Modified: head/astro/libosmium/files/patch-include_osmium_util_endian.hpp ============================================================================== --- head/astro/libosmium/files/patch-include_osmium_util_endian.hpp Tue Jan 24 12:15:42 2017 (r432325) +++ head/astro/libosmium/files/patch-include_osmium_util_endian.hpp Tue Jan 24 12:20:00 2017 (r432326) @@ -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 -+#elif !defined(_WIN32) && !defined(__APPLE__) + # include + #elif !defined(_WIN32) && !defined(__APPLE__) # include - #else - # define __LITTLE_ENDIAN 1234 Modified: head/astro/libosmium/pkg-plist ============================================================================== --- head/astro/libosmium/pkg-plist Tue Jan 24 12:15:42 2017 (r432325) +++ head/astro/libosmium/pkg-plist Tue Jan 24 12:20:00 2017 (r432326) @@ -70,6 +70,7 @@ include/osmium/index/multimap/sparse_mem 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