summaryrefslogtreecommitdiff
path: root/sysutils/bacula-wx-console
diff options
context:
space:
mode:
authoradam <adam>2008-11-21 14:09:30 +0000
committeradam <adam>2008-11-21 14:09:30 +0000
commit3e363a007f5dde60ca41b20b38f07938e4e5830e (patch)
treee250f059b24abe301aa25dabc777d6932d7f4abb /sysutils/bacula-wx-console
parent65acbb17d2306c85f3c8b003393c9c19ec921a35 (diff)
downloadpkgsrc-3e363a007f5dde60ca41b20b38f07938e4e5830e.tar.gz
Changes 2.4.3:
* Apply 2.4.2-cancel-non-running-jobs.patch to be able to cancel a non created job faster. * Fix typo in configure.in that breaks --with-db-password option * Remove all double quotes from SQLite creating script and replace by single quotes as suggested by John Huttley. * Fix SQL case problem that may cause the failure of DiskToCatalog. * Copy missing storage name into edit buffer. As far as I can tell this never caused a bug. * Remove catalog dependency for bcopy * Modify catalog scripts to have an easier packaging integration, using default variables. Make difference between SQLite3 and SQLite in db_get_type() job when reading from one autochanger and writing to another. * Add more information to SD acquire.c INFO messages. * Fix NULL Volume name error when reading and the drive must be switched. * Fix a Verify InitCatalog problem where in certain cases a garbage filename may be entered in the verification database. * Add space after version before date in bat about dialog. * Fix seg fault in Dir during estimate command with no level value given. * Add message to migration job when the target job is already migrated.
Diffstat (limited to 'sysutils/bacula-wx-console')
-rw-r--r--sysutils/bacula-wx-console/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/bacula-wx-console/Makefile b/sysutils/bacula-wx-console/Makefile
index 223c494e581..135abae92ad 100644
--- a/sysutils/bacula-wx-console/Makefile
+++ b/sysutils/bacula-wx-console/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/09/22 20:21:04 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2008/11/21 14:09:31 adam Exp $
PKGNAME= ${DISTNAME:S/-/-wxconsole-/}
COMMENT= wxWindows-based console for Bacula - The Network Backup Solution
@@ -17,5 +17,5 @@ BUILD_DIRS+= src/wx-console
INSTALLATION_DIRS= sbin share/examples/bacula
.include "../../sysutils/bacula/Makefile.common"
-.include "../../x11/wxGTK26/buildlink3.mk"
+.include "../../x11/wxGTK28/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"