summaryrefslogtreecommitdiff
path: root/sysutils/bacula
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-11-09 12:26:08 +0000
committerjoerg <joerg@pkgsrc.org>2009-11-09 12:26:08 +0000
commit49e16cae90292a3eb2881b671a893b7048f972f1 (patch)
tree4efb9efb638adc9283a67ae7759e38eb8ef7932c /sysutils/bacula
parentf7d65f5dbb4df12b20438b332db57e7ccff2feee (diff)
downloadpkgsrc-49e16cae90292a3eb2881b671a893b7048f972f1.tar.gz
Install bpipe-fd.la and use that in the PLISTs.
Fixes build of bacula-clientonly. Bump revisions.
Diffstat (limited to 'sysutils/bacula')
-rw-r--r--sysutils/bacula/Makefile3
-rw-r--r--sysutils/bacula/PLIST.common5
-rw-r--r--sysutils/bacula/distinfo3
-rw-r--r--sysutils/bacula/patches/patch-aq12
4 files changed, 18 insertions, 5 deletions
diff --git a/sysutils/bacula/Makefile b/sysutils/bacula/Makefile
index 675de7b3926..20b59bcb4c6 100644
--- a/sysutils/bacula/Makefile
+++ b/sysutils/bacula/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2009/08/24 08:23:41 adam Exp $
+# $NetBSD: Makefile,v 1.34 2009/11/09 12:26:08 joerg Exp $
CONFLICTS+= bacula-client-[0-9]* bacula-clientonly-[0-9]*
+PKGREVISION= 1
PKG_DESTDIR_SUPPORT= destdir
diff --git a/sysutils/bacula/PLIST.common b/sysutils/bacula/PLIST.common
index 34cefd8b7c2..1f890c4b7dc 100644
--- a/sysutils/bacula/PLIST.common
+++ b/sysutils/bacula/PLIST.common
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST.common,v 1.10 2009/07/01 10:39:05 adam Exp $
-lib/bpipe-fd.a
-lib/bpipe-fd.so
+@comment $NetBSD: PLIST.common,v 1.11 2009/11/09 12:26:08 joerg Exp $
+lib/bpipe-fd.la
lib/libbac.la
lib/libbaccfg.la
lib/libbacfind.la
diff --git a/sysutils/bacula/distinfo b/sysutils/bacula/distinfo
index f11049e6bf4..45b447b7b35 100644
--- a/sysutils/bacula/distinfo
+++ b/sysutils/bacula/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.38 2009/10/28 09:30:21 adam Exp $
+$NetBSD: distinfo,v 1.39 2009/11/09 12:26:08 joerg Exp $
SHA1 (bacula-3.0.3.tar.gz) = b4f7f7b2eb9afa805e1bae110be6bc6e9861c506
RMD160 (bacula-3.0.3.tar.gz) = 843cca6290b2780ccc37a211f94106a4a74e953f
@@ -18,3 +18,4 @@ SHA1 (patch-am) = a2bfd8f345ce2c68b9387b02b08437cb9fc5772b
SHA1 (patch-an) = 365e6ee90c178349b6ca127accb47b9c7de7ce94
SHA1 (patch-ao) = d90d238b066be15a4b2d6c8c03fa769bcf87adff
SHA1 (patch-ap) = 65ca9bcf58d1004e022c466bc40bb9f822e87f77
+SHA1 (patch-aq) = 71591dbd2b98b65c40f9d9616f79d76b124f99b5
diff --git a/sysutils/bacula/patches/patch-aq b/sysutils/bacula/patches/patch-aq
new file mode 100644
index 00000000000..dfb059cd93f
--- /dev/null
+++ b/sysutils/bacula/patches/patch-aq
@@ -0,0 +1,12 @@
+$NetBSD: patch-aq,v 1.1 2009/11/09 12:26:08 joerg Exp $
+
+--- src/plugins/fd/Makefile.in.orig 2009-11-09 13:04:36.000000000 +0100
++++ src/plugins/fd/Makefile.in
+@@ -51,7 +51,6 @@ bpipe-fd.so: bpipe-fd.o
+ install: all
+ $(MKDIR) $(DESTDIR)$(plugindir)
+ $(LIBTOOL_INSTALL) $(INSTALL_PROGRAM) bpipe-fd$(DEFAULT_SHARED_OBJECT_TYPE) $(DESTDIR)$(plugindir)
+- $(RMF) $(DESTDIR)$(plugindir)/bpipe-fd.la
+
+ libtool-clean:
+ @find . -name '*.lo' -print | xargs $(LIBTOOL_CLEAN) $(RMF)