diff options
author | Juraj Lutter <otis@FreeBSD.org> | 2021-01-29 14:52:13 +0000 |
---|---|---|
committer | Juraj Lutter <otis@FreeBSD.org> | 2021-01-29 14:52:13 +0000 |
commit | 787b8db31aac2dc8c34c3925856e1d0090d78014 (patch) | |
tree | 72c2d948f726e75e0c0bbdc72fbd19a5c9be944c /mail/qmailmrtg7/files/patch-checkq.c | |
parent | lang/intel-compute-runtime: update to 21.04.18912 (diff) |
mail/qmailmrtg7: Resurrect port
- Update MASTER_SITES to working download location
- Reformat Makefile according to portclippy/portfmt
- For now, ale@ will remain the MAINTAINER
PR: 251953
Reported by: Charles Lecklider <freebsd@charles.lecklider.org>
Reviewed by: osa (mentor)
Approved by: osa (mentor)
Differential Revision: https://reviews.freebsd.org/D28138
Diffstat (limited to 'mail/qmailmrtg7/files/patch-checkq.c')
-rw-r--r-- | mail/qmailmrtg7/files/patch-checkq.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/qmailmrtg7/files/patch-checkq.c b/mail/qmailmrtg7/files/patch-checkq.c new file mode 100644 index 000000000000..593845741c0a --- /dev/null +++ b/mail/qmailmrtg7/files/patch-checkq.c @@ -0,0 +1,13 @@ +--- checkq.c.orig 2004-02-29 10:54:02.000000000 +0100 ++++ checkq.c 2011-12-23 10:20:40.000000000 +0100 +@@ -21,8 +21,9 @@ + #include <sys/stat.h> + #include <unistd.h> + #include <dirent.h> ++#include <string.h> + +-int main(int argc, char *argv) ++int main(int argc, char **argv) + { + FILE *fs; + DIR *mydir; |