summaryrefslogtreecommitdiff
path: root/sysutils/amanda-common/patches
diff options
context:
space:
mode:
authorbouyer <bouyer>1999-02-23 17:03:41 +0000
committerbouyer <bouyer>1999-02-23 17:03:41 +0000
commit1bc15469869e2a0c209f04cd8a4307137fd5466d (patch)
treec671f5d5c0561c1e97d3a8caec875a6d2172d468 /sysutils/amanda-common/patches
parent734c3a52e46d975db69b65340945cb9d005a8eb2 (diff)
downloadpkgsrc-1bc15469869e2a0c209f04cd8a4307137fd5466d.tar.gz
An amanda 2.4.1p1 package, split into common, server and client parts.
Diffstat (limited to 'sysutils/amanda-common/patches')
-rw-r--r--sysutils/amanda-common/patches/patch-aa20
-rw-r--r--sysutils/amanda-common/patches/patch-ab11
-rw-r--r--sysutils/amanda-common/patches/patch-ac16
3 files changed, 47 insertions, 0 deletions
diff --git a/sysutils/amanda-common/patches/patch-aa b/sysutils/amanda-common/patches/patch-aa
new file mode 100644
index 00000000000..51d4535b00d
--- /dev/null
+++ b/sysutils/amanda-common/patches/patch-aa
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/02/23 17:03:41 bouyer Exp $
+
+--- configure.orig Sat Jul 18 10:34:33 1998
++++ configure Sat Jul 18 10:35:03 1998
+@@ -4204,6 +4204,7 @@
+ echo "$ac_t""no" 1>&6
+ fi
+
++if false; then
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+
+@@ -4249,6 +4250,7 @@
+ ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \
+ $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
+ || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
++fi
+
+ # Extract the first word of "gcc", so it can be a program name with args.
+ set dummy gcc; ac_word=$2
diff --git a/sysutils/amanda-common/patches/patch-ab b/sysutils/amanda-common/patches/patch-ab
new file mode 100644
index 00000000000..3582417d897
--- /dev/null
+++ b/sysutils/amanda-common/patches/patch-ab
@@ -0,0 +1,11 @@
+--- tape-src/Makefile.in.old Tue Feb 23 11:45:50 1999
++++ tape-src/Makefile.in Tue Feb 23 11:45:21 1999
+@@ -162,7 +162,7 @@
+
+ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(AMANDA_CFLAGS)
+
+-lib_LTLIBRARIES = @BUILD_TAPE_LTLIB@
++lib_LTLIBRARIES = libamtape.la
+ EXTRA_LTLIBRARIES = libamtape.la
+
+ noinst_LIBRARIES = @BUILD_TAPE_LIB@
diff --git a/sysutils/amanda-common/patches/patch-ac b/sysutils/amanda-common/patches/patch-ac
new file mode 100644
index 00000000000..7b025a39211
--- /dev/null
+++ b/sysutils/amanda-common/patches/patch-ac
@@ -0,0 +1,16 @@
+--- man/Makefile.in.old Tue Feb 23 10:24:35 1999
++++ man/Makefile.in Tue Feb 23 10:25:34 1999
+@@ -158,12 +158,7 @@
+
+ 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 = amanda.8
+
+ EXTRA_DIST = amplot.8 amrestore.8 amtape.8
+ mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs