summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-03-16 09:08:55 +0000
committerghen <ghen@pkgsrc.org>2006-03-16 09:08:55 +0000
commit667fa649e1b4fecfec86f07b134a7bbb6cbc503a (patch)
tree40a43c9678e4d94f47f7f48d5a0bef9c5f88488e /sysutils
parent2ab7a2c84f08f3c689888494e3c2017c5eee43bd (diff)
downloadpkgsrc-667fa649e1b4fecfec86f07b134a7bbb6cbc503a.tar.gz
Fix build error on Solaris with SunStudio compilers (symbol referencing error),
provided by PR pkg/33077.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/bacula/distinfo3
-rw-r--r--sysutils/bacula/patches/patch-ak16
2 files changed, 18 insertions, 1 deletions
diff --git a/sysutils/bacula/distinfo b/sysutils/bacula/distinfo
index 4ba9bdc2f23..1339f5d8451 100644
--- a/sysutils/bacula/distinfo
+++ b/sysutils/bacula/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2006/01/17 15:52:52 ghen Exp $
+$NetBSD: distinfo,v 1.11 2006/03/16 09:08:55 ghen Exp $
SHA1 (bacula-1.38.4.tar.gz) = 7e2e1114506b66dce95baec33017331dceda54bf
RMD160 (bacula-1.38.4.tar.gz) = f2ba897c7ce08fd7c1fc9062610704282f8dc5e5
@@ -11,3 +11,4 @@ SHA1 (patch-ag) = 9e54b2bb207e9ea82326e48b8548ad03bf71fb8d
SHA1 (patch-ah) = f084238634be75e6122bb4ec8c14ed68e24bddb4
SHA1 (patch-ai) = 499a164fcf9e4fc466b691f91203b4293dcee7eb
SHA1 (patch-aj) = e67651d317e474253dcf0d86665dda3b521fbb7e
+SHA1 (patch-ak) = 8ec9048e9f9d80c179706c843e7fe53ef72e25bd
diff --git a/sysutils/bacula/patches/patch-ak b/sysutils/bacula/patches/patch-ak
new file mode 100644
index 00000000000..f40cddf64d9
--- /dev/null
+++ b/sysutils/bacula/patches/patch-ak
@@ -0,0 +1,16 @@
+$NetBSD: patch-ak,v 1.1 2006/03/16 09:08:55 ghen Exp $
+
+Fix build error on Solaris with SunStudio compilers (symbol referencing error),
+provided by PR pkg/33077. Also submitted upstream as bacula bug #567.
+
+--- src/dird/ua_dotcmds.c.orig 2006-03-16 09:53:18.000000000 +0100
++++ src/dird/ua_dotcmds.c
+@@ -37,7 +37,7 @@ extern const char *client_backups;
+ extern int console_msg_pending;
+
+ /* Imported functions */
+-extern int do_messages(UAContext *ua, const char *cmd);
++extern void do_messages(UAContext *ua, const char *cmd);
+ extern int quit_cmd(UAContext *ua, const char *cmd);
+ extern int qhelp_cmd(UAContext *ua, const char *cmd);
+ extern int qstatus_cmd(UAContext *ua, const char *cmd);