pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils bacula{, -qt*-console, -tray-monitor*}: update ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5edd8fccf8f0
branches:  trunk
changeset: 329433:5edd8fccf8f0
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Feb 07 11:29:31 2019 +0000

description:
bacula{,-qt*-console,-tray-monitor*}: update to 9.4.1

7 years worth of updates.

diffstat:

 sysutils/bacula-clientonly/Makefile                                           |    3 +-
 sysutils/bacula-qt-console/Makefile                                           |    5 +-
 sysutils/bacula-qt5-console/DESCR                                             |    1 +
 sysutils/bacula-qt5-console/Makefile                                          |   30 +
 sysutils/bacula-qt5-console/PLIST                                             |   15 +
 sysutils/bacula-tray-monitor-qt5/DESCR                                        |    1 +
 sysutils/bacula-tray-monitor-qt5/Makefile                                     |   30 +
 sysutils/bacula-tray-monitor-qt5/PLIST                                        |    3 +
 sysutils/bacula-tray-monitor/Makefile                                         |   23 +-
 sysutils/bacula-wx-console/DESCR                                              |    1 -
 sysutils/bacula-wx-console/Makefile                                           |   20 -
 sysutils/bacula-wx-console/PLIST                                              |    3 -
 sysutils/bacula/Makefile                                                      |    4 +-
 sysutils/bacula/Makefile.common                                               |   11 +-
 sysutils/bacula/PLIST.common                                                  |   14 +-
 sysutils/bacula/PLIST.server                                                  |    5 +-
 sysutils/bacula/distinfo                                                      |   36 +-
 sysutils/bacula/patches/patch-ah                                              |   31 -
 sysutils/bacula/patches/patch-ai                                              |   31 -
 sysutils/bacula/patches/patch-am                                              |   16 -
 sysutils/bacula/patches/patch-configure                                       |   29 +-
 sysutils/bacula/patches/patch-scripts_baculabackupreport.in                   |   84 +
 sysutils/bacula/patches/patch-src_console_Makefile.in                         |   47 +
 sysutils/bacula/patches/patch-src_console_conio.c                             |   14 +-
 sysutils/bacula/patches/patch-src_dird_Makefile.in                            |   46 +-
 sysutils/bacula/patches/patch-src_filed_Makefile.in                           |   39 +-
 sysutils/bacula/patches/patch-src_filed_bxattr.c                              |   23 +
 sysutils/bacula/patches/patch-src_filed_bxattr__netbsd.c                      |  472 ++++++++++
 sysutils/bacula/patches/patch-src_filed_bxattr__netbsd.h                      |   92 +
 sysutils/bacula/patches/patch-src_findlib_attribs.c                           |   14 +-
 sysutils/bacula/patches/patch-src_lib_md5.c                                   |   13 -
 sysutils/bacula/patches/patch-src_plugins_fd_fd__common.h                     |   54 -
 sysutils/bacula/patches/patch-src_qt-console_tray-monitor_tray-monitor.pro.in |   27 +
 sysutils/bacula/patches/patch-src_stored_Makefile.in                          |   98 +-
 sysutils/bacula/patches/patch-src_tools_Makefile.in                           |   61 +-
 35 files changed, 1030 insertions(+), 366 deletions(-)

diffs (truncated from 1832 to 300 lines):

diff -r 35c41f63af1b -r 5edd8fccf8f0 sysutils/bacula-clientonly/Makefile
--- a/sysutils/bacula-clientonly/Makefile       Thu Feb 07 10:42:48 2019 +0000
+++ b/sysutils/bacula-clientonly/Makefile       Thu Feb 07 11:29:31 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2016/03/05 11:29:28 jperkin Exp $
+# $NetBSD: Makefile,v 1.27 2019/02/07 11:29:31 markd Exp $
 
 PKGNAME=               ${DISTNAME:S/-/-clientonly-/}
-PKGREVISION=           3
 COMMENT=               The Network Backup Solution (client only)
 
 CONFLICTS=             bacula-[0-9]* bacula-client-[0-9]*
diff -r 35c41f63af1b -r 5edd8fccf8f0 sysutils/bacula-qt-console/Makefile
--- a/sysutils/bacula-qt-console/Makefile       Thu Feb 07 10:42:48 2019 +0000
+++ b/sysutils/bacula-qt-console/Makefile       Thu Feb 07 11:29:31 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2018/03/12 11:17:31 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2019/02/07 11:29:31 markd Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-qt-console-/}
-PKGREVISION=   4
 COMMENT=       Qt-based console for Bacula - The Network Backup Solution
 
 DISTINFO_FILE=         ${.CURDIR}/../../sysutils/bacula/distinfo
