Commit graph

14 commits

Author SHA1 Message Date
adam
df6750e363 Renamed option 'openssl' to 'ssl', which is more compatible with pkgsrc env. 2008-12-07 00:44:40 +00:00
adam
4af5a8e70a Added OpenSSL as an option 2008-11-28 13:47:51 +00:00
adam
acfcd1d701 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.
2008-11-21 14:09:30 +00:00
dmcmahill
b7a5b91b8e Add the vendor patches which are available for this version of bacula.
These fix a handful of bugs the most serious being a potential data loss
bug.  Committed during the freeze since a data loss bug in backup
software is no good!

See http://marc.info/?l=bacula-announce&m=119109399004039&w=2 for
the announcement on the bacula-announce mailing list about this bug.
2008-07-10 13:54:56 +00:00
ghen
7398e4fbd6 Add a "python" option to enable the python dependency and fix the interpreter
path in the dvd-handler script.  From Rumko on pkgsrc-users.
2007-02-15 09:08:05 +00:00
ghen
aed24cb479 Move some things from Makefile.common to both Makefiles, and remove the options
for the gnome-console, wx-console and tray-monitor: they will become separate
packages in the next minute.  Ok with wiz.
2006-02-03 08:18:45 +00:00
wiz
52164ce712 Add three optional GUIs to bacula.
Also, stop the package from compressing the man pages.
From Geert Hendrickx in private mail.
2005-12-08 01:04:44 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
tv
c3d7f700ad Add sqlite3 database option (catalog-sqlite3). Unfortunately it's a
completely separate option as SQLite 3.x is not backwards compatible with
SQLite 1 and 2.
2005-11-22 19:48:32 +00:00
tv
a756ddf11b Move .if blocks for options from Makefile to options.mk. 2005-11-22 19:33:06 +00:00
wiz
226cd83607 Split off more stuff into Makefile.common, for bacula-client.
Add group argument to bacula-fd script.
From Geert Hendrickx.
2005-10-31 09:45:47 +00:00
wiz
27e9bce0f4 Add catalog-mysql option, from Geert Hendrickx on tech-pkg. 2005-10-10 15:27:45 +00:00
wiz
4b973c3f65 Use PKG_OPTIONS_REQUIRED_GROUPS for making sure only one option
from a group is selected, instead of handling it manually.
From Geert Hendrickx on tech-pkg.
2005-10-07 11:33:28 +00:00
wiz
52b8d80d8f Rename Makefile.options to options.mk (standardized name). 2005-10-07 11:30:35 +00:00
Renamed from sysutils/bacula/Makefile.options (Browse further)