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: thor
Date: Sun Nov 2 15:54:34 UTC 2025
Modified Files:
pkgsrc/devel/netcdf: Makefile
Log Message:
netcdf: enable logging, as netcdf-cxx depends on it
Upstream apparently set a new default without thinking much. One might reconsider if
a new release of netcdf-cxx comes out that does not need this.
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/devel/netcdf/Makefile
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.77 pkgsrc/devel/netcdf/Makefile:1.78
--- pkgsrc/devel/netcdf/Makefile:1.77 Mon Oct 27 11:28:55 2025
+++ pkgsrc/devel/netcdf/Makefile Sun Nov 2 15:54:34 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.77 2025/10/27 11:28:55 adam Exp $
+# $NetBSD: Makefile,v 1.78 2025/11/02 15:54:34 thor Exp $
DISTNAME= netcdf-c-4.9.3
+PKGREVISION= 1
PKGNAME= ${DISTNAME:S/-c-/-/}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=Unidata/}
@@ -18,6 +19,7 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-doxygen
CONFIGURE_ARGS+= --disable-examples
+CONFIGURE_ARGS+= --enable-logging
TEST_TARGET= check
CHECK_PORTABILITY_SKIP+= ncdap_test/testbasicauth.sh
Home |
Main Index |
Thread Index |
Old Index