Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Dec 2017 11:46:33 +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: r455276 - head/astro/libosmium
Message-ID:  <201712011146.vB1BkXpX009452@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Dec  1 11:46:32 2017
New Revision: 455276
URL: https://svnweb.freebsd.org/changeset/ports/455276

Log:
  - Pet portlint

Modified:
  head/astro/libosmium/Makefile

Modified: head/astro/libosmium/Makefile
==============================================================================
--- head/astro/libosmium/Makefile	Fri Dec  1 11:34:51 2017	(r455275)
+++ head/astro/libosmium/Makefile	Fri Dec  1 11:46:32 2017	(r455276)
@@ -3,8 +3,8 @@
 
 PORTNAME=	libosmium
 PORTVERSION=	2.13.1
-PORTREVISION=	3
 DISTVERSIONPREFIX=	v
+PORTREVISION=	3
 CATEGORIES=	astro geography devel
 
 MAINTAINER=	amdmi3@FreeBSD.org
@@ -13,6 +13,8 @@ COMMENT=	Fast and flexible C++ library for working wit
 LICENSE=	BSL
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+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 \
@@ -20,8 +22,6 @@ LIB_DEPENDS=	libgdal.so:graphics/gdal \
 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



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