pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hdf5 devel/hdf5: Enable szip support by default



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d7b630f3427
branches:  trunk
changeset: 333188:2d7b630f3427
user:      bacon <bacon%pkgsrc.org@localhost>
date:      Wed May 01 22:39:29 2019 +0000

description:
devel/hdf5: Enable szip support by default

Support was off by default due to non-distributable archivers/szip dependency.
Replaced with BSD-licensed archivers/libaec, containing drop-in replacement
szip library.

diffstat:

 devel/hdf5/Makefile      |  3 ++-
 devel/hdf5/buildlink3.mk |  4 ++--
 devel/hdf5/options.mk    |  7 +++----
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (51 lines):

diff -r 2d6f1eabbae7 -r 2d7b630f3427 devel/hdf5/Makefile
--- a/devel/hdf5/Makefile       Wed May 01 22:11:12 2019 +0000
+++ b/devel/hdf5/Makefile       Wed May 01 22:39:29 2019 +0000
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2018/05/16 02:37:06 wen Exp $
+# $NetBSD: Makefile,v 1.51 2019/05/01 22:39:29 bacon Exp $
 
+PKGREVISION=   1
 COMMENT=       Hierarchical Data Format (new generation)
 
 INSTALLATION_DIRS=     bin lib include
diff -r 2d6f1eabbae7 -r 2d7b630f3427 devel/hdf5/buildlink3.mk
--- a/devel/hdf5/buildlink3.mk  Wed May 01 22:11:12 2019 +0000
+++ b/devel/hdf5/buildlink3.mk  Wed May 01 22:39:29 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.14 2013/09/01 12:14:06 obache Exp $
+# $NetBSD: buildlink3.mk,v 1.15 2019/05/01 22:39:29 bacon Exp $
 
 BUILDLINK_TREE+=       hdf5
 
@@ -13,7 +13,7 @@
 .include "../../mk/pkg-build-options.mk"
 
 .if !empty(PKG_BUILD_OPTIONS.hdf5:Mszip)
-.include "../../archivers/szip/buildlink3.mk"
+.include "../../archivers/libaec/buildlink3.mk"
 .endif
 
 .include "../../devel/zlib/buildlink3.mk"
diff -r 2d6f1eabbae7 -r 2d7b630f3427 devel/hdf5/options.mk
--- a/devel/hdf5/options.mk     Wed May 01 22:11:12 2019 +0000
+++ b/devel/hdf5/options.mk     Wed May 01 22:39:29 2019 +0000
@@ -1,15 +1,14 @@
-# $NetBSD: options.mk,v 1.7 2011/10/07 10:38:50 alnsn Exp $
+# $NetBSD: options.mk,v 1.8 2019/05/01 22:39:29 bacon Exp $
 
 PKG_OPTIONS_VAR=PKG_OPTIONS.hdf5
 PKG_SUPPORTED_OPTIONS= szip threads
-# szip is non-Free, so leave out by default
-PKG_SUGGESTED_OPTIONS=
+PKG_SUGGESTED_OPTIONS= szip
 
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mszip)
 CONFIGURE_ARGS+=       --with-szlib
-.include "../../archivers/szip/buildlink3.mk"
+.include "../../archivers/libaec/buildlink3.mk"
 .endif
 
 .if !empty(PKG_OPTIONS:Mthreads)



Home | Main Index | Thread Index | Old Index