Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 May 2005 12:23:13 +0200 (CEST)
From:      Xavier Beaudouin <kiwi@oav.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/81434: [MAINTAINER] lang/pike76: fix buggy poll() calls
Message-ID:  <200505241023.j4OAND9U080766@domu.oav.net>
Resent-Message-ID: <200505241030.j4OAU2IU031546@freefall.freebsd.org>

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

>Number:         81434
>Category:       ports
>Synopsis:       [MAINTAINER] lang/pike76: fix buggy poll() calls
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 24 10:30:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Xavier Beaudouin
>Release:        FreeBSD 5.4-RELEASE-p1 i386
>Organization:
The Caudium Group / Association Kazar
>Environment:
System: FreeBSD domu.oav.net 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #0: Tue May 24 10:49:47 CEST 2005
>Description:
Pike 7.6.24 have problems with poll() this patch remove usage of poll() inside
pike until IDA have made a new release that fixes this bug

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- pike76-7.6.24.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/lang/pike76.old/Makefile /usr/ports/lang/pike76/Makefile
--- /usr/ports/lang/pike76.old/Makefile	Tue May 24 12:20:51 2005
+++ /usr/ports/lang/pike76/Makefile	Tue May 24 12:21:08 2005
@@ -57,7 +57,8 @@
 		 --without-copt \
 		 --without-security \
 		 --with-oob \
-		 --with-poll \
+		 --without-poll \
+		 --without-devpoll \
 		 --with-max-fd=60000 \
 		 --with-gmp \
 		 --with-zlib \
--- pike76-7.6.24.patch ends here ---

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



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