pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils Remove amanda-dump-snap from suggested option...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2207108121da
branches:  trunk
changeset: 360193:2207108121da
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Tue Mar 28 12:50:26 2017 +0000

description:
Remove amanda-dump-snap from suggested options for NetBSD <= 6.x, as
a workaround for PR kern/52120.
Bump amanda-client PKGREVISION

diffstat:

 sysutils/amanda-client/Makefile   |  4 ++--
 sysutils/amanda-common/options.mk |  5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r 8f269d1dde00 -r 2207108121da sysutils/amanda-client/Makefile
--- a/sysutils/amanda-client/Makefile   Tue Mar 28 11:32:53 2017 +0000
+++ b/sysutils/amanda-client/Makefile   Tue Mar 28 12:50:26 2017 +0000
@@ -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 -r 8f269d1dde00 -r 2207108121da sysutils/amanda-common/options.mk
--- a/sysutils/amanda-common/options.mk Tue Mar 28 11:32:53 2017 +0000
+++ b/sysutils/amanda-common/options.mk Tue Mar 28 12:50:26 2017 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index