Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
13.0.4_4 05 Jul 2024 14:36:51
    |
Dan Langille (dvl)  |
sysutils/bacula*-{client,server}: fix rc script names
The filenames now comply with the rc scripting recommendations and
service jails options.
Users may have to update any personal scripts they have which depend
upon those rc.d script names. See UPDATING for 20240705
PR: 280137 |
13.0.4_3 04 Jun 2024 01:07:39
    |
Dan Langille (dvl)  |
sysutils/bacula1[1,3,5]-[client,server]: build without sbrk
This enables build on aarch64 and riscv64
Differential Revision: https://reviews.freebsd.org/D42979 |
13.0.4_2 04 Apr 2024 13:19:47
    |
Dan Langille (dvl)  |
sysutils/bacula*: Amend CONFLICTS
They were out of date:
* removed references to bacula-server (long gone)
* add bacula15 |
13.0.4_1 17 Mar 2024 13:34:08
    |
Gleb Popov (arrowd)  |
sysutils/bacula*: Move manpages to share/man
Approved by: portmgr (blanket) |
13.0.4 12 Feb 2024 23:02:34
    |
Dan Langille (dvl)  |
sysutils/bacula13-server: Update to 13.0.4
This release incorporates recently added local patches.
If you have bacula-fd < 13 in use, this is a highly recommended update.
re: https://sourceforge.net/p/bacula/mailman/message/58736860/ |
13.0.3_1 31 Jan 2024 16:11:31
    |
Dan Langille (dvl)  |
sysutils/bacula13-server: Add upstream patch
If you are using bacula-fd < 13.x, this is a required update for you.
Not all warnings from a bacula < 13 client are seen when running with
bacula-server >= 13.x
See:
https://gitlab.bacula.org/bacula-community-edition/bacula-community/-/issues/2704 |
13.0.3 25 Nov 2023 13:01:34
    |
Dan Langille (dvl)  |
sysutils/bacula13-server: Adding missing patch
This patch was overlooked in the previous commit.
This fixes the fallout reports:
bxattr_freebsd.c:106:18: error: use of undeclared identifier 'bRC_XACL_ok'; did
you mean 'bRC_BXATTR_ok'? |
13.0.3 24 Nov 2023 14:27:39
    |
Dan Langille (dvl)  |
re: https://www.bacula.org/bacula-release-13-0-3/ |
13.0.1_3 10 Sep 2023 15:40:07
    |
Dan Langille (dvl)  |
sysutils/bacula*-server: remove unused scripts
Remove
* files/pkg-deinstall.server.in
* files/pkg-install.server.in
They are not used. They duplicate the actions of the cliemt scripts.
The server requires the client.
PR: 273306 |
13.0.1_3 10 Sep 2023 14:14:00
    |
Dan Langille (dvl)  |
sysutils/bacula11-server: Add S3 cloud option
Allow a bacula-sd node to use S3 for storage
This uses the recently added sysutils/bacula-libs3 port
While here, also add S3 to bacula13-server
PR: 260171 |
13.0.1_2 03 Sep 2023 20:59:20
    |
Dan Langille (dvl)  |
sysutils/mkjail: Revert "sysutils/mkjail: Update to 0.0.4"
This reverts commit a8cc45bb7a5f1b8f4b7faa8506bb5ce65baa555b.
Sorry, I committed way more than I intended to. |
13.0.1_2 03 Sep 2023 20:46:50
    |
Dan Langille (dvl)  |
sysutils/mkjail: Update to 0.0.4
re: https://github.com/mkjail/mkjail/releases/tag/0.0.4 |
13.0.1_2 22 Aug 2023 22:57:55
    |
Dan Langille (dvl)  |
sysutils/bacula*-server: rc.d corrections
When both MySQL and PostgreSQL are selected, make sure the rc.d script
is correct. Further more, I must reverse my clever idea to "remove a
space within files/bacula-dir.in".
Next time, I should notice the PR contains a patch for the problem I'm
fixing.
PR: 273296 |
13.0.1_1 22 Aug 2023 20:01:44
    |
Dan Langille (dvl)  |
sysutils/bacula*-server: set rc.d REQUIRES
Correctly set the REQUIRES for bacula-dir to one of:
* mysql
* postgresql
This setting was lost sometime after bacula5-server
While here, remove a space within files/bacula-dir.in so the resulting
REQUIRES contains only one space.
PR: 273296 |
13.0.1 14 Sep 2022 07:25:34
    |
Alexey Dokuchaev (danfe)  |
sysutils/bacula*-server: fix some textual issues in ancillary script
Convert to UTF-8, correct several readability and spelling mistakes.
Verified by: cksum(1) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
13.0.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
13.0.1 18 Aug 2022 12:14:26
    |
Dan Langille (dvl)  |
sysutils/bacula13-server: Fix CONFLICTS
bacula13-server should conflict with bacula11-server, not itself. |
13.0.1 06 Aug 2022 20:54:04
    |
Dan Langille (dvl)  |
sysutils/bacula13-server: Update to 13.0.1
re: https://www.bacula.org/bacula-release-13-0-1/ |
13.0.0 10 Jul 2022 01:10:08
    |
Dan Langille (dvl)  |
sysutils/bacula13-server: New ports for Bacula 13
NOTE: I am unsure of how stable this is. Please proceed with caution.
Also coming in:
* sysutils/bacula13-client
* sysutils/bacula13-docs
* net-mgmt/nagios-check_bacula13
Not present yet: sysutils/bacula13-client-static because of unknown
build issues. |