Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/amanda-common Mention PR kern/55279, requeste...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ae2673833cc
branches:  trunk
changeset: 433315:6ae2673833cc
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Mon Jun 01 11:45:38 2020 +0000

description:
Mention PR kern/55279, requested by Greg Troxel

diffstat:

 sysutils/amanda-common/options.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r fada663811b8 -r 6ae2673833cc sysutils/amanda-common/options.mk
--- a/sysutils/amanda-common/options.mk Mon Jun 01 11:43:38 2020 +0000
+++ b/sysutils/amanda-common/options.mk Mon Jun 01 11:45:38 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.16 2020/06/01 10:12:10 bouyer Exp $
+# $NetBSD: options.mk,v 1.17 2020/06/01 11:45:38 bouyer Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.amanda
 # Common options.
@@ -6,6 +6,9 @@
 PKG_SUGGESTED_OPTIONS+=        inet6 amanda-fqdn amanda-ssh
 # Client options.
 PKG_SUPPORTED_OPTIONS+=        amanda-smb amanda-dump-snap
+
+# don't enable on NetBSD - FFS snapshots are instable.
+# PR kern/55279, and I've also seen deadlocks on 9.0_STABLE
 .if ${OPSYS} != "NetBSD" 
 PKG_SUGGESTED_OPTIONS+=        amanda-dump-snap
 .endif



Home | Main Index | Thread Index | Old Index