Date: Tue, 7 Dec 1999 14:48:07 -0800 (PST) From: paxvel@iname.com To: freebsd-gnats-submit@freebsd.org Subject: ports/15343: Port update: net/icqlib Message-ID: <19991207224807.558FC14FD2@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 15343 >Category: ports >Synopsis: Port update: net/icqlib >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Dec 7 14:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Pavel Andreev >Release: FreeBSD 3.3-STABLE i386 >Organization: Expert&Partner engineering >Environment: >Description: >How-To-Repeat: >Fix: diff -urN icqlib.orig/Makefile icqlib/Makefile --- icqlib.orig/Makefile Mon Aug 30 16:22:59 1999 +++ icqlib/Makefile Tue Dec 7 22:43:08 1999 @@ -8,7 +8,7 @@ DISTNAME= icqlib-0.1.3 CATEGORIES= net -MASTER_SITES= http://www.cn.ua/~denis/kde/ +MASTER_SITES= http://download.sourceforge.net/icqlib/ MAINTAINER= paxvel@iname.com diff -urN icqlib.orig/patches/patch-ac icqlib/patches/patch-ac --- icqlib.orig/patches/patch-ac Thu Jan 1 01:00:00 1970 +++ icqlib/patches/patch-ac Tue Dec 7 22:51:08 1999 @@ -0,0 +1,18 @@ +*** icqlib/icqlib.c.0 Tue Dec 8 17:04:12 1998 +--- icqlib/icqlib.c Tue Dec 7 22:48:51 1999 +*************** +*** 810,815 **** +--- 810,822 ---- + (*icq_Log)(time(0L), ICQ_LOG_FATAL, "Socket creation failed\n"); + return -1; + } ++ #ifdef IP_PORTRANGE ++ { ++ int i=IP_PORTRANGE_HIGH; ++ if (setsockopt(icq_Sok, IPPROTO_IP, IP_PORTRANGE, &i, sizeof(i))<0) ++ return -1; ++ } ++ #endif + if(icq_Log && icq_LogLevel>=ICQ_LOG_MESSAGE) + (*icq_Log)(time(0L), ICQ_LOG_MESSAGE, "Socket created attempting to conne ct\n"); + sin.sin_addr.s_addr = INADDR_ANY; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991207224807.558FC14FD2>