Received: by mail.netbsd.org (Postfix, from userid 605) id 971FA84DB3; Mon, 1 Jun 2020 11:45:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2097384DB0 for ; Mon, 1 Jun 2020 11:45:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id s0WmFsFmm7ms for ; Mon, 1 Jun 2020 11:45:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 79E0584CE8 for ; Mon, 1 Jun 2020 11:45:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 77B67FB27; Mon, 1 Jun 2020 11:45:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1591011938157120" MIME-Version: 1.0 Date: Mon, 1 Jun 2020 11:45:38 +0000 From: "Manuel Bouyer" Subject: CVS commit: pkgsrc/sysutils/amanda-common To: pkgsrc-changes@NetBSD.org Reply-To: bouyer@netbsd.org X-Mailer: log_accum Message-Id: <20200601114538.77B67FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1591011938157120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bouyer Date: Mon Jun 1 11:45:38 UTC 2020 Modified Files: pkgsrc/sysutils/amanda-common: options.mk Log Message: Mention PR kern/55279, requested by Greg Troxel To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/amanda-common/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1591011938157120 Content-Disposition: inline Content-Length: 890 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/amanda-common/options.mk diff -u pkgsrc/sysutils/amanda-common/options.mk:1.16 pkgsrc/sysutils/amanda-common/options.mk:1.17 --- pkgsrc/sysutils/amanda-common/options.mk:1.16 Mon Jun 1 10:12:10 2020 +++ pkgsrc/sysutils/amanda-common/options.mk Mon Jun 1 11:45:38 2020 @@ -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_SUPPORTED_OPTIONS+= inet6 amanda-bsd 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 --_----------=_1591011938157120--