Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 63644 - libepoll ebuild (new package)
Summary: libepoll ebuild (new package)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-11 04:27 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2004-10-23 23:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
libepoll-0.11.ebuild (libepoll-0.11.ebuild,896 bytes, text/plain)
2004-09-11 04:34 UTC, Diego Elio Pettenò (RETIRED)
Details
epoll-lib-0.11.ebuild (epoll-lib-0.11.ebuild,828 bytes, text/plain)
2004-10-23 23:27 UTC, SpanKY
Details
0.11-makefile.patch (0.11-makefile.patch,1.57 KB, patch)
2004-10-23 23:28 UTC, SpanKY
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2004-09-11 04:27:52 UTC
Wine is going to add support for epoll instead of poll (actually it will have both, but if epoll is present is preferred againt poll, because it's faster), there's for now a beta patch which I'm using, but to build wine with epoll stuff turned on I needed the libepoll, for which I wrote the attached ebuild.
It depends on netbsd's pmake because it uses mkdep command.


Reproducible: Always
Steps to Reproduce:
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2004-09-11 04:34:47 UTC
Created attachment 39384 [details]
libepoll-0.11.ebuild
Comment 2 SpanKY gentoo-dev 2004-10-23 23:27:22 UTC
Created attachment 42478 [details]
epoll-lib-0.11.ebuild

cleaned up ebuild
Comment 3 SpanKY gentoo-dev 2004-10-23 23:28:20 UTC
Created attachment 42479 [details, diff]
0.11-makefile.patch

fix parallel builds/cflags/etc... with makefile
Comment 4 SpanKY gentoo-dev 2004-10-23 23:28:50 UTC
glibc (if built with 2.6 support) includes epoll

use that