pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/netcdf



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct 27 11:28:55 UTC 2025

Modified Files:
        pkgsrc/devel/netcdf: Makefile PLIST distinfo
        pkgsrc/devel/netcdf/patches: patch-configure

Log Message:
netcdf: updated to 4.9.3

4.9.3
Extend the netcdf API to support programmatic changes to the plugin search path.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/devel/netcdf/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/netcdf/PLIST
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/netcdf/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/netcdf/patches/patch-configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/netcdf/Makefile
diff -u pkgsrc/devel/netcdf/Makefile:1.76 pkgsrc/devel/netcdf/Makefile:1.77
--- pkgsrc/devel/netcdf/Makefile:1.76   Sun Oct  5 19:25:51 2025
+++ pkgsrc/devel/netcdf/Makefile        Mon Oct 27 11:28:55 2025
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.76 2025/10/05 19:25:51 js Exp $
+# $NetBSD: Makefile,v 1.77 2025/10/27 11:28:55 adam Exp $
 
-DISTNAME=      netcdf-c-4.9.2
+DISTNAME=      netcdf-c-4.9.3
 PKGNAME=       ${DISTNAME:S/-c-/-/}
-PKGREVISION=   10
 CATEGORIES=    devel
-MASTER_SITES=  https://downloads.unidata.ucar.edu/netcdf-c/4.9.2/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=Unidata/}
+GITHUB_PROJECT=        netcdf-c
+GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://www.unidata.ucar.edu/software/netcdf/index.html
+HOMEPAGE=      https://www.unidata.ucar.edu/software/netcdf
 COMMENT=       Library for array-oriented data access
 LICENSE=       modified-bsd
 
@@ -17,13 +18,13 @@ USE_LIBTOOL=                yes
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-doxygen
 CONFIGURE_ARGS+=       --disable-examples
+TEST_TARGET=           check
 
-#post-install:
-#      rm ${DESTDIR}${PREFIX}/lib/libbzip2.*
+CHECK_PORTABILITY_SKIP+=       ncdap_test/testbasicauth.sh
 
 .include "../../mk/dlopen.buildlink3.mk"
 
-BUILDLINK_TRANSFORM+=  opt:-ldl:${BUILDLINK_LDADD.dl:M*}
+BUILDLINK_TRANSFORM+=  opt:-ldl:${BUILDLINK_LDADD.dl:Q}
 
 .include "../../devel/libexecinfo/buildlink3.mk"
 .include "../../archivers/bzip2/buildlink3.mk"

Index: pkgsrc/devel/netcdf/PLIST
diff -u pkgsrc/devel/netcdf/PLIST:1.11 pkgsrc/devel/netcdf/PLIST:1.12
--- pkgsrc/devel/netcdf/PLIST:1.11      Sat Jun  3 02:41:15 2023
+++ pkgsrc/devel/netcdf/PLIST   Mon Oct 27 11:28:55 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2023/06/03 02:41:15 mef Exp $
+@comment $NetBSD: PLIST,v 1.12 2025/10/27 11:28:55 adam Exp $
 bin/nc-config
 bin/nc4print
 bin/nccopy
@@ -6,6 +6,13 @@ bin/ncdump
 bin/ncgen
 bin/ncgen3
 bin/ocprint
+hdf5/lib/plugin/lib__nch5bzip2.la
+hdf5/lib/plugin/lib__nch5deflate.la
+hdf5/lib/plugin/lib__nch5fletcher32.la
+hdf5/lib/plugin/lib__nch5shuffle.la
+hdf5/lib/plugin/lib__nch5szip.la
+hdf5/lib/plugin/lib__nczhdf5filters.la
+hdf5/lib/plugin/lib__nczstdfilters.la
 include/netcdf.h
 include/netcdf_aux.h
 include/netcdf_dispatch.h
@@ -15,6 +22,7 @@ include/netcdf_filter_hdf5_build.h
 include/netcdf_json.h
 include/netcdf_mem.h
 include/netcdf_meta.h
+include/netcdf_proplist.h
 lib/libnetcdf.la
 lib/libnetcdf.settings
 lib/pkgconfig/netcdf.pc

