summaryrefslogtreecommitdiff
path: root/sysutils/amanda-common/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/amanda-common/patches/patch-ab')
-rw-r--r--sysutils/amanda-common/patches/patch-ab36
1 files changed, 15 insertions, 21 deletions
diff --git a/sysutils/amanda-common/patches/patch-ab b/sysutils/amanda-common/patches/patch-ab
index c59e9e85dda..27d0aa8a5d3 100644
--- a/sysutils/amanda-common/patches/patch-ab
+++ b/sysutils/amanda-common/patches/patch-ab
@@ -1,7 +1,9 @@
-$NetBSD: patch-ab,v 1.7 2004/11/12 12:13:45 mjl Exp $
+$NetBSD: patch-ab,v 1.8 2008/02/15 16:23:09 gdt Exp $
---- Makefile.in.orig 2004-10-22 15:12:38.000000000 +0200
-+++ Makefile.in 2004-11-07 13:23:31.000000000 +0100
+Remove SUBDIRS that don't belong in -common package.
+
+--- Makefile.in.orig 2007-06-06 19:22:51.000000000 -0400
++++ Makefile.in
@@ -17,7 +17,7 @@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
@@ -11,26 +13,18 @@ $NetBSD: patch-ab,v 1.7 2004/11/12 12:13:45 mjl Exp $
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = .
-@@ -269,11 +269,11 @@
- LIBTOOL_M4I = $(srcdir)/config/libtool.m4i
- ACINCLUDE_M4_DEPS = $(ACINCLUDE_M4I) $(LIBTOOL_M4I)
- @WANT_CLIENT_TRUE@CLIENT_SUBDIRS = client-src
--@WANT_TAPE_TRUE@TAPE_SUBDIRS = tape-src
-+TAPE_SUBDIRS = tape-src
- @WANT_SERVER_TRUE@SERVER_SUBDIRS = server-src changer-src
- @WANT_RESTORE_TRUE@RESTORE_SUBDIRS = restore-src
- @WANT_RECOVER_TRUE@RECOVER_SUBDIRS = recover-src
--@WANT_AMPLOT_TRUE@PLOT_SUBDIRS = amplot
-+# PLOT_SUBDIRS = amplot
- # order is significant, don't change it arbitrarily
- SUBDIRS = \
+@@ -384,13 +384,7 @@ SUBDIRS = \
config \
-@@ -284,7 +284,7 @@
- $(RESTORE_SUBDIRS) \
- $(RECOVER_SUBDIRS) \
- $(PLOT_SUBDIRS) \
+ common-src \
+ amandad-src \
+- $(TAPE_SUBDIRS) \
+- $(CLIENT_SUBDIRS) \
+- $(SERVER_SUBDIRS) \
+- $(RESTORE_SUBDIRS) \
+- $(RECOVER_SUBDIRS) \
+- $(PLOT_SUBDIRS) \
- man docs example
+ man
pkgdata_DATA = \
- COPYRIGHT \
+ ReleaseNotes \