Hello ports,

attached is a bugfix update for math/netcdf.
Release notes are available here:
https://www.unidata.ucar.edu/software/netcdf/docs/RELEASE_NOTES.html
Tested on macppc/amd64/arm64.

-m


Index: Makefile
===================================================================
RCS file: /cvs/ports/math/netcdf/Makefile,v
retrieving revision 1.36
diff -u -p -u -p -r1.36 Makefile
--- Makefile    12 Jul 2019 20:47:43 -0000      1.36
+++ Makefile    3 Sep 2019 06:56:20 -0000
@@ -1,12 +1,8 @@
 # $OpenBSD: Makefile,v 1.36 2019/07/12 20:47:43 sthen Exp $
 
-# let's give it a chance?
-#BROKEN-powerpc=       fails to build
-#BROKEN-hppa = fails to configure
-
 COMMENT=       library for machine-independent, array-oriented data access
 
-V=             4.7.0
+V=             4.7.1
 NAME=          netcdf
 DISTNAME=      ${NAME}-c-${V}
 PKGNAME=       ${NAME}-${V}
Index: distinfo
===================================================================
RCS file: /cvs/ports/math/netcdf/distinfo,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 distinfo
--- distinfo    16 May 2019 11:39:19 -0000      1.8
+++ distinfo    3 Sep 2019 06:56:20 -0000
@@ -1,2 +1,2 @@
-SHA256 (netcdf-c-4.7.0.tar.gz) = pRLStIKMYXfdS5Z5HEFj5OBua/xxI76/v+AXYtd30cs=
-SIZE (netcdf-c-4.7.0.tar.gz) = 5985755
+SHA256 (netcdf-c-4.7.1.tar.gz) = XFN8WFdz5XWhayjDlzuWCKmP3Ez3xCiTqlIjAk4AAfw=
+SIZE (netcdf-c-4.7.1.tar.gz) = 6031361
Index: patches/patch-ncgen3_ncgenyy_c
===================================================================
RCS file: /cvs/ports/math/netcdf/patches/patch-ncgen3_ncgenyy_c,v
retrieving revision 1.1
diff -u -p -u -p -r1.1 patch-ncgen3_ncgenyy_c
--- patches/patch-ncgen3_ncgenyy_c      13 Mar 2019 20:27:40 -0000      1.1
+++ patches/patch-ncgen3_ncgenyy_c      3 Sep 2019 06:56:20 -0000
@@ -3,7 +3,7 @@ $OpenBSD: patch-ncgen3_ncgenyy_c,v 1.1 2
 Index: ncgen3/ncgenyy.c
 --- ncgen3/ncgenyy.c.orig
 +++ ncgen3/ncgenyy.c
-@@ -865,8 +865,6 @@ char *ncgtext;
+@@ -1081,8 +1081,6 @@ char *yytext;
     We include lexical definitions for all three, but use the second version.
  */
  
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/math/netcdf/pkg/PLIST,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 PLIST
--- pkg/PLIST   16 May 2019 11:39:19 -0000      1.8
+++ pkg/PLIST   3 Sep 2019 06:56:20 -0000
@@ -6,6 +6,7 @@ bin/nc-config
 @bin bin/ncgen3
 include/netcdf.h
 include/netcdf_aux.h
+include/netcdf_dispatch.h
 include/netcdf_filter.h
 include/netcdf_mem.h
 include/netcdf_meta.h

Reply via email to