git: b5cf57a24e54 - main - sysutils/bareos*-server: add IGNORE/BROKEN as required
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Feb 2026 12:51:00 UTC
The branch main has been updated by mandree:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b5cf57a24e548dae5f6f3d00e5b5c415c2b13d48
commit b5cf57a24e548dae5f6f3d00e5b5c415c2b13d48
Author: Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2026-02-01 12:50:35 +0000
Commit: Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2026-02-01 12:50:59 +0000
sysutils/bareos*-server: add IGNORE/BROKEN as required
PR: 292852
---
sysutils/bareos-server/Makefile | 2 ++
sysutils/bareos24-server/Makefile | 2 ++
2 files changed, 4 insertions(+)
diff --git a/sysutils/bareos-server/Makefile b/sysutils/bareos-server/Makefile
index 6c079870fc7b..c47c443856ff 100644
--- a/sysutils/bareos-server/Makefile
+++ b/sysutils/bareos-server/Makefile
@@ -54,6 +54,8 @@ NDMP_DESC= Enable build of NDMP support
SCSICRYPTO_DESC= Build LTO AME crypto plugin
.if ${PKGNAMESUFFIX} == "-server"
+IGNORE_i386= time_t too narrow on i386 FreeBSD, "core/src/dird/date_time.cc:79:76: error: format specifies type 'unsigned long' but the argument has type 'time_t'"
+
OPTIONS_DEFINE= MTX PYTHON LMDB NDMP NLS SCSICRYPTO
OPTIONS_DEFAULT+= LMDB PGSQL SCSICRYPTO
OPTIONS_SINGLE_DATABASE= PGSQL
diff --git a/sysutils/bareos24-server/Makefile b/sysutils/bareos24-server/Makefile
index 068ba82004a6..720e0b801bc3 100644
--- a/sysutils/bareos24-server/Makefile
+++ b/sysutils/bareos24-server/Makefile
@@ -13,6 +13,8 @@ WWW= https://www.bareos.org/
LICENSE= AGPLv3 LGPL3
LICENSE_COMB= multi
+BROKEN= data type bugs, "core/src/stored/backends/chunked_device.cc:685:13: error: comparison of integers of different signs: 'ssize_t' (aka 'int') and 'uint32_t' (aka 'unsigned int')"
+
CONFLICTS?= bareos22-server bareos23-server bareos-server
BUILD_DEPENDS+= utf8cpp>0:devel/utf8cpp \