@@ -11,6 +10,8 @@
 CONFIGURE_ARGS+=       --enable-client-only
 CONFIGURE_ARGS+=       --enable-bat
 
+BUILDLINK_TRANSFORM+=  opt:-std=c++98:-std=gnu++98 # typeof
+
 BUILD_DIRS=            src/qt-console
 
 INSTALLATION_DIRS=     bin share/examples/bacula
diff -r 35c41f63af1b -r 5edd8fccf8f0 sysutils/bacula-qt5-console/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/bacula-qt5-console/DESCR Thu Feb 07 11:29:31 2019 +0000
@@ -0,0 +1,1 @@
+Qt-based console for Bacula - The Network Backup Solution
diff -r 35c41f63af1b -r 5edd8fccf8f0 sysutils/bacula-qt5-console/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/bacula-qt5-console/Makefile      Thu Feb 07 11:29:31 2019 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1 2019/02/07 11:29:31 markd Exp $
+
+PKGNAME=       ${DISTNAME:S/-/-qt5-console-/}
+COMMENT=       Qt5-based console for Bacula - The Network Backup Solution
+
+DISTINFO_FILE=         ${.CURDIR}/../../sysutils/bacula/distinfo
+PATCHDIR=              ${.CURDIR}/../../sysutils/bacula/patches
+
+USE_TOOLS+=            gmake pkg-config
+CONFIGURE_ARGS+=       --enable-client-only
+CONFIGURE_ARGS+=       --enable-bat
+
+BUILDLINK_TRANSFORM+=  opt:-std=c++98:-std=gnu++98 # typeof
+
+BUILD_DIRS=            src/qt-console
+
+INSTALLATION_DIRS=     bin share/examples/bacula
+
+CONF_FILES+=           ${EXAMPLESDIR}/bat.conf ${PKG_SYSCONFDIR}/bat.conf
+
+pre-configure:
+       ${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/
+
+post-install:
+       ${INSTALL_DATA} ${WRKSRC}/src/qt-console/bat.conf ${DESTDIR}${EXAMPLESDIR}
+
+.include "../../sysutils/bacula/Makefile.common"
+.include "../../sysutils/bacula/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 35c41f63af1b -r 5edd8fccf8f0 sysutils/bacula-qt5-console/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/bacula-qt5-console/PLIST Thu Feb 07 11:29:31 2019 +0000
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1 2019/02/07 11:29:31 markd Exp $
+sbin/bat
+share/doc/bacula/clients.html
+share/doc/bacula/console.html
+share/doc/bacula/filesets.html
+share/doc/bacula/index.html
+share/doc/bacula/joblist.html
+share/doc/bacula/jobplot.html
+share/doc/bacula/jobs.html
+share/doc/bacula/mail-message-new.png
+share/doc/bacula/media.html
+share/doc/bacula/restore.html
+share/doc/bacula/status.png
+share/doc/bacula/storage.html
+share/examples/bacula/bat.conf
diff -r 35c41f63af1b -r 5edd8fccf8f0 sysutils/bacula-tray-monitor-qt5/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/bacula-tray-monitor-qt5/DESCR    Thu Feb 07 11:29:31 2019 +0000
@@ -0,0 +1,1 @@
+System tray monitor for Bacula - The Network Backup Solution
diff -r 35c41f63af1b -r 5edd8fccf8f0 sysutils/bacula-tray-monitor-qt5/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/bacula-tray-monitor-qt5/Makefile Thu Feb 07 11:29:31 2019 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1 2019/02/07 11:29:32 markd Exp $
+
+PKGNAME=       ${DISTNAME:S/-/-tray-monitor-qt5-/}
+COMMENT=       System tray monitor for Bacula - The Network Backup Solution
+
+DISTINFO_FILE=         ${.CURDIR}/../../sysutils/bacula/distinfo
+PATCHDIR=              ${.CURDIR}/../../sysutils/bacula/patches
+
+USE_TOOLS+=            gmake pkg-config
+CONFIGURE_ARGS+=       --enable-client-only
+CONFIGURE_ARGS+=       --enable-bat
+
+BUILDLINK_TRANSFORM+=  opt:-std=c++98:-std=gnu++98 # typeof
+
+BUILD_DIRS=            src/qt-console/tray-monitor
+
+INSTALLATION_DIRS=     bin share/examples/bacula
+
+CONF_FILES+=           ${EXAMPLESDIR}/tray-monitor.conf ${PKG_SYSCONFDIR}/tray-monitor.conf
+
+pre-configure:
+       ${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/
+
+post-install:
+       ${INSTALL_DATA} ${WRKSRC}/src/qt-console/tray-monitor/tray-monitor.conf ${DESTDIR}${EXAMPLESDIR}
+
+.include "../../sysutils/bacula/Makefile.common"
+.include "../../sysutils/bacula/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 35c41f63af1b -r 5edd8fccf8f0 sysutils/bacula-tray-monitor-qt5/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/bacula-tray-monitor-qt5/PLIST    Thu Feb 07 11:29:31 2019 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2019/02/07 11:29:32 markd Exp $
+sbin/bacula-tray-monitor
+share/examples/bacula/tray-monitor.conf
diff -r 35c41f63af1b -r 5edd8fccf8f0 sysutils/bacula-tray-monitor/Makefile
--- a/sysutils/bacula-tray-monitor/Makefile     Thu Feb 07 10:42:48 2019 +0000
+++ b/sysutils/bacula-tray-monitor/Makefile     Thu Feb 07 11:29:31 2019 +0000
@@ -1,23 +1,28 @@
-# $NetBSD: Makefile,v 1.44 2018/11/14 22:22:22 kleink Exp $
+# $NetBSD: Makefile,v 1.45 2019/02/07 11:29:31 markd Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-tray-monitor-/}
-PKGREVISION=   10
 COMMENT=       System tray monitor for Bacula - The Network Backup Solution
 
 DISTINFO_FILE=         ${.CURDIR}/../../sysutils/bacula/distinfo
 PATCHDIR=              ${.CURDIR}/../../sysutils/bacula/patches
 
-USE_TOOLS+=            pkg-config
+USE_TOOLS+=            gmake pkg-config
 CONFIGURE_ARGS+=       --enable-client-only
-CONFIGURE_ARGS+=       --enable-tray-monitor
+CONFIGURE_ARGS+=       --enable-bat
+
+BUILDLINK_TRANSFORM+=  opt:-std=c++98:-std=gnu++98 # typeof
 
-BUILD_DIRS=            src/lib
-BUILD_DIRS+=           src/tray-monitor
-INSTALL_DIRS=          src/tray-monitor
+BUILD_DIRS=            src/qt-console/tray-monitor
+
+INSTALLATION_DIRS=     bin share/examples/bacula
 
-INSTALLATION_DIRS=     sbin share/examples/bacula
+CONF_FILES+=           ${EXAMPLESDIR}/tray-monitor.conf ${PKG_SYSCONFDIR}/tray-monitor.conf
+
+post-install:
+       ${INSTALL_DATA} ${WRKSRC}/src/qt-console/tray-monitor/tray-monitor.conf ${DESTDIR}${EXAMPLESDIR}
 
 .include "../../sysutils/bacula/Makefile.common"
 .include "../../sysutils/bacula/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
+.include "../../x11/qt4-libs/buildlink3.mk"
+.include "../../x11/qt4-tools/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 35c41f63af1b -r 5edd8fccf8f0 sysutils/bacula-wx-console/DESCR
--- a/sysutils/bacula-wx-console/DESCR  Thu Feb 07 10:42:48 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-wxWindows-based console for Bacula - The Network Backup Solution
diff -r 35c41f63af1b -r 5edd8fccf8f0 sysutils/bacula-wx-console/Makefile
--- a/sysutils/bacula-wx-console/Makefile       Thu Feb 07 10:42:48 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.48 2018/11/14 22:22:22 kleink Exp $
-
-PKGNAME=       ${DISTNAME:S/-/-wx-console-/}
-PKGREVISION=   9
-COMMENT=       Bacula wxWindows-based console
-
-DISTINFO_FILE=         ${.CURDIR}/../../sysutils/bacula/distinfo
-PATCHDIR=              ${.CURDIR}/../../sysutils/bacula/patches
-
-CONFIGURE_ARGS+=       --enable-client-only
-CONFIGURE_ARGS+=       --enable-bwx-console
-
-BUILD_DIRS=            src/wx-console
-
-INSTALLATION_DIRS=     sbin share/examples/bacula
-
-.include "../../sysutils/bacula/Makefile.common"
-.include "../../sysutils/bacula/buildlink3.mk"
-.include "../../x11/wxGTK28/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 35c41f63af1b -r 5edd8fccf8f0 sysutils/bacula-wx-console/PLIST
--- a/sysutils/bacula-wx-console/PLIST  Thu Feb 07 10:42:48 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 21:28:46 joerg Exp $
-sbin/bwx-console
-share/examples/bacula/bwx-console.conf
diff -r 35c41f63af1b -r 5edd8fccf8f0 sysutils/bacula/Makefile
--- a/sysutils/bacula/Makefile  Thu Feb 07 10:42:48 2019 +0000
+++ b/sysutils/bacula/Makefile  Thu Feb 07 11:29:31 2019 +0000
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2018/12/09 18:52:45 adam Exp $
-
-PKGREVISION=           21
+# $NetBSD: Makefile,v 1.78 2019/02/07 11:29:31 markd Exp $
 
 CONFLICTS+=            bacula-client-[0-9]* bacula-clientonly-[0-9]*
 
diff -r 35c41f63af1b -r 5edd8fccf8f0 sysutils/bacula/Makefile.common
--- a/sysutils/bacula/Makefile.common   Thu Feb 07 10:42:48 2019 +0000
+++ b/sysutils/bacula/Makefile.common   Thu Feb 07 11:29:31 2019 +0000
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile.common,v 1.67 2016/02/26 10:24:10 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.68 2019/02/07 11:29:31 markd Exp $
 #
 # used by sysutils/bacula-clientonly/Makefile
 # used by sysutils/bacula-tray-monitor/Makefile
-# used by sysutils/bacula-wx-console/Makefile
+# used by sysutils/bacula-tray-monitor-qt5/Makefile
 # used by sysutils/bacula-qt-console/Makefile
+# used by sysutils/bacula-qt5-console/Makefile
 
-DISTNAME=      bacula-5.2.13
+DISTNAME=      bacula-9.4.1
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=bacula/}
 
@@ -51,9 +52,6 @@
 SUBST_FILES.egdir+=    src/console/Makefile.in
 SUBST_FILES.egdir+=    src/filed/Makefile.in
 SUBST_FILES.egdir+=    src/stored/Makefile.in
-SUBST_FILES.egdir+=    src/gnome2-console/Makefile.in
-SUBST_FILES.egdir+=    src/wx-console/Makefile.in
-SUBST_FILES.egdir+=    src/tray-monitor/Makefile.in
 SUBST_SED.egdir=       -e 's,%%EXAMPLESDIR%%,${EXAMPLESDIR},g'
 
 SUBST_CLASSES+=                fixwrap
@@ -79,5 +77,6 @@
 INSTALLATION_DIRS+=    ${EXAMPLESDIR}
 
 .include "../../mk/readline.buildlink3.mk"
+.include "../../archivers/lzo/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
diff -r 35c41f63af1b -r 5edd8fccf8f0 sysutils/bacula/PLIST.common
--- a/sysutils/bacula/PLIST.common      Thu Feb 07 10:42:48 2019 +0000
+++ b/sysutils/bacula/PLIST.common      Thu Feb 07 11:29:31 2019 +0000
@@ -1,24 +1,25 @@
-@comment $NetBSD: PLIST.common,v 1.18 2014/03/11 14:05:14 jperkin Exp $
+@comment $NetBSD: PLIST.common,v 1.19 2019/02/07 11:29:31 markd Exp $
 lib/bpipe-fd.la
 lib/libbac.la
 lib/libbaccfg.la
 lib/libbacfind.la
-lib/libbacpy.la
 libexec/bacula/bacula
 libexec/bacula/bacula-ctl-dir
 libexec/bacula/bacula-ctl-fd
 libexec/bacula/bacula-ctl-sd
+libexec/bacula/bacula-tray-monitor.desktop
 libexec/bacula/bacula_config
+libexec/bacula/baculabackupreport
 libexec/bacula/bconsole
 libexec/bacula/btraceback.dbx
 libexec/bacula/btraceback.gdb
 libexec/bacula/btraceback.mdb
 libexec/bacula/disk-changer
+libexec/bacula/isworm
 libexec/bacula/mtx-changer
 libexec/bacula/mtx-changer.conf
 libexec/bacula/query.sql
-man/man1/bacula-bwxconsole.1
-man/man1/bacula-tray-monitor.1
+libexec/bacula/tapealert
 man/man1/bat.1
 man/man1/bsmtp.1
 man/man8/bacula-dir.8
@@ -37,14 +38,17 @@
 man/man8/dbcheck.8
 sbin/bacula
 sbin/bacula-fd
+sbin/bbconsjson
 sbin/bconsole



Home | Main Index | Thread Index | Old Index