| Port details |
- bacula15-server Network backup solution (server)
- 15.0.3_1 sysutils
=2 15.0.3Version of this port present on the latest quarterly branch. - Maintainer: dvl@FreeBSD.org
 - Port Added: 2024-03-28 20:06:06
- Last Update: 2026-04-05 14:22:48
- Commit Hash: 8b18f7a
- People watching this port, also watch:: nmap, squid, apache24, portmaster, python311
- License: AGPLv3
- WWW:
- https://www.bacula.org/
- Description:
- Bacula is a set of computer programs that permit you (or the system
administrator) to manage backup, recovery, and verification of
computer data across a network of computers of different kinds.
In technical terms, it is a network Client/Server based backup program.
Bacula is relatively easy to use and efficient, while offering many
advanced storage management features that make it easy to find and
recover lost or damaged files. Due to its modular design, Bacula is
scalable from small single computer systems to systems consisting of
hundreds of computers located over a large network.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
-
- Dependency lines:
-
- bacula15-server>0:sysutils/bacula15-server
- Conflicts:
- CONFLICTS:
- bacula13-server
- bacula11-server
- bacula9-server
- To install the port:
- cd /usr/ports/sysutils/bacula15-server/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/bacula15-server
- pkg install bacula15-server
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bacula15-server
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1751974854
SHA256 (bacula-15.0.3.tar.gz) = 294afd3d2eb9d5b71c3d0e88fdf19eb513bfdb843b28d35c0552e4ae062827a1
SIZE (bacula-15.0.3.tar.gz) = 6539212
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- net-mgmt/nagios-check_bacula15
- sysutils/bacula15-client
- sysutils/bacula15-client-static
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gettext-runtime>=0.26 : devel/gettext-runtime
- gettext-tools>=0.26 : devel/gettext-tools
- Library dependencies:
-
- liblzo2.so : archivers/lzo2
- libzstd.so : archivers/zstd
- libbac-15.0.3.so : sysutils/bacula15-client
- libreadline.so.8 : devel/readline
- libintl.so : devel/gettext-runtime
- libpq.so.5 : databases/postgresql18-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for bacula15-server-15.0.3_1:
IPV6=on: IPv6 protocol support
MTX=off: Install mtx for control of autochanger devices
NLS=on: Native Language Support
S3=off: Install S3 plugin
====> Options available for the multi BACKEND: you have to choose at least one of them
MYSQL=off: MySQL database support
PGSQL=on: PostgreSQL database support
SQLITE3=off: SQLite 3 database support
===> Use 'make config' to modify these settings
- Options name:
- sysutils_bacula15-server
- USES:
- cpe libtool localbase python:env readline shebangfix ssl gettext pgsql
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
15.0.3_1 05 Apr 2026 14:22:48
    |
Dan Langille (dvl)  |
sysutils/bacula1?-server: fix build on FreeBSD 16
This silence the pkg fallout reports
re:
https://gitlab.bacula.org/bacula-community-edition/bacula-community/-/commit/0d0186b248e12425aebf56372ce8de29e05924c6
While here, remove an unused patch for sysutils/bacula13-server
Sponsored by: Sunday morning coffee |
15.0.3 08 Jul 2025 16:26:34
    |
Dan Langille (dvl)  |
sysutils/bacula15-server: Update to 15.0.3
re: https://www.bacula.org/downloads/Bacula-15.0.3/ReleaseNotes |
15.0.2_7 12 Jun 2025 19:20:23
    |
Dan Langille (dvl)  |
sysutils/bacula15-server: Add support for zstd compression
You'll know you have zstd enabled if you find something like this:
$ ldd /usr/local/sbin/bextract | grep zstd
libzstd.so.1 => /usr/local/lib/libzstd.so.1 (0xbab736bf000)
$ ldd /usr/local/sbin/bacula-fd | grep std
libzstd.so.1 => /usr/local/lib/libzstd.so.1 (0x3e701988b000)
* add libzstd.so:archivers/zstd to LIB_DEPENDS
* apply upstream patches to configure and autoconf/configure
Those patches are:
(Only the first 15 lines of the commit message are shown above ) |
15.0.2_6 23 Jan 2025 12:37:01
    |
Dan Langille (dvl)  |
sysutils/bacula15-server: Apply upstream bpipe patch
* https://sourceforge.net/p/bacula/mailman/message/59121596/
*
https://gitlab.bacula.org/bacula-community-edition/bacula-community/-/commit/453dc8ef9e41ba21b7fc4b69ab49e5f31f40b067
PR: 284250 |
15.0.2_5 17 Sep 2024 13:46:48
    |
Dan Langille (dvl)  |
sysutils/bacula15-server: patch to fix upgrade script
With upcoming removal of bacula9 and bacula11, let's make this work.
These patches have been submitted upstream but not released:
*
https://github.com/dlangille/bacula-community/commit/0200b1461310b4f5d4cdb89aedaa2ca9c1e1ad77
*
https://github.com/dlangille/bacula-community/commit/716952b15b71be44f152bfb522666514422acc95
While here, remove Makefile.old committed during
9df94c4d9d1c50f758e9be67e51060a14527e2cc
PR: 281542 |
15.0.2_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 |
15.0.2_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 |
15.0.2_2 05 May 2024 12:35:12
    |
Dan Langille (dvl)  |
sysutils/bacula15-server: Fix broken S3 option
I did not properly convert the S3 option from the old format to the
new format.
PR: 278312 |
15.0.2_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 |
15.0.2_1 30 Mar 2024 10:01:35
    |
Yasuhiro Kimura (yasu)  |
sysutils/bacula15-{client*,server}: Move man pages to share/man
Fix the definition of LIB_VERSION. Since PKGVERSION includes
PORTREVISION, the value of the former changes when the latter is
bumped. So use DISTVERSION instead.
Approved by: portmgr (blanket, just fix it) |
15.0.2 28 Mar 2024 20:04:04
    |
Dan Langille (dvl)  |
sysutils/bacula15-server: Add Bacula 15
Coming in with Bacula 15.0.2 server are client, docs, nagios check, and
the static client.
re: https://www.bacula.org/bacula-15-0-2/ |