View | Details | Raw Unified | Return to bug 238176 | Differences between
and this patch

Collapse All | Expand All

(-)b/irc/ircII/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	ircii
4
PORTNAME=	ircii
5
PORTVERSION=	20170704
5
PORTVERSION=	20190117
6
CATEGORIES=	irc ipv6
6
CATEGORIES=	irc ipv6
7
MASTER_SITES=	http://ircii.warped.com/
7
MASTER_SITES=	http://ircii.warped.com/
8
8
(-)b/irc/ircII/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1541878948
1
TIMESTAMP = 1558984067
2
SHA256 (ircii-20170704.tar.bz2) = 4e5a70fc4577de06fd5855ab7ca0a501fd16e02d5fd34e434a2b5abac80a2eda
2
SHA256 (ircii-20190117.tar.bz2) = 10316f0a3723e4ce3d67fd5a7df10e6bcf30dd0750fb96d5437cacb16b0e9617
3
SIZE (ircii-20170704.tar.bz2) = 596535
3
SIZE (ircii-20190117.tar.bz2) = 606327
(-)a/irc/ircII/files/patch-source_mksiginc.c (-14 lines)
Removed Link Here
1
--- source/mksiginc.c.orig	2014-03-17 20:38:51 UTC
2
+++ source/mksiginc.c
3
@@ -35,7 +35,11 @@ IRCII_RCSID("@(#)$eterna: mksiginc.c,v 1
4
 #define NSIG 64
5
 #endif
6
 
7
+#if defined(SIGRTMAX) && (SIGRTMAX > NSIG)
8
+#define MY_MAXSIG SIGRTMAX+1
9
+#else
10
 #define MY_MAXSIG NSIG+1
11
+#endif
12
 char *signames[MY_MAXSIG];
13
 
14
 int main(int, char *[]);
(-)b/irc/ircII/pkg-plist (-3 / +5 lines)
Lines 117-122 man/man1/ircII.1.gz Link Here
117
%%HELP%%%%DATADIR%%/help/exit
117
%%HELP%%%%DATADIR%%/help/exit
118
%%HELP%%%%DATADIR%%/help/expressions
118
%%HELP%%%%DATADIR%%/help/expressions
119
%%HELP%%%%DATADIR%%/help/flush
119
%%HELP%%%%DATADIR%%/help/flush
120
%%HELP%%%%DATADIR%%/help/for
120
%%HELP%%%%DATADIR%%/help/foreach
121
%%HELP%%%%DATADIR%%/help/foreach
121
%%HELP%%%%DATADIR%%/help/help
122
%%HELP%%%%DATADIR%%/help/help
122
%%HELP%%%%DATADIR%%/help/history
123
%%HELP%%%%DATADIR%%/help/history
Lines 128-134 man/man1/ircII.1.gz Link Here
128
%%HELP%%%%DATADIR%%/help/input
129
%%HELP%%%%DATADIR%%/help/input
129
%%HELP%%%%DATADIR%%/help/intro
130
%%HELP%%%%DATADIR%%/help/intro
130
%%HELP%%%%DATADIR%%/help/invite
131
%%HELP%%%%DATADIR%%/help/invite
132
%%HELP%%%%DATADIR%%/help/ircii/command_line_args
131
%%HELP%%%%DATADIR%%/help/ircii/copyright
133
%%HELP%%%%DATADIR%%/help/ircii/copyright
134
%%HELP%%%%DATADIR%%/help/ircii/environment_vars
135
%%HELP%%%%DATADIR%%/help/ircii/programming
136
%%HELP%%%%DATADIR%%/help/ircii/server_lists
132
%%HELP%%%%DATADIR%%/help/ison
137
%%HELP%%%%DATADIR%%/help/ison
133
%%HELP%%%%DATADIR%%/help/join
138
%%HELP%%%%DATADIR%%/help/join
134
%%HELP%%%%DATADIR%%/help/kick
139
%%HELP%%%%DATADIR%%/help/kick
Lines 288-298 man/man1/ircII.1.gz Link Here
288
%%HELP%%%%DATADIR%%/help/on/send_msg
293
%%HELP%%%%DATADIR%%/help/on/send_msg
289
%%HELP%%%%DATADIR%%/help/on/send_notice
294
%%HELP%%%%DATADIR%%/help/on/send_notice
290
%%HELP%%%%DATADIR%%/help/on/send_public
295
%%HELP%%%%DATADIR%%/help/on/send_public
291
%%HELP%%%%DATADIR%%/help/on/send_talk
292
%%HELP%%%%DATADIR%%/help/on/serial_numbers
296
%%HELP%%%%DATADIR%%/help/on/serial_numbers
293
%%HELP%%%%DATADIR%%/help/on/server_notice
297
%%HELP%%%%DATADIR%%/help/on/server_notice
294
%%HELP%%%%DATADIR%%/help/on/signoff
298
%%HELP%%%%DATADIR%%/help/on/signoff
295
%%HELP%%%%DATADIR%%/help/on/talk
296
%%HELP%%%%DATADIR%%/help/on/timer
299
%%HELP%%%%DATADIR%%/help/on/timer
297
%%HELP%%%%DATADIR%%/help/on/topic
300
%%HELP%%%%DATADIR%%/help/on/topic
298
%%HELP%%%%DATADIR%%/help/on/wall
301
%%HELP%%%%DATADIR%%/help/on/wall
299
- 

Return to bug 238176