Hello,

Diff to update netcdf from 4.7.0 to 4.7.3. Tested on
arm64, amd64 and macppc. Tests on hppa welcome but I don't
see a reason why it should not work there (that's why I
removed the comments).

-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    23 Nov 2019 09:27:30 -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.3
 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    23 Nov 2019 09:27:30 -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.3.tar.gz) = joyfTuFVMd68+DeIWUdEvWVTuEicBqQ0haFck7TgRIs=
+SIZE (netcdf-c-4.7.3.tar.gz) = 6056295
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   23 Nov 2019 09:27:30 -0000
@@ -1,4 +1,4 @@
-@comment $OpenBSD: PLIST,v 1.8 2019/05/16 11:39:19 jasper Exp $
+@comment $OpenBSD: PLIST,v$
 bin/nc-config
 @bin bin/nccopy
 @bin bin/ncdump
@@ -6,10 +6,11 @@ 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
-lib/libnetcdf.a
+@static-lib lib/libnetcdf.a
 lib/libnetcdf.la
 lib/libnetcdf.settings
 @lib lib/libnetcdf.so.${LIBnetcdf_VERSION}

Reply via email to