Port details |
- bareos19-server Backup archiving recovery open sourced (server)
- 19.2.13 sysutils
=0 19.2.13Version of this port present on the latest quarterly branch.
- DEPRECATED: Upstream EOL reached
This port expired on: 2023-09-30
- Maintainer: acm@FreeBSD.org
- Port Added: 2020-12-27 17:35:19
- Last Update: 2023-09-30 02:22:57
- Commit Hash: 0f237b2
- License: AGPLv3 LGPL3
- WWW:
- https://www.bareos.org/
- Description:
- Bareos (BackupArchivingRecoveryOpenSourced) is a reliable network open source
software to backup, archive and restore files from all major operating systems.
The fork was founded 2010 out of the bacula.org project. The fork has been
actively developed and many new features have been added.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- bareos19-server>0:sysutils/bareos19-server
- Conflicts:
- CONFLICTS:
- bareos18-server
- bareos17-server
- No installation instructions:
- This port has been deleted.
- PKGNAME: bareos19-server
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1667249538
SHA256 (bareos-bareos-Release-19.2.13_GH0.tar.gz) = 67ec1c48e5eb9b64e9f1c7984d6e549e3299221b1f166dfb9c8d545216007ad7
SIZE (bareos-bareos-Release-19.2.13_GH0.tar.gz) = 12986687
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- Runtime dependencies:
-
- perl5>=5.34<5.35 : lang/perl5.34
- Library dependencies:
-
- liblzo2.so : archivers/lzo2
- libjansson.so : devel/jansson
- libbareos.so : sysutils/bareos19-client
- libreadline.so.8 : devel/readline
- libintl.so : devel/gettext-runtime
- libpq.so.5 : databases/postgresql15-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for bareos19-server-19.2.13:
MTX=off: Install mtx for control of autochanger devices
NDMP=off: Enable build of NDMP support
NLS=on: Native Language Support
PYTHON=off: Python bindings or support
SCSICRYPTO=on: Build LTO AME crypto plugin
====> Storage backends
CEPHFS=off: CEPHFS backend support
GFAPI=off: GFAPI backend support
RADOS=off: RADOS backend support
====> Cryptographic library: you have to select exactly one of them
OPENSSL=on: SSL/TLS support via OpenSSL
GNUTLS=off: SSL/TLS support via GnuTLS
====> Database support: you have to select exactly 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_bareos19-server
- USES:
- cmake compiler:c++11-lang cpe localbase:ldflags perl5 pkgconfig readline shebangfix gettext ssl pgsql
- pkg-message:
- For install:
- bareos server was installed
1) Sample files are installed in /usr/local/etc/bareos/bareos-dir.d/ and
/usr/local/etc/bareos/bareos-sd.d/ directories
2) Add bareos_dir_enable="YES" and bareos_sd_enable="YES" to /etc/rc.conf.
3) If you want to retain old configuration scheme, you must add the following
to /etc/rc.conf
bareos_dir_config="/usr/local/etc/bareos/bareos-dir.conf"
bareos_sd_config="/usr/local/etc/bareos/bareos-sd.conf"
4) Important information about new version of bareos can be found in the
ReleaseNotes.
https://github.com/bareos/bareos/blob/master/README.md
NOTE:
An auto-changer manipulation script based on FreeBSDs
chio command is included and installed at
/usr/local/sbin/chio-bareos
Please have a look at it if you want to use an
autochanger. You have to configure the usage in
/usr/local/etc/bareos/bareos-dir.conf or
/usr/local/etc/bareos/bareos-dir.d/storage/
Take care of correct permissions for changer and
tape device (e.g. /dev/ch0 and /dev/n[r]sa0) i.e.
they must be accessible by user bareos.
Due to lack of some features in the FreeBSD tape driver
implementation you MUST add some OS dependent options to
the bareos-sd.conf file:
Hardware End of Medium = no;
Backward Space Record = no;
Backward Space File = no;
With 2 filemarks at EOT (see man mt):
Fast Forward Space File = no;
BSF at EOM = yes;
TWO EOF = yes;
With 1 filemarks at EOT (see man mt):
Fast Forward Space File = yes;
BSF at EOM = no;
TWO EOF = no;
NOTE: YOU CAN SWITCH EOT model ONLY when starting
from scratch with EMPTY tapes.
It is also important that all the scripts accessed
by RunBeforeJob and RunAfterJob will be executed by
the user bareos. Check your permissions.
For USB support read the bareos manual. It could be necessary
to configure/compile a new kernel.
Look at /usr/local/lib/bareos/scripts/update_bareos_tables for
database update procedure.
If you are using sqlite you need to run the make_sqlite_tables script as
the bareos user. Do this using 'sudo su -m bareos'.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
19.2.13 30 Sep 2023 02:22:57 |
Muhammad Moinur Rahman (bofh) |
*/bareos19-*: Remove expired port
2023-09-30 www/bareos19-webui: Upstream EOL reached
2023-09-30 sysutils/bareos19-traymonitor: Upstream EOL reached
2023-09-30 sysutils/bareos19-client: Upstream EOL reached
2023-09-30 sysutils/bareos19-server: Upstream EOL reached |
19.2.13 29 Sep 2023 06:02:01 |
Muhammad Moinur Rahman (bofh) |
sysutils/bareos19-server: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those
Approved by: portmgr (blanket) |
19.2.13 16 Aug 2023 05:34:36 |
Muhammad Moinur Rahman (bofh) |
*/bareos19-*: Fix build on 14
- Utilize USES=localbase
- Utilize OPTIONSNG where possible
- Mark www/bareos19-webui DEPRECATED which was missed during the
previous commit on marking bareos19 DEPRECATED
- Set EXPIRATION_DATE 2023-09-30 for www/bareos19-webui
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
19.2.13 16 Aug 2023 02:31:01 |
Muhammad Moinur Rahman (bofh) |
sysutils/bareos19-*: Mark DEPRECATED
- Bareos only supports last 3 major releases at any points and current
supported release are 20.X, 21.X and 22.X. See for more information:
https://download.bareos.com/bareos/release/
- Set EXPIRATION_DATE 2023-09-30
- Mark BROKEN for FreeBSD 14 as it fails to configure with
error: environment variable 'SOURCE_DATE_EPOCH' ('') must be a
non-negative decimal integer <= 253402300799
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
19.2.13 31 Oct 2022 22:05:44 |
Jose Alonso Cardenas Marquez (acm) |
sysutils/bareos19-*: update to 19.2.13
ChangeLog at: https://docs.bareos.org/bareos-19.2/Appendix/ReleaseNotes.html |
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) |
19.2.12 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 ) |
19.2.12 20 Jul 2022 14:55:49 |
Tobias C. Berner (tcberner) |
cleanup: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alex Trull <freebsd.alex@trull.org>
* Alonso Cardenas <acm@FreeBSD.org>
* Boris Samorodov <bsam@FreeBSD.org>
* David Shane Holden <dpejesh@yahoo.com>
* Felix Palmen <felix@palmen-it.de>
* Hirohisa Yamaguchi <umq@ueo.co.jp>
* Kevin Bowling <kbowling@FreeBSD.org>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Markus Mann, CTS - FreeBSD Team <de-freebsd@ctseuro.com>
* Matthias Andree
* Matthias Fechner <mfechner@FreeBSD.org>
* Oleg Sidorkin <osidorkin@gmail.com>
* Oliver Lehmann
* Radim Kolar <hsn@sendmail.cz>
* Timothy Beyer <beyert@cs.ucr.edu>
* hq@FreeBSD.org
* johalun0@gmail.com
* lev@FreeBSD.org
* rooneg@electricjellyfish.net
With hat: portmgr |
19.2.12 16 May 2022 06:49:43 |
Loïc Bartoletti (lbartoletti) |
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine |
19.2.12 16 Mar 2022 23:06:12 |
Jose Alonso Cardenas Marquez (acm) |
sysutils/bareos19-*: update to 19.2.12
ChangeLog at: https://github.com/bareos/bareos/releases/tag/Release%2F19.2.12 |
19.2.11_1 06 Mar 2022 20:17:48 |
Jose Alonso Cardenas Marquez (acm) |
sysutils/bareos*: Fix build
- Fix build
- Fix issue where pid file is missing [1]
- Bump PORTREVISION
PR: 262151
Reported by: feldeci _at_ gmail.com [1] |
19.2.11 25 Nov 2021 21:40:11 |
Stefan Eßer (se) |
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
19.2.11 06 Nov 2021 01:51:47 |
Jose Alonso Cardenas Marquez (acm) |
sysutils/bareos19-*: update to 19.2.11
ChangeLog at: https://docs.bareos.org/bareos-19.2/Appendix/ReleaseNotes.html |
19.2.10 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
19.2.10 31 Aug 2021 19:49:54 |
Bernhard Froehlich (decke) |
sysutils/bareos19-server: Add CPE information
Approved by: portmgr (blanket) |
19.2.10 10 Jul 2021 02:57:18 |
Jose Alonso Cardenas Marquez (acm) |
sysutils/bareos19-*: update to 19.2.10 |
19.2.9_2 15 May 2021 07:14:04 |
Tobias Kortkamp (tobik) Author: Yasuhiro Kimura |
*: Remove unnecessary 'port' argument from USES=readline
PR: 248459
Exp-run by: antoine |
19.2.9_2 13 Apr 2021 22:37:22 |
Adriaan de Groot (adridg) |
sysutils/bareos19-server: fix fs_violations
This is basically the same as the fix for bareos18-server,
although the upstream CMake code has been slightly
reformatted. Don't symlink in /usr/local/lib, do it
in ${DESTDIR}${libdir}, relatively, and fix the .so
versioning while here. |
19.2.9_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
19.2.9_1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
19.2.9_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
19.2.9_1 20 Feb 2021 00:28:57 |
acm |
- Fix build on 13/14
PR: 252917
Submitted by: Trond.Endrestol _at_ ximalas.info
Reported by: pkg-fallout |
19.2.9 27 Dec 2020 17:34:40 |
acm |
- Copy bareos-* to bareos19-* preparing for update bareos to 20.0.0 |