summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2010-02-06 22:19:00 +0000
committergdt <gdt@pkgsrc.org>2010-02-06 22:19:00 +0000
commit80d84da8a4fa830cf18b0d78ad1518dc2d30dbcd (patch)
treefbf1c9f7789d900efadec6c7802d3c5c443bc39b /devel
parentad850ac5c6519917cd901b15af926529a609cca8 (diff)
downloadpkgsrc-80d84da8a4fa830cf18b0d78ad1518dc2d30dbcd.tar.gz
Disable szip by default, because it's non-free, following the general
pkgsrc notion that free software should not depend on non-free software (because that results in not having distributable binary packages, and makes the build fail) unless skipping the dependency renders the software non-useful. (The hdf web page says that the default binary builds of hdf include szip support, but then go on about how users that don't qualify for the no-cost license have to install a different version.) If someone who grasps hdf5 can say that hdf5 w/o szip is generally not useful, we can turn this back on and disable by default the hdf5 option in octave.
Diffstat (limited to 'devel')
-rw-r--r--devel/hdf5/options.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/hdf5/options.mk b/devel/hdf5/options.mk
index c537ef3ecd8..122c1414f4c 100644
--- a/devel/hdf5/options.mk
+++ b/devel/hdf5/options.mk
@@ -1,8 +1,9 @@
-# $NetBSD: options.mk,v 1.5 2009/11/15 15:50:50 drochner Exp $
+# $NetBSD: options.mk,v 1.6 2010/02/06 22:19:00 gdt Exp $
PKG_OPTIONS_VAR=PKG_OPTIONS.hdf5
PKG_SUPPORTED_OPTIONS= szip cxx threads
-PKG_SUGGESTED_OPTIONS= szip
+# szip is non-Free, so leave out by default
+PKG_SUGGESTED_OPTIONS=
.include "../../mk/bsd.options.mk"