summaryrefslogtreecommitdiff
path: root/sysutils/amanda-server/Makefile
diff options
context:
space:
mode:
authorgdt <gdt>2015-02-09 18:35:12 +0000
committergdt <gdt>2015-02-09 18:35:12 +0000
commit16b8b57da3ceff69f45384ca573539ea8cfd365f (patch)
treee05abdf09c2717845e9db4d4893e7d3497c08bd7 /sysutils/amanda-server/Makefile
parent9cb62baf199297f2029f57528370d3ceefba6a5b (diff)
downloadpkgsrc-16b8b57da3ceff69f45384ca573539ea8cfd365f.tar.gz
In amanda*, reduce default options.
Add an 'ndmp' option, disabled by default. Disable kerberos option by default. These two changes allow amanda to build again on OS X. My belief, posited on pkgsrc-users without contradiction, is that no pkgsrc users use these features anyway. Normal amanda usage these days is over ssh (which gets one PFS). NDMP is for direct dumping of NAS: usage is probably rare and also in large installations where rebuilding is not hard. All in all, I thought it better for the pkgsrc/amanda universe to have consistent options across platforms than to selectively disable on OS X.
Diffstat (limited to 'sysutils/amanda-server/Makefile')
-rw-r--r--sysutils/amanda-server/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/amanda-server/Makefile b/sysutils/amanda-server/Makefile
index 09b8e81cde9..98080f1ab26 100644
--- a/sysutils/amanda-server/Makefile
+++ b/sysutils/amanda-server/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.56 2014/10/09 13:44:56 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2015/02/09 18:35:13 gdt Exp $
PKGNAME= amanda-server-${AMANDA_VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Server part of Amanda, a network backup system