summaryrefslogtreecommitdiff
path: root/sysutils/amanda-plot/patches
diff options
context:
space:
mode:
authorbad <bad@pkgsrc.org>1999-09-06 18:11:22 +0000
committerbad <bad@pkgsrc.org>1999-09-06 18:11:22 +0000
commitfc50a01d05a6607e38ce9d0b3e2a6582266943ad (patch)
tree251a32eb3cc82fa5ec6e5f4d05d084ebfd212f95 /sysutils/amanda-plot/patches
parent69876b341af0e5e3fb2effc7acfbe8ca73e90d3d (diff)
downloadpkgsrc-fc50a01d05a6607e38ce9d0b3e2a6582266943ad.tar.gz
Split out amanda-plot from amanda-server so that one doesn't need X11
just to write backups to tape.
Diffstat (limited to 'sysutils/amanda-plot/patches')
-rw-r--r--sysutils/amanda-plot/patches/patch-aa20
-rw-r--r--sysutils/amanda-plot/patches/patch-ab16
-rw-r--r--sysutils/amanda-plot/patches/patch-ac19
3 files changed, 55 insertions, 0 deletions
diff --git a/sysutils/amanda-plot/patches/patch-aa b/sysutils/amanda-plot/patches/patch-aa
new file mode 100644
index 00000000000..821f4b8ff38
--- /dev/null
+++ b/sysutils/amanda-plot/patches/patch-aa
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/09/06 18:11:22 bad Exp $
+
+--- configure.orig Sat Nov 21 18:12:59 1998
++++ configure Sat Sep 4 03:35:27 1999
+@@ -4457,6 +4457,7 @@
+ echo "$ac_t""no" 1>&6
+ fi
+
++if false; then
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+
+@@ -4502,6 +4503,7 @@
+ ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
+ $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
+ || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
++fi
+
+ # Redirect the config.log output again, so that the ltconfig log is not
+ # clobbered by the next message.
diff --git a/sysutils/amanda-plot/patches/patch-ab b/sysutils/amanda-plot/patches/patch-ab
new file mode 100644
index 00000000000..7c8bebf1f5c
--- /dev/null
+++ b/sysutils/amanda-plot/patches/patch-ab
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.1.1.1 1999/09/06 18:11:22 bad Exp $
+
+--- Makefile.in.orig Sat Nov 21 18:32:54 1998
++++ Makefile.in Sat Sep 4 02:53:32 1999
+@@ -157,10 +157,7 @@
+ AUTOCONF = @AUTOCONF@ --localdir=config
+
+ SUBDIRS=config \
+- common-src client-src tape-src \
+- server-src restore-src recover-src \
+- changer-src amplot man \
+- example
++ amplot man
+
+ EXTRA_DIST = \
+ COPYRIGHT \
diff --git a/sysutils/amanda-plot/patches/patch-ac b/sysutils/amanda-plot/patches/patch-ac
new file mode 100644
index 00000000000..ac74211149d
--- /dev/null
+++ b/sysutils/amanda-plot/patches/patch-ac
@@ -0,0 +1,19 @@
+$NetBSD: patch-ac,v 1.1.1.1 1999/09/06 18:11:22 bad Exp $
+
+--- man/Makefile.in.orig Sat Nov 21 18:34:50 1998
++++ man/Makefile.in Sat Sep 4 02:58:45 1999
+@@ -158,12 +158,8 @@
+
+ transform = s,x,x,;
+
+-man_MANS = amadmin.8 amanda.8 amcheck.8 \
+- amcheckdb.8 amcleanup.8 amdump.8 \
+- amflush.8 amlabel.8 amoverview.8 \
+- amplot.8 amrecover.8 amrestore.8 \
+- amrmtape.8 amtape.8 amtoc.8 \
+- amverify.8 amstatus.8 amreport.8
++man_MANS = \
++ amplot.8
+
+ EXTRA_DIST = amplot.8 amrestore.8 amtape.8
+ mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs