diff options
author | Robert Clausecker <fuz@FreeBSD.org> | 2023-02-09 16:20:28 +0100 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-02-14 21:18:57 +0100 |
commit | 342a19d2da54e08fc124722bf9d91b75303582df (patch) | |
tree | 3987021abd823e10f2dc984c7c0348d5b992711b /mail/mls/files/patch-mls.h | |
parent | games/brogue: Update to 1.12 (diff) |
mail/mls: improve and unbreak with -fno-common
- liberally sprinkle extern all over the place
- define LICENSE
- take over maintainership of this unmaintained port
- ship examples and html files
- define DOCS and EXAMPLES options
- pacify portlint and portclippy
- add a pkg-message as the author intended
- remove dead MASTER_SITES entry
PR: 259586
Approved by: flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38516
Diffstat (limited to 'mail/mls/files/patch-mls.h')
-rw-r--r-- | mail/mls/files/patch-mls.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/mail/mls/files/patch-mls.h b/mail/mls/files/patch-mls.h index 1a0883f8dc8d..753f07413a17 100644 --- a/mail/mls/files/patch-mls.h +++ b/mail/mls/files/patch-mls.h @@ -1,5 +1,5 @@ ---- mls.h.orig 2007-08-26 03:26:30.000000000 +0800 -+++ mls.h 2007-08-26 03:27:11.000000000 +0800 +--- mls.h.orig 2003-06-02 11:26:34 UTC ++++ mls.h @@ -75,6 +75,9 @@ #define EXIT_NOMEM 4 #define EXIT_REGEX 5 @@ -10,3 +10,12 @@ /* *** structures for BEST messages *** */ typedef struct bestQUOTE* nQptr; struct bestQUOTE { +@@ -104,7 +107,7 @@ struct bestTEXT { + }; + + // Reg. expressions +-regex_t r_from, r_time, r_re, r_date, r_dow, r_mail, ++extern regex_t r_from, r_time, r_re, r_date, r_dow, r_mail, + r_m_ims, r_m_bat, r_m_lot, r_m_oue, r_m_ouc, r_m_oum, r_m_out, + r_m_cal, r_m_moz, r_m_peg, r_m_eud, r_m_ope, r_m_opw, r_m_pos, + r_m_pob, r_m_kma, r_m_imp, r_m_mut, r_m_pin, r_m_pi2, r_m_syl, |