Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Dec 2016 11:18:45 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428919 - head/astro/libosmium
Message-ID:  <201612191118.uBJBIj21024912@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Dec 19 11:18:45 2016
New Revision: 428919
URL: https://svnweb.freebsd.org/changeset/ports/428919

Log:
  - Install all required headers
  
  These headers belong to third party libraries (gdalcpp, protozero,
  utfcpp), but since these are not in the ports yet, just install
  bundled ones for now.
  
  PR:		215391
  Submitted by:	mmd.osm+freebsd@gmail.com

Modified:
  head/astro/libosmium/Makefile
  head/astro/libosmium/pkg-plist

Modified: head/astro/libosmium/Makefile
==============================================================================
--- head/astro/libosmium/Makefile	Mon Dec 19 11:12:32 2016	(r428918)
+++ head/astro/libosmium/Makefile	Mon Dec 19 11:18:45 2016	(r428919)
@@ -26,6 +26,12 @@ GH_ACCOUNT=	osmcode
 USES=		cmake compiler:c++11-lib
 CMAKE_ARGS=	-DBUILD_EXAMPLES:BOOL=OFF
 
+# if/when corresponding ports appear in the tree, these will need to
+# be turned from depends
+CMAKE_ARGS+=	-DINSTALL_GDALCPP:BOOL=ON \
+		-DINSTALL_PROTOZERO:BOOL=ON \
+		-DINSTALL_UTFCPP:BOOL=ON
+
 # though it builds tests, the library itself is header-only
 NO_ARCH=	yes
 

Modified: head/astro/libosmium/pkg-plist
==============================================================================
--- head/astro/libosmium/pkg-plist	Mon Dec 19 11:12:32 2016	(r428918)
+++ head/astro/libosmium/pkg-plist	Mon Dec 19 11:18:45 2016	(r428919)
@@ -1,3 +1,4 @@
+include/gdalcpp.hpp
 include/osmium/area/assembler.hpp
 include/osmium/area/detail/node_ref_segment.hpp
 include/osmium/area/detail/proto_ring.hpp
@@ -175,3 +176,18 @@ include/osmium/util/timer.hpp
 include/osmium/util/verbose_output.hpp
 include/osmium/version.hpp
 include/osmium/visitor.hpp
+include/protozero/byteswap.hpp
+include/protozero/config.hpp
+include/protozero/exception.hpp
+include/protozero/iterators.hpp
+include/protozero/pbf_builder.hpp
+include/protozero/pbf_message.hpp
+include/protozero/pbf_reader.hpp
+include/protozero/pbf_writer.hpp
+include/protozero/types.hpp
+include/protozero/varint.hpp
+include/protozero/version.hpp
+include/utf8.h
+include/utf8/checked.h
+include/utf8/core.h
+include/utf8/unchecked.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612191118.uBJBIj21024912>