Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 2020 18:31:09 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546393 - head/mail/anubis/files
Message-ID:  <202008271831.07RIV9xu005831@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Thu Aug 27 18:31:08 2020
New Revision: 546393
URL: https://svnweb.freebsd.org/changeset/ports/546393

Log:
  mail/anubis: fix build on recent current

Added:
  head/mail/anubis/files/patch-src_anubisadm.h   (contents, props changed)
  head/mail/anubis/files/patch-src_rcfile.h   (contents, props changed)

Added: head/mail/anubis/files/patch-src_anubisadm.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/anubis/files/patch-src_anubisadm.h	Thu Aug 27 18:31:08 2020	(r546393)
@@ -0,0 +1,17 @@
+--- src/anubisadm.h.orig	2020-08-27 18:29:03 UTC
++++ src/anubisadm.h
+@@ -26,10 +26,10 @@
+ 
+ typedef int (*operation_fp) (int, char **);
+ 
+-char *authid;
+-char *username;
+-char *rcfile;
+-char *password;
++extern char *authid;
++extern char *username;
++extern char *rcfile;
++extern char *password;
+ 
+ int op_create (int argc, char **argv);
+ int op_list (int argc, char **argv);

Added: head/mail/anubis/files/patch-src_rcfile.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/anubis/files/patch-src_rcfile.h	Thu Aug 27 18:31:08 2020	(r546393)
@@ -0,0 +1,11 @@
+--- src/rcfile.h.orig	2020-08-27 18:24:43 UTC
++++ src/rcfile.h
+@@ -213,7 +213,7 @@ typedef void (*RC_ERROR_PRINTER) (void *data,
+ 				  const char *fmt, va_list ap);
+ 
+ /* Global data */
+-struct rc_loc rc_locus;
++extern struct rc_loc rc_locus;
+ 
+ /* Function declarations */
+ void verbatim (void);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008271831.07RIV9xu005831>