pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils Install bpipe-fd.la and use that in the PLISTs.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c3bb0605a571
branches: trunk
changeset: 567140:c3bb0605a571
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Nov 09 12:26:08 2009 +0000
description:
Install bpipe-fd.la and use that in the PLISTs.
Fixes build of bacula-clientonly. Bump revisions.
diffstat:
sysutils/bacula-clientonly/Makefile | 3 ++-
sysutils/bacula/Makefile | 3 ++-
sysutils/bacula/PLIST.common | 5 ++---
sysutils/bacula/distinfo | 3 ++-
sysutils/bacula/patches/patch-aq | 12 ++++++++++++
5 files changed, 20 insertions(+), 6 deletions(-)
diffs (66 lines):
diff -r 3401d716853f -r c3bb0605a571 sysutils/bacula-clientonly/Makefile
--- a/sysutils/bacula-clientonly/Makefile Mon Nov 09 02:46:12 2009 +0000
+++ b/sysutils/bacula-clientonly/Makefile Mon Nov 09 12:26:08 2009 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2009/08/24 09:20:29 adam Exp $
+# $NetBSD: Makefile,v 1.16 2009/11/09 12:26:08 joerg Exp $
PKGNAME= ${DISTNAME:S/-/-clientonly-/}
+PKGREVISION= 1
COMMENT= The Network Backup Solution (client only)
CONFLICTS= bacula-[0-9]* bacula-client-[0-9]*
diff -r 3401d716853f -r c3bb0605a571 sysutils/bacula/Makefile
--- a/sysutils/bacula/Makefile Mon Nov 09 02:46:12 2009 +0000
+++ b/sysutils/bacula/Makefile Mon Nov 09 12:26:08 2009 +0000
@@ -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 -r 3401d716853f -r c3bb0605a571 sysutils/bacula/PLIST.common
--- a/sysutils/bacula/PLIST.common Mon Nov 09 02:46:12 2009 +0000
+++ b/sysutils/bacula/PLIST.common Mon Nov 09 12:26:08 2009 +0000
@@ -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 -r 3401d716853f -r c3bb0605a571 sysutils/bacula/distinfo
--- a/sysutils/bacula/distinfo Mon Nov 09 02:46:12 2009 +0000
+++ b/sysutils/bacula/distinfo Mon Nov 09 12:26:08 2009 +0000
@@ -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-an) = 365e6ee90c178349b6ca127accb47b9c7de7ce94
SHA1 (patch-ao) = d90d238b066be15a4b2d6c8c03fa769bcf87adff
SHA1 (patch-ap) = 65ca9bcf58d1004e022c466bc40bb9f822e87f77
+SHA1 (patch-aq) = 71591dbd2b98b65c40f9d9616f79d76b124f99b5
diff -r 3401d716853f -r c3bb0605a571 sysutils/bacula/patches/patch-aq
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/bacula/patches/patch-aq Mon Nov 09 12:26:08 2009 +0000
@@ -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)
Home |
Main Index |
Thread Index |
Old Index