Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions srcpkgs/bacula-common/patches/fix-include.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
--- a/src/console/conio.c 2026-07-18 11:59:19.374738804 +0100
+++ b/src/console/conio.c 2026-07-18 11:59:33.471373815 +0100
@@ -52,6 +52,10 @@

#endif

+#ifdef HAVE_TERMIOS_H
+#include <termios.h>
+#endif
+
#ifdef HAVE_CONIO

#include <curses.h>
14 changes: 7 additions & 7 deletions srcpkgs/bacula-common/template
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Template file for 'bacula-common'
pkgname=bacula-common
version=13.0.3
version=15.0.3
revision=1
build_style=gnu-configure
configure_args="--with-openssl --with-sqlite3 --with-mysql --with-postgresql
--enable-smartalloc --sysconfdir=/etc/bacula
--with-scriptdir=/etc/bacula/scripts --with-working-dir=/run/bacula"
makedepends="sqlite-devel libmariadbclient-devel postgresql-libs-devel
openssl-devel ncurses-devel zlib-devel acl-devel"
--enable-smartalloc --sysconfdir=/etc/bacula --with-working-dir=/run/bacula
--with-scriptdir=/etc/bacula/scripts"
makedepends="sqlite-devel libmariadbclient-devel postgresql-libs-devel acl-devel
openssl-devel ncurses-devel zlib-devel"
short_desc="Bacula - A Network Backup Tool (common libs)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="AGPL-3.0-only, BSD-2-Clause, BSD-3-Clause"
homepage="https://www.bacula.org"
distfiles="${SOURCEFORGE_SITE}/bacula/bacula-${version}.tar.gz"
checksum=0949c32be1090585e88e4c01d828002e87603136d87c598a29dff42bb3ed2a40
distfiles="https://sourceforge.net/projects/bacula/files/bacula/${version}/bacula-${version}.tar.gz"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not use SOURCEFORGE_SITE?

checksum=294afd3d2eb9d5b71c3d0e88fdf19eb513bfdb843b28d35c0552e4ae062827a1
alternatives="bacula-db-backend:/usr/lib/libbaccats-${version}.so:/usr/lib/libbaccats-sqlite3-${version}.so"
shlib_provides="libbaccats-${version}.so"

Expand Down