summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2017-03-28 12:50:26 +0000
committerbouyer <bouyer@pkgsrc.org>2017-03-28 12:50:26 +0000
commit429f792bfed631decab65b95a5df308a1e67f377 (patch)
treed11f8643310e215cd6be9742588b1d3134e7ee8b
parent65be5f2f35f8bf76aa00cc2f9eb5ee5bc3e36667 (diff)
downloadpkgsrc-429f792bfed631decab65b95a5df308a1e67f377.tar.gz
Remove amanda-dump-snap from suggested options for NetBSD <= 6.x, as
a workaround for PR kern/52120. Bump amanda-client PKGREVISION
-rw-r--r--sysutils/amanda-client/Makefile4
-rw-r--r--sysutils/amanda-common/options.mk5
2 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/amanda-client/Makefile b/sysutils/amanda-client/Makefile
index a20bf8442c3..8a9b027bc58 100644
--- a/sysutils/amanda-client/Makefile
+++ b/sysutils/amanda-client/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.61 2016/02/29 05:50:40 mlelstv Exp $
+# $NetBSD: Makefile,v 1.62 2017/03/28 12:50:26 bouyer Exp $
#
PKGNAME= amanda-client-${AMANDA_VERSION}
-PKGREVISION= 3
+PKGREVISION= 4
COMMENT= Client part of Amanda, a network backup system
diff --git a/sysutils/amanda-common/options.mk b/sysutils/amanda-common/options.mk
index cc2b0043945..e7df3bdc6d8 100644
--- a/sysutils/amanda-common/options.mk
+++ b/sysutils/amanda-common/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.12 2015/11/25 12:53:29 jperkin Exp $
+# $NetBSD: options.mk,v 1.13 2017/03/28 12:50:26 bouyer Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.amanda
# Common options.
@@ -6,7 +6,10 @@ PKG_SUPPORTED_OPTIONS+= inet6 amanda-fqdn amanda-ssh kerberos ndmp
PKG_SUGGESTED_OPTIONS+= inet6 amanda-fqdn amanda-ssh
# Client options.
PKG_SUPPORTED_OPTIONS+= amanda-smb amanda-dump-snap
+.if (${OPSYS} != "NetBSD" || \
+ (!empty(OS_VERSION:M[7-9].*)))
PKG_SUGGESTED_OPTIONS+= amanda-dump-snap
+.endif
PKG_OPTIONS_LEGACY_VARS+= AMANDA_FQDN:amanda-fqdn
PKG_OPTIONS_LEGACY_VARS+= AMANDA_SSH:amanda-ssh