Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Dec 2006 12:30:45 GMT
From:      Tilman Linneweh <arved@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sylvioc@gmail.com
Subject:   ports/106910: fix irc/bitchx with gcc41
Message-ID:  <200612191230.kBJCUj68050552@freefall.freebsd.org>
Resent-Message-ID: <200612191240.kBJCeIjM052803@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         106910
>Category:       ports
>Synopsis:       fix irc/bitchx with gcc41
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 19 12:40:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Tilman Linneweh
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Sat Dec 10 03:18:20 UTC 2005 kensmith@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	

--- bitchx.diff begins here ---
Index: files/patch-source-ctcp.c
===================================================================
RCS file: files/patch-source-ctcp.c
diff -N files/patch-source-ctcp.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-source-ctcp.c	19 Dec 2006 12:24:33 -0000
@@ -0,0 +1,11 @@
+--- source/ctcp.c.orig	Mon Dec 18 22:26:09 2006
++++ source/ctcp.c	Mon Dec 18 22:26:24 2006
+@@ -176,7 +176,7 @@
+ 
+ /* CDE do ops and unban logging */
+ 
+-static char	*ctcp_type[] =
++char	*ctcp_type[] =
+ {
+ 	"PRIVMSG",
+ 	"NOTICE"
Index: files/patch-source-timer.c
===================================================================
RCS file: files/patch-source-timer.c
diff -N files/patch-source-timer.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-source-timer.c	19 Dec 2006 12:24:32 -0000
@@ -0,0 +1,11 @@
+--- source/timer.c.orig	Mon Dec 18 22:29:15 2006
++++ source/timer.c	Mon Dec 18 22:29:30 2006
+@@ -148,7 +148,7 @@
+  * This is put here on purpose -- we dont want any of the above functions
+  * to have any knowledge of this struct.
+  */
+-static TimerList *PendingTimers;
++TimerList *PendingTimers;
+ static char *schedule_timer (TimerList *ntimer);
+ 
+ static char *current_exec_timer = empty_string;
--- bitchx.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612191230.kBJCUj68050552>