| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- Remove forgotten files/patch-unix.c
https://github.com/lsalzman/enet/issues/42
Reported by: mat [1]
|
|
|
|
|
|
| |
* miscellaneous bug fixes
* added premake and cmake support
* miscellaneous documentation cleanups
|
|
|
|
|
|
|
| |
https://github.com/lsalzman/enet/issues/42
PR: 197610
Submitted by: jbeich [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove PATHFIX_MAKEFILEIN and USE_AUTOTOOLS [1]
- Add GNU_CONFIGURE and INSTALL_TARGET=install-strip, remove STRIP_CMD [1]
Reported by: tijl [1]
>-This line, and those below, will be ignored--
> Description of fields to fill in above: 76 columns --|
> PR: If a GNATS PR is affected by the change.
> Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed).
> Submitted by: If someone else sent in the change.
> Reviewed by: If someone else reviewed your modification.
> Approved by: If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email.
> MFH: Ports tree branch name. Request approval for merge.
> Relnotes: Set to 'yes' for mention in release notes.
> Security: Vulnerability reference (one per line) or description.
> Sponsored by: If the change was sponsored by an organization.
> Empty fields above will be automatically removed.
M Makefile
|
|
|
|
|
|
| |
without USE_AUTOTOOLS not build
Reported by: tijl
|
|
|
|
| |
- Change USES, add autoreconf
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
- Strip library
|
| |
|
|
|
|
| |
Approved by: pawel / wg (mentors, implicit)
|
|
|
|
|
|
|
|
|
| |
- Change maintainer email to @FreeBSD.org
- Add USES pathfix instead of REINPLACE_CMD
- Support STAGEDIR
- Remove PORTDOCS from pkg-plist
Approved by: wg/pawel (mentors)
|
|
|
|
| |
net)
|
|
|
|
| |
Approved by: portmgr (bdrewery)
|
| |
|
|
|
|
|
| |
PR: ports/176738
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
|
|
|
|
|
|
|
| |
- Remove Author: from pkg-descr, tab -> space WWW: line
PR: ports/174417 [1]
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
|
|
|
|
|
|
|
|
| |
- Update LICENSE (from BSD to MIT)
- Pass maintainership to submitter
PR: ports/174241
Submitted by: nemysis <nemysis@gmx.ch>
|
|
|
|
|
| |
PR: ports/168604
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
| |
PR: 166836
Tested by: Multiple -exp runs (pav)
|
|
|
|
|
| |
PR: ports/158909
Submitted by: Jin-Sih Lin <linpct@gmail.com>
|
|
|
|
|
|
|
|
| |
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval).
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/113759
Submitted by: Vogels <nivo+kw+ports.bfa274@is-root.com>
|
|
|
|
|
|
| |
- The project has moved.
Submitted by: Marcus von Appen <mva@sysfault.org>
|
|
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.
Author: Lee Salzman
WWW: http://enet.cubik.org
Approved by: sem (mentor)
|