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: wiz
Date: Tue Jan 5 17:05:41 UTC 2021
Modified Files:
pkgsrc/devel/netcdf: Makefile PLIST
Log Message:
netcdf: do not install libbzip2.
Unused and breaks other stuff, see e.g. PR 55909.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/devel/netcdf/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/netcdf/PLIST
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.59 pkgsrc/devel/netcdf/Makefile:1.60
--- pkgsrc/devel/netcdf/Makefile:1.59 Fri May 22 10:55:45 2020
+++ pkgsrc/devel/netcdf/Makefile Tue Jan 5 17:05:41 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.59 2020/05/22 10:55:45 adam Exp $
+# $NetBSD: Makefile,v 1.60 2021/01/05 17:05:41 wiz Exp $
DISTNAME= netcdf-4.6.1
-PKGREVISION= 10
+PKGREVISION= 11
CATEGORIES= devel
MASTER_SITES= https://www.unidata.ucar.edu/downloads/netcdf/ftp/
@@ -16,10 +16,14 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-doxygen
CONFIGURE_ARGS+= --disable-examples
+post-install:
+ rm ${DESTDIR}${PREFIX}/lib/libbzip2.*
+
.include "../../mk/dlopen.buildlink3.mk"
BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLINK_LDADD.dl:M*}
+.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/hdf5/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/netcdf/PLIST
diff -u pkgsrc/devel/netcdf/PLIST:1.9 pkgsrc/devel/netcdf/PLIST:1.10
--- pkgsrc/devel/netcdf/PLIST:1.9 Wed May 16 06:32:58 2018
+++ pkgsrc/devel/netcdf/PLIST Tue Jan 5 17:05:41 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2018/05/16 06:32:58 wen Exp $
+@comment $NetBSD: PLIST,v 1.10 2021/01/05 17:05:41 wiz Exp $
bin/nc-config
bin/nccopy
bin/ncdump
@@ -8,10 +8,7 @@ bin/ocprint
include/netcdf.h
include/netcdf_mem.h
include/netcdf_meta.h
-lib/libbzip2.la
-lib/libbzip2.so
lib/libmisc.la
-lib/libmisc.so
lib/libnetcdf.la
lib/libnetcdf.settings
lib/pkgconfig/netcdf.pc
Home |
Main Index |
Thread Index |
Old Index