Received: by mail.netbsd.org (Postfix, from userid 605) id 867DA84D7C; Sat, 7 Oct 2017 18:19:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1A76584D78 for ; Sat, 7 Oct 2017 18:19:07 +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 fprRK9YRNXfX for ; Sat, 7 Oct 2017 18:19:06 +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 7C06584CDD for ; Sat, 7 Oct 2017 18:19:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 72667FBC7; Sat, 7 Oct 2017 18:19:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1507400346169070" MIME-Version: 1.0 Date: Sat, 7 Oct 2017 18:19:06 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/geography/gama To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20171007181906.72667FBC7@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. --_----------=_1507400346169070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Sat Oct 7 18:19:06 UTC 2017 Modified Files: pkgsrc/geography/gama: Makefile Log Message: gama: update to 1.19 Version 1.19 June 2017 * fixed a bug introduced in 1.16, reported by Pierre Bosser . Implicit value of covariance band in XML adjustment output is -1 (full bandwidth). To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/geography/gama/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1507400346169070 Content-Disposition: inline Content-Length: 773 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/gama/Makefile diff -u pkgsrc/geography/gama/Makefile:1.20 pkgsrc/geography/gama/Makefile:1.21 --- pkgsrc/geography/gama/Makefile:1.20 Mon Sep 18 09:53:21 2017 +++ pkgsrc/geography/gama/Makefile Sat Oct 7 18:19:06 2017 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2017/09/18 09:53:21 maya Exp $ +# $NetBSD: Makefile,v 1.21 2017/10/07 18:19:06 gdt Exp $ # -DISTNAME= gama-1.18 -PKGREVISION= 3 +DISTNAME= gama-1.19 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_GNU:=gama/} @@ -11,7 +10,7 @@ HOMEPAGE= http://www.gnu.org/s/gama/ COMMENT= Geodetic network adjustment (surveying) LICENSE= gnu-gpl-v2 # or later -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++11 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --infodir=${PREFIX}/info --_----------=_1507400346169070--