diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-02-19 14:04:09 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-02-19 14:04:09 +0000 |
commit | f8d50062416a135a9d9e1e30c6deb56a557f04bc (patch) | |
tree | 17b1ad68799ccee3ee28e84965200315f097d811 /mail/gensig | |
parent | e1a2b6a9b1054c05792d2687656b66e981094511 (diff) |
Notes
Diffstat (limited to 'mail/gensig')
-rw-r--r-- | mail/gensig/Makefile | 9 | ||||
-rw-r--r-- | mail/gensig/files/patch-sigparams.c | 18 |
2 files changed, 20 insertions, 7 deletions
diff --git a/mail/gensig/Makefile b/mail/gensig/Makefile index 6d031cc6aa0d..08853d84229a 100644 --- a/mail/gensig/Makefile +++ b/mail/gensig/Makefile @@ -7,6 +7,7 @@ PORTNAME= gensig PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.geekthing.com/~robf/ware/gensig/ \ http://www.ooblick.com/software/gensig/ @@ -21,10 +22,4 @@ USE_GETOPT_LONG= yes MAN1= gensig.1 cattag.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700013 -BROKEN= "Does not compile on FreeBSD >= 7.0" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/gensig/files/patch-sigparams.c b/mail/gensig/files/patch-sigparams.c new file mode 100644 index 000000000000..34c459bfd80f --- /dev/null +++ b/mail/gensig/files/patch-sigparams.c @@ -0,0 +1,18 @@ +--- sigparams.c.orig Sun Feb 19 14:51:19 2006 ++++ sigparams.c Sun Feb 19 14:52:31 2006 +@@ -8,12 +8,15 @@ + #ifdef HAVE_STDIO_H + #include <stdio.h> + #endif ++#include <stdlib.h> + #ifdef HAVE_TIME_H + #include <time.h> + #endif + #ifdef HAVE_SYSLOG_H + #include <syslog.h> + #endif ++ ++#include <wchar.h> + + #include "sigparams.h" + #include "util.h" |