summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorbouyer <bouyer>2017-03-28 12:50:26 +0000
committerbouyer <bouyer>2017-03-28 12:50:26 +0000
commit4135a0f27acae8b8952b0c9f83eadb1a3cf7b703 (patch)
tree42a99c67f2b12d16d25e38a7a31cd52e363e23c8 /sysutils
parent480f18e6069c1ccbe0ec52c5c6272b4171f02b59 (diff)
downloadpkgsrc-4135a0f27acae8b8952b0c9f83eadb1a3cf7b703.tar.gz
Remove amanda-dump-snap from suggested options for NetBSD <= 6.x, as
a workaround for PR kern/52120. Bump amanda-client PKGREVISION
Diffstat (limited to 'sysutils')
-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