diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-08-19 13:17:38 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-08-19 13:17:38 +0000 |
commit | 5fe304a3288014c14cd530800ecbfe7024a20879 (patch) | |
tree | d4dfed6bfe9e0aa95355a19d0abfa31acf5d6112 /mail/popular/files/patch-src_pdeliver.c | |
parent | graphics/freeglut: fix for -fno-common (diff) |
mail/popular: Prepare for textproc/p5-XML-Parser update
Also:
- Bump PORTREVISION
- Skip build of man pages, which are already present in the distribution
- Add LICENSE
- Add USE_LDCONFIG
- Regenerate patches to follow the standard
- Pass maintainership to the submitter
PR: 248725
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
Notes
Notes:
svn path=/head/; revision=545323
Diffstat (limited to 'mail/popular/files/patch-src_pdeliver.c')
-rw-r--r-- | mail/popular/files/patch-src_pdeliver.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/popular/files/patch-src_pdeliver.c b/mail/popular/files/patch-src_pdeliver.c new file mode 100644 index 000000000000..b038bde3fb73 --- /dev/null +++ b/mail/popular/files/patch-src_pdeliver.c @@ -0,0 +1,11 @@ +--- src/pdeliver.c.orig 2001-04-30 12:20:34 UTC ++++ src/pdeliver.c +@@ -33,7 +33,7 @@ + #include "popular.h" + + +-static int debug; ++int debug; + + + /***************************************************************************** |