svn commit: r546393 - head/mail/anubis/files

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 18:31:09 UTC 2020


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);


More information about the svn-ports-head mailing list