From owner-svn-ports-head@freebsd.org Fri Nov 2 15:07:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17C0B10FA80A; Fri, 2 Nov 2018 15:07:10 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BEB1E6FF44; Fri, 2 Nov 2018 15:07:09 +0000 (UTC) (envelope-from linimon@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9EABF4776; Fri, 2 Nov 2018 15:07:09 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA2F79fr072705; Fri, 2 Nov 2018 15:07:09 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA2F79ku072704; Fri, 2 Nov 2018 15:07:09 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201811021507.wA2F79ku072704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 2 Nov 2018 15:07:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483814 - head/astro/libosmium X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/astro/libosmium X-SVN-Commit-Revision: 483814 X-SVN-Commit-Repository: ports 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.29 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: Fri, 02 Nov 2018 15:07:10 -0000 Author: linimon Date: Fri Nov 2 15:07:09 2018 New Revision: 483814 URL: https://svnweb.freebsd.org/changeset/ports/483814 Log: Now builds on powerpc64. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/astro/libosmium/Makefile Modified: head/astro/libosmium/Makefile ============================================================================== --- head/astro/libosmium/Makefile Fri Nov 2 14:54:56 2018 (r483813) +++ head/astro/libosmium/Makefile Fri Nov 2 15:07:09 2018 (r483814) @@ -13,8 +13,6 @@ COMMENT= Fast and flexible C++ library for working wit LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE -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 \ @@ -23,10 +21,10 @@ BUILD_DEPENDS= sparsehash>=0:devel/sparsehash \ ${LOCALBASE}/include/protozero/version.hpp:devel/protozero RUN_DEPENDS= ${LOCALBASE}/include/protozero/version.hpp:devel/protozero +USES= cmake compiler:c++11-lib USE_GITHUB= yes GH_ACCOUNT= osmcode -USES= cmake compiler:c++11-lib CMAKE_ARGS= -DBUILD_EXAMPLES:BOOL=OFF # if/when corresponding port appears in the tree, this will need to