ports/59159: ports irc/scrollz -- update -- fix for -CURRENT

Scott M. Likens damm at fpsn.net
Tue Nov 11 01:50:15 UTC 2003


>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 at 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:



More information about the freebsd-ports-bugs mailing list