pkgsrc-wip/amanda3-server/patches/patch-ap
Eric Schnoebelen 8dd54151f7 Import amanda-server-3.1.2 as wip/amanda3-server.
This is a release of Amanda, the Advanced Maryland Automatic
Network Disk Archiver.  Amanda is a backup system designed to
archive many computers on a network to a single large-capacity
tape drive.

This is Amanda 3.1.2, with perl many advanced features over amanda 2.5.x
in sysutils/amanda-*

This installs the server components.
2010-08-24 03:28:51 +00:00

15 lines
546 B
Text

$NetBSD: patch-ap,v 1.1.1.1 2010/08/24 03:28:51 schnoebe Exp $
fix the bash-isms.
--- config/macro-archive/xsltproc.m4.orig 2010-08-11 22:21:24.000000000 +0000
+++ config/macro-archive/xsltproc.m4
@@ -67,7 +67,7 @@ AS_HELP_STRING([--with-xsltproc[[[[[=PAT
AC_ARG_WITH(xsltproc-flags,
AS_HELP_STRING([ --with-xsltproc-flags=FLAGS],
[Flags to pass to xsltproc (default $1)]),
- [ if test "x$withval" == "xno"; then
+ [ if test "x$withval" = "xno"; then
XSLTPROC_FLAGS=''
else
if test "x$withval" != "xyes"; then