- Fix whitespace in pkg-deinstall [2]
- Use %%PREFIX%% in pkg-message [2]
- Document that make_sqlite_tables needs to be run as bacula user [2]
PR: [1]: ports/137160
[2]: ports/133818
Submitted by: [1]: Dan Langille <dan@langille.org> (maintainer)
[2]: Kostas Voulgaris <voulgaris@ceid.upatras.gr>
Approved by: [2]: maintainer via IRC
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Alter this port in preparation for a new port, sysutils/bacula-bat
No need to upgrade bacula-server unless you really want to.
PR: ports/116449
Submitted by: Dan Langille <dan@langille.org>
- minor bug fix update
- Full details at http://marc.info/?l=bacula-announce&m=118979703801277&w=2
- If you are running PostgreSQL, please don't forget to update the
client libraries and ensure that they are the multi-thread version
so you can take advantage of the new speed improvements of the batch
insert feature (significant performance boost).
PR: ports/116356
Submitted by: Dan Langille <dan@langille.org> (maintainer)
Changelog:
- Detect if new PosgreSQL batch insert API is present.
- Correct incorrect mempool call causing Director crash.
- Update spec files for 2.2.1 release
- - More info at http://marc.info/?l=bacula-announce&m=118908051923627&w=2
PR: 116155
Submitted by: Dan Langille <dan@langille.org> (maintainer)
In short, it was dropping privs before setting PID. Patch the code locally to
get FreeBSD users running.
- While here, if PostgreSQL is not installed, ask for 8.2, not the default of
8.1.
- Remove EOT model patch, now in vendor code.
- Update pkg-message to reflect new version.
PR: 115582
Submitted by: Dan Langille (maintainer)
This release contains significant speed improvments.
This Director and Storage daemon must be upgraded at the same time,
but they should be compatible with all 2.0.x File daemons, unless you
use some of the new features that affect the FD. In other words, you should
not have to upgrade all your File daemons when you upgrade.
There is no database upgrade needed from version 2.0.x to 2.2.0.
The major new features are:
- Much faster insertion of attributes (somewhere around 10 times),
many thanks to Eric Bollengier and Marc Cousin.
- First release of bat (Bacula Administration Tool). Note to build
bat you must explicitly enable it on the ./configure line, you
must have the Qt4 version 4.2 or later libraries loaded, the qwt
(Qt Graphics) package loaded, and qmake and the other Qt4 tools
must be available. Most of the implementation was done by Dirk Bartley.
- Red/Black restore in memory tree (500 times faster loading).
Full release notes: http://sourceforge.net/project/shownotes.php?release_id=531447
PR: ports/115468
Submitted by: Dan Langille (maintainer)
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
are correct. When upgrading and using PostgreSQL, be sure to run first the
update_postgresql_tables and then the grant_postgresql_privileges script.
These patches have been sent upstream, and are in CVS, but not yet released.
Bump PORTREVISION.
PR: 107721
Submitted by: Dan Langille (maintainer)
has been released.
Split the documentation into a new port, sysutils/bacula-docs.
You must run the database upgrade script after upgrading to Bacula 2.0.0
Many new features here. See http://www.bacula.org/?page=presskits for
an overview, and ReleaseNotes for full details.
PR: ports/107535
Submitted by: Dan Langille (maintainer)