Index: pkgsrc/devel/netcdf/distinfo
diff -u pkgsrc/devel/netcdf/distinfo:1.24 pkgsrc/devel/netcdf/distinfo:1.25
--- pkgsrc/devel/netcdf/distinfo:1.24   Sat Jun  3 02:41:15 2023
+++ pkgsrc/devel/netcdf/distinfo        Mon Oct 27 11:28:55 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2023/06/03 02:41:15 mef Exp $
+$NetBSD: distinfo,v 1.25 2025/10/27 11:28:55 adam Exp $
 
-BLAKE2s (netcdf-c-4.9.2.tar.gz) = 1839d5c6290e47c61a42b15b72f8cc070709a91a447c17affb5fba2f143181fc
-SHA512 (netcdf-c-4.9.2.tar.gz) = 7a96bcf673d5a9e1537d660aaf085a1dfaefc7dfb0fc96358462d92e7bbfe541184583681797e6a54d11b8588504b7d8a9b0b9bd850eecd02ed73aa2eb5ffa0d
-Size (netcdf-c-4.9.2.tar.gz) = 7142536 bytes
-SHA1 (patch-configure) = 74457173c01355cd0f99f136ae10bdc67e831489
+BLAKE2s (netcdf-c-4.9.3.tar.gz) = 2f98c97df2cbb7c857a1313bea9b7eecd8417bdaf009b33b7b9709ee9e15ecb7
+SHA512 (netcdf-c-4.9.3.tar.gz) = c82d77572a10e8d84f5c2db205f3b486add97195c1c29ee4747a6e435fbfb03e111ddb652e137086db04d820eb7542ffbac310e48fae01474f0892abad099ed6
+Size (netcdf-c-4.9.3.tar.gz) = 25619216 bytes
+SHA1 (patch-configure) = 8e3ae64cf31333c492135223ab8f3aec45bc69ef

Index: pkgsrc/devel/netcdf/patches/patch-configure
diff -u pkgsrc/devel/netcdf/patches/patch-configure:1.2 pkgsrc/devel/netcdf/patches/patch-configure:1.3
--- pkgsrc/devel/netcdf/patches/patch-configure:1.2     Tue Apr  9 15:57:28 2013
+++ pkgsrc/devel/netcdf/patches/patch-configure Mon Oct 27 11:28:55 2025
@@ -1,10 +1,11 @@
-$NetBSD: patch-configure,v 1.2 2013/04/09 15:57:28 adam Exp $
+$NetBSD: patch-configure,v 1.3 2025/10/27 11:28:55 adam Exp $
 
 Adjust infodir.
+Portability fixes.
 
---- configure.orig     2012-03-07 14:46:36.000000000 +0000
+--- configure.orig     2025-02-07 21:40:00.000000000 +0000
 +++ configure
-@@ -909,7 +909,7 @@ localstatedir='${prefix}/var'
+@@ -1216,7 +1216,7 @@ runstatedir='${localstatedir}/run'
  includedir='${prefix}/include'
  oldincludedir='/usr/include'
  docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -13,3 +14,17 @@ Adjust infodir.
  htmldir='${docdir}'
  dvidir='${docdir}'
  pdfdir='${docdir}'
+@@ -6319,11 +6319,11 @@ printf "%s\n" "$as_me: WARNING: --enable
+ fi
+ 
+ # --enable-netcdf-4 overrides --enable-netcdf4 if latter not defined
+-if test "x$enable_netcdf_4" != x && test "x$enable_netcdf4" == x ; then
++if test "x$enable_netcdf_4" != x && test "x$enable_netcdf4" = x ; then
+ enable_netcdf4="$enable_netcdf_4"
+ fi
+ # --enable-netcdf4 overrides --enable-hdf5 if latter not defined
+-if test "x$enable_netcdf4" != x && test "x$enable_hdf5" == x ; then
++if test "x$enable_netcdf4" != x && test "x$enable_hdf5" = x ; then
+ enable_hdf5="$enable_netcdf4"
+ fi
+ # Otherwise, use --enable-hdf5



Home | Main Index | Thread Index | Old Index