pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2017Q3]: pkgsrc/geography/gama Update to 1.19



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee4275fa6f09
branches:  pkgsrc-2017Q3
changeset: 408513:ee4275fa6f09
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Sep 28 00:11:11 2017 +0000

description:
Update to 1.19

gama now requires c++11.  It's likely that 1.18 did also, but that
this was less obvious.

Besides items noted in upstream NEWS, two pkgsrc patches were applied
upstream.

Version 1.19 June 2017

* fixed a bug introduced in 1.16, reported by Pierre Bosser
        <pierre.bosser%ensta-bretagne.fr@localhost>. Implicit value of
        covariance band in XML adjustment output is -1 (full
        bandwidth).

diffstat:

 geography/gama/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 0b970f5f73c9 -r ee4275fa6f09 geography/gama/Makefile
--- a/geography/gama/Makefile   Tue Sep 26 01:23:20 2017 +0000
+++ b/geography/gama/Makefile   Thu Sep 28 00:11:11 2017 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2017/09/18 09:53:21 maya Exp $
+# $NetBSD: Makefile,v 1.20.4.1 2017/09/28 00:11:11 gdt Exp $
 #
 
-DISTNAME=      gama-1.18
-PKGREVISION=   3
+DISTNAME=      gama-1.19
 CATEGORIES=    geography
 MASTER_SITES=  ${MASTER_SITE_GNU:=gama/}
 
@@ -11,7 +10,7 @@
 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



Home | Main Index | Thread Index | Old Index