ports/81434: [MAINTAINER] lang/pike76: fix buggy poll() calls
Xavier Beaudouin
kiwi at oav.net
Tue May 24 10:30:03 UTC 2005
>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:
More information about the freebsd-ports-bugs
mailing list