Ticket #387 (closed task: fixed)
Opened 5 years ago
Last modified 4 years ago
[enet] add - files attached needs review
| Reported by: | michaelvoliveira | Owned by: | michaelvoliveira |
|---|---|---|---|
| Priority: | normal | Milestone: | Unscheduled |
| Component: | net-libs/enet | Version: | 1.0 |
| Severity: | normal | Keywords: | enet network speed dream |
| Cc: |
Description
ENet's purpose is to provide a relatively thin, simple and robust network communication layer on top of UDP (User Datagram Protocol). The primary feature it provides is optional reliable, in-order delivery of packets.
ENet omits certain higher level networking features such as authentication, lobbying, server discovery, encryption, or other similar tasks that are particularly application specific so that the library remains flexible, portable, and easily embeddable.
Dependency of speed-dream
Attachments
Change History
Changed 5 years ago by michaelvoliveira
- attachment enet-1.3.0.patch added
Changed 5 years ago by michaelvoliveira
- attachment enet-1.3.0.bep added
Builds both GCC2 and GCC4. Tested with haikuporter
comment:1 Changed 5 years ago by scottmc
- Resolution set to fixed
- Status changed from new to closed
added in r1068.
comment:2 Changed 5 years ago by michaelvoliveira
- Resolution fixed deleted
- Status changed from closed to reopened
I'm reopening this ticket because there are several games that uses 1.2.2 version and 1.3.0 is not compatible with anything..
So, I providing a new .bep file, based on 1.3.0.
Changed 5 years ago by michaelvoliveira
- attachment enet-1.2.2.bep added
Previous version. Tested with GCC2 and GCC4
comment:3 Changed 5 years ago by mbaluta
Enet-1.2.2 builds and installs perfectly, both gcc2 and gcc4, package is created too.
comment:4 Changed 5 years ago by scottmc
- Resolution set to fixed
- Status changed from reopened to closed
comment:5 Changed 4 years ago by michaelvoliveira
- Resolution fixed deleted
- Status changed from closed to reopened
Changed 4 years ago by michaelvoliveira
- attachment enet-1.2.2.patch added
The same patch from 1.3.0, to avoid generate a broken lib (missing 'connect' command)
comment:6 Changed 4 years ago by scottmc
- Resolution set to fixed
- Status changed from reopened to closed
applied in r1528.

patch to detect libnetwork