diff options
author | joerg <joerg@pkgsrc.org> | 2009-11-09 12:26:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-11-09 12:26:08 +0000 |
commit | 78420cf4f364a92a407336de5b0eace530241bae (patch) | |
tree | 4efb9efb638adc9283a67ae7759e38eb8ef7932c /sysutils | |
parent | 6eee3f68152929933d2a8d029f55827caa896d59 (diff) | |
download | pkgsrc-78420cf4f364a92a407336de5b0eace530241bae.tar.gz |
Install bpipe-fd.la and use that in the PLISTs.
Fixes build of bacula-clientonly. Bump revisions.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bacula-clientonly/Makefile | 3 | ||||
-rw-r--r-- | sysutils/bacula/Makefile | 3 | ||||
-rw-r--r-- | sysutils/bacula/PLIST.common | 5 | ||||
-rw-r--r-- | sysutils/bacula/distinfo | 3 | ||||
-rw-r--r-- | sysutils/bacula/patches/patch-aq | 12 |
5 files changed, 20 insertions, 6 deletions
diff --git a/sysutils/bacula-clientonly/Makefile b/sysutils/bacula-clientonly/Makefile index b82fc26c351..31d42c6b085 100644 --- a/sysutils/bacula-clientonly/Makefile +++ b/sysutils/bacula-clientonly/Makefile @@ -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 --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) |