Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Nov 2003 17:46:11 -0800
From:      "Scott M. Likens" <damm@fpsn.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/59159: ports irc/scrollz -- update -- fix for -CURRENT
Message-ID:  1068515171@acheron.livid.de
Resent-Message-ID: <200311110150.hAB1oEsK005847@freefall.freebsd.org>

| raw e-mail | index | archive | help

>Number:         59159
>Category:       ports
>Synopsis:       ports irc/scrollz -- update -- fix for -CURRENT
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 10 17:50:13 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Scott M. Likens
>Release:        FreeBSD 5.1-RELEASE-p8 i386
>Organization:
>Environment:


System: FreeBSD acheron.livid.de 5.1-RELEASE-p8 FreeBSD 5.1-RELEASE-p8 #0: Mon Sep 29 16:16:57 PDT 2003     damm@acheron.livid.de:/usr/src/sys/i386/compile/LIVID i386  


>Description:


EAI_ADDRFAMILY is no longer supported on FreeBSD 5.1-CURRENT and beyond.

This patch is to resolve this lack of.  Will make bento happy and me hapy.  


>How-To-Repeat:


place in files/patch-ircaux.c

Thanks


>Fix:


--- source/ircaux.c.old Mon Nov 10 10:22:32 2003
+++ source/ircaux.c     Mon Nov 10 10:23:21 2003
@@ -869,9 +869,9 @@
                return -10;
 #else
        {
-               if (err == EAI_ADDRFAMILY)
-                       return -10;
-               else
+               /* if (err == EAI_ADDRFAMILY) */
+                       /* return -10; */
+               /* else */
                        return -2;
        }
 #endif



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



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