pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils bacula-tray-monitor*: now requires inotify



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1bb72cc45c62
branches:  trunk
changeset: 386651:1bb72cc45c62
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Oct 12 20:59:18 2022 +0000

description:
bacula-tray-monitor*: now requires inotify

diffstat:

 sysutils/bacula-tray-monitor-qt5/Makefile                                     |   3 +-
 sysutils/bacula-tray-monitor/Makefile                                         |   3 +-
 sysutils/bacula/distinfo                                                      |   4 +-
 sysutils/bacula/patches/patch-src_qt-console_tray-monitor_tray-monitor.pro.in |  14 +++++++--
 4 files changed, 17 insertions(+), 7 deletions(-)

diffs (84 lines):

diff -r 19858d6071e9 -r 1bb72cc45c62 sysutils/bacula-tray-monitor-qt5/Makefile
--- a/sysutils/bacula-tray-monitor-qt5/Makefile Wed Oct 12 20:56:41 2022 +0000
+++ b/sysutils/bacula-tray-monitor-qt5/Makefile Wed Oct 12 20:59:18 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2022/10/06 02:58:18 markd Exp $
+# $NetBSD: Makefile,v 1.18 2022/10/12 20:59:19 markd Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-tray-monitor-qt5-/}
 COMMENT=       System tray monitor for Bacula - The Network Backup Solution
@@ -26,5 +26,6 @@
 
 .include "../../sysutils/bacula/Makefile.common"
 .include "../../sysutils/bacula/buildlink3.mk"
+.include "../../devel/libinotify/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 19858d6071e9 -r 1bb72cc45c62 sysutils/bacula-tray-monitor/Makefile
--- a/sysutils/bacula-tray-monitor/Makefile     Wed Oct 12 20:56:41 2022 +0000
+++ b/sysutils/bacula-tray-monitor/Makefile     Wed Oct 12 20:59:18 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2022/10/06 02:58:17 markd Exp $
+# $NetBSD: Makefile,v 1.53 2022/10/12 20:59:19 markd Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-tray-monitor-/}
 COMMENT=       System tray monitor for Bacula - The Network Backup Solution
@@ -23,6 +23,7 @@
 
 .include "../../sysutils/bacula/Makefile.common"
 .include "../../sysutils/bacula/buildlink3.mk"
+.include "../../devel/libinotify/buildlink3.mk"
 .include "../../x11/qt4-libs/buildlink3.mk"
 .include "../../x11/qt4-tools/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 19858d6071e9 -r 1bb72cc45c62 sysutils/bacula/distinfo
--- a/sysutils/bacula/distinfo  Wed Oct 12 20:56:41 2022 +0000
+++ b/sysutils/bacula/distinfo  Wed Oct 12 20:59:18 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.61 2022/10/06 02:58:17 markd Exp $
+$NetBSD: distinfo,v 1.62 2022/10/12 20:59:18 markd Exp $
 
 BLAKE2s (bacula-13.0.1.tar.gz) = 3989f1eb9b469efba8244d5b3baf64a2ee358c0c72eaf1bbe2837132b1bda559
 SHA512 (bacula-13.0.1.tar.gz) = fd10857d12bb637b9f6e51a03888d8cc93604ba1e793f888304f3c115d48800d7f0d69e30a843355c6760ff8e9b5481c174a24ace1c2adc106cf4ec73646b426
@@ -24,6 +24,6 @@
 SHA1 (patch-src_plugins_fd_Makefile) = 7fb44bdf1253e0c0f7bc9d621133fc3ba23617a0
 SHA1 (patch-src_plugins_fd_docker_baculatar_baculatar) = ba5fb5edc8ee98f09d31f36e840d68facfe48233
 SHA1 (patch-src_qt-console_bat.pro.in) = 2d9ca83fc9c30bb3be92e051e260f992d7c5b049
-SHA1 (patch-src_qt-console_tray-monitor_tray-monitor.pro.in) = eac1fffd0f79328346f5024527fdc452d06062aa
+SHA1 (patch-src_qt-console_tray-monitor_tray-monitor.pro.in) = bc6a8694987879bda890102088dcb40f29d994d0
 SHA1 (patch-src_stored_Makefile.in) = 4a00b4da8dfca59c5346968b9e534c15c950449a
 SHA1 (patch-src_tools_Makefile.in) = 11caa8f1b4a1b381613ec1d089523dcf43c4078a
diff -r 19858d6071e9 -r 1bb72cc45c62 sysutils/bacula/patches/patch-src_qt-console_tray-monitor_tray-monitor.pro.in
--- a/sysutils/bacula/patches/patch-src_qt-console_tray-monitor_tray-monitor.pro.in     Wed Oct 12 20:56:41 2022 +0000
+++ b/sysutils/bacula/patches/patch-src_qt-console_tray-monitor_tray-monitor.pro.in     Wed Oct 12 20:59:18 2022 +0000
@@ -1,11 +1,19 @@
-$NetBSD: patch-src_qt-console_tray-monitor_tray-monitor.pro.in,v 1.2 2022/10/06 02:58:17 markd Exp $
+$NetBSD: patch-src_qt-console_tray-monitor_tray-monitor.pro.in,v 1.3 2022/10/12 20:59:18 markd Exp $
 
+- need libinotify on not linux
 - comment out the confs paths and command
 - use just the compiler not libtool for QMAKE_LINK
 
 --- src/qt-console/tray-monitor/tray-monitor.pro.in.orig       2022-08-05 15:13:35.000000000 +0000
 +++ src/qt-console/tray-monitor/tray-monitor.pro.in
-@@ -27,8 +27,8 @@ cross-win32 {
+@@ -23,12 +23,14 @@ cross-win32 {
+ !cross-win32 {
+   LIBS        += -L../../lib -lbaccfg -lbac -L../../findlib -lbacfind @OPENSSL_LIBS@
+ }
+-
++!linux* {
++  LIBS        += -linotify
++}
  
  bins.path = /$(DESTDIR)@sbindir@
  bins.files = bacula-tray-monitor
@@ -16,7 +24,7 @@
  
  TEMPLATE     = app
  TARGET       = bacula-tray-monitor
-@@ -38,7 +38,7 @@ INCLUDEPATH += ../.. .
+@@ -38,7 +40,7 @@ INCLUDEPATH += ../.. .
  QMAKE_CC = $(CXX) 
  LIBTOOL_LINK = @QMAKE_LIBTOOL@ --silent --tag=CXX --mode=link
  LIBTOOL_INSTALL = @QMAKE_LIBTOOL@ --silent --mode=install



Home | Main Index | Thread Index | Old Index