update to bacula-9.4.2
This commit is contained in:
parent
f17a9bc051
commit
4b5cf1818c
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.133 2019/01/08 00:12:12 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.134 2019/02/07 12:45:05 sthen Exp $
|
||||
|
||||
# XXX building this port while a version is already installed on the
|
||||
# system will lead to unexpected hidden dependencies!!!
|
||||
@ -10,7 +10,7 @@ COMMENT-mysql= Bacula libbaccats support for MySQL
|
||||
COMMENT-pgsql= Bacula libbaccats support for PostgreSQL
|
||||
COMMENT-sqlite3= Bacula libbaccats support for SQLite3
|
||||
|
||||
V= 9.4.1
|
||||
V= 9.4.2
|
||||
DISTNAME= bacula-$V
|
||||
PKGNAME-main= bacula-client-$V
|
||||
PKGNAME-server= bacula-server-$V
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (bacula-9.4.1.tar.gz) = a19hl8rTYKbDfuTw/Cimd294pOVL6mZ7uKT7gByY/UI=
|
||||
SIZE (bacula-9.4.1.tar.gz) = 4162956
|
||||
SHA256 (bacula-9.4.2.tar.gz) = pA0E0sSBNZcs7LZXhAXoNcS515jAlQAX3g+tQMqU6KA=
|
||||
SIZE (bacula-9.4.2.tar.gz) = 4163642
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-configure,v 1.23 2018/09/21 00:08:02 sthen Exp $
|
||||
$OpenBSD: patch-configure,v 1.24 2019/02/07 12:45:05 sthen Exp $
|
||||
Index: configure
|
||||
--- configure.orig
|
||||
+++ configure
|
||||
@ -11,7 +11,7 @@ Index: configure
|
||||
as_fn_error $? "Unable to find C++ compiler" "$LINENO" 5
|
||||
fi
|
||||
|
||||
@@ -16734,7 +16734,7 @@ if test x$use_libtool != xno; then
|
||||
@@ -16740,7 +16740,7 @@ if test x$use_libtool != xno; then
|
||||
LIBTOOL_INSTALL_TARGET="libtool-install"
|
||||
LIBTOOL_UNINSTALL_TARGET="libtool-uninstall"
|
||||
LIBTOOL_CLEAN_TARGET="libtool-clean"
|
||||
@ -20,7 +20,7 @@ Index: configure
|
||||
FD_PLUGIN_DIR="src/plugins/fd"
|
||||
have_plugins=yes
|
||||
else
|
||||
@@ -22400,7 +22400,7 @@ if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
|
||||
@@ -22407,7 +22407,7 @@ if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
|
||||
|
||||
$as_echo "#define HAVE_READLINE 1" >>confdefs.h
|
||||
|
||||
@ -29,7 +29,7 @@ Index: configure
|
||||
got_readline="yes"
|
||||
|
||||
else
|
||||
@@ -22439,7 +22439,7 @@ $as_echo "#define HAVE_READLINE 1" >>confdefs.h
|
||||
@@ -22446,7 +22446,7 @@ $as_echo "#define HAVE_READLINE 1" >>confdefs.h
|
||||
|
||||
got_readline="yes"
|
||||
CONS_INC="-I${TOP_DIR}/depkgs/readline"
|
||||
@ -38,7 +38,7 @@ Index: configure
|
||||
CONS_LDFLAGS="-L${TOP_DIR}/depkgs/readline"
|
||||
PRTREADLINE_SRC="${TOP_DIR}/depkgs/readline"
|
||||
|
||||
@@ -31059,6 +31059,7 @@ netbsd)
|
||||
@@ -31070,6 +31070,7 @@ netbsd)
|
||||
DISTVER=`uname -a |awk '{print $3}'`
|
||||
lld="qd"
|
||||
llu="qu"
|
||||
@ -46,7 +46,7 @@ Index: configure
|
||||
TAPEDRIVE="/dev/nrst0"
|
||||
PSCMD="ps -ax -o pid,command"
|
||||
PTHREAD_LIB="-pthread"
|
||||
@@ -31077,6 +31078,7 @@ openbsd)
|
||||
@@ -31088,6 +31089,7 @@ openbsd)
|
||||
platforms/openbsd/bacula-fd \
|
||||
platforms/openbsd/bacula-sd \
|
||||
platforms/openbsd/bacula-dir"
|
||||
|
Loading…
Reference in New Issue
Block a user