diff options
author | Cy Schubert <cy@FreeBSD.org> | 2022-04-17 11:41:00 -0700 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2022-04-17 11:41:00 -0700 |
commit | 3038d6005b36437c5815f4b0ced200f1712526ad (patch) | |
tree | 24acafd95a32d5c6c7baeb144be2fd6fd9af7820 /mail/procmail-bgrb/files/patch-src-manconf.c | |
parent | www/seahub: Add missing depend (diff) |
mail/procmail-bgrb: New port
mail/procmail-bgrb is a new port tracking the BuGlessRB fork of
procmail (which hasn't been updated for over 20 years).
The commits to BuGlessRB/procmail appear be by the original author
of procmail. Wikipedia documents that the upstream for this port is
its repo.
As this upstream is in active development and the original procmail on
sourceforge is defunct, we may wish to consider merging or replacing
mail/procmail with this port at some point.
Reported by: Lucas Holt at midnightbsd.org (on Twitter)
Diffstat (limited to 'mail/procmail-bgrb/files/patch-src-manconf.c')
-rw-r--r-- | mail/procmail-bgrb/files/patch-src-manconf.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/procmail-bgrb/files/patch-src-manconf.c b/mail/procmail-bgrb/files/patch-src-manconf.c new file mode 100644 index 000000000000..1ec12acc25bd --- /dev/null +++ b/mail/procmail-bgrb/files/patch-src-manconf.c @@ -0,0 +1,11 @@ +--- src/manconf.c.orig Fri Aug 25 11:04:33 2000 ++++ src/manconf.c Sun Aug 27 13:12:55 2000 +@@ -140,7 +140,7 @@ + sh before procmail ever sees it; it is however a necessary kludge against\1\ + overoptimising sendmail programs:\1"); + #else +- ps("FW_content","\"|exec @BINDIR@/procmail\""); ++ ps("FW_content","\"|exec @BINDIR@/procmail || exit 75\""); + ps("FW_comment",""); + #endif + #else |