Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 589477A1F7 for ; Tue, 13 Jun 2017 19:00:52 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EC66684D8E; Tue, 13 Jun 2017 19:00:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7869A84D8C for ; Tue, 13 Jun 2017 19:00:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id BXK1tm0KWlFf for ; Tue, 13 Jun 2017 19:00:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D9FA684CDA for ; Tue, 13 Jun 2017 19:00:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D0A82FAB5; Tue, 13 Jun 2017 19:00:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1497380450163570" MIME-Version: 1.0 Date: Tue, 13 Jun 2017 19:00:50 +0000 From: "Sebastian Wiedenroth" Subject: CVS commit: pkgsrc/geography/osm2pgsql To: pkgsrc-changes@NetBSD.org Reply-To: wiedi@netbsd.org X-Mailer: log_accum Message-Id: <20170613190050.D0A82FAB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1497380450163570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiedi Date: Tue Jun 13 19:00:50 UTC 2017 Modified Files: pkgsrc/geography/osm2pgsql: Makefile Log Message: bring back geos buildlink as it is still required To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/geography/osm2pgsql/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1497380450163570 Content-Disposition: inline Content-Length: 756 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/osm2pgsql/Makefile diff -u pkgsrc/geography/osm2pgsql/Makefile:1.8 pkgsrc/geography/osm2pgsql/Makefile:1.9 --- pkgsrc/geography/osm2pgsql/Makefile:1.8 Sat Jun 10 20:00:41 2017 +++ pkgsrc/geography/osm2pgsql/Makefile Tue Jun 13 19:00:50 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2017/06/10 20:00:41 wiedi Exp $ +# $NetBSD: Makefile,v 1.9 2017/06/13 19:00:50 wiedi Exp $ DISTNAME= osm2pgsql-0.92.1 CATEGORIES= geography @@ -20,6 +20,7 @@ CMAKE_ARG_PATH= ${WRKSRC} post-extract: ${RUN} mkdir -p ${WRKDIR}/build +.include "../../geography/geos/buildlink3.mk" .include "../../geography/proj/buildlink3.mk" .include "../../archivers/bzip2/buildlink3.mk" .include "../../devel/boost-libs/buildlink3.mk" --_----------=_1497380450163570--