aboutsummaryrefslogtreecommitdiffstats
path: root/net/libutp
Commit message (Collapse)AuthorAgeFilesLines
* net/libutp: unbreak build with Clang 6 (C++14 by default)jbeich2018-01-061-0/+20
| | | | | | | | | | | | | c++ -O2 -pipe -fstack-protector -fno-strict-aliasing -fno-exceptions -fno-rtti -I/wrkdirs/usr/ports/net/libutp/work/libutp-7c4f19a -I/wrkdirs/usr/ports/net/libutp/work/libutp-7c4f19a/utp_config_lib -DPOSIX -Wall -Wno-c++11-extensions -c utp.cpp -o utp.o utp.cpp:1708:91: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] "scaled_gain:%f rtt:%u rate:%u quota:%d wnduser:%u rto:%u timeout:%d get_microseconds:"I64u" " ^ utp.cpp:1793:79: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] LOG_UTPV("0x%08x: Got %s. seq_nr:%u ack_nr:%u state:%s version:%u timestamp:"I64u" reply_micro:%u", ^ Reported by: antoine (via bug 224669)
* Update ports in the n* categories to not use GH_COMMIT.mat2015-05-082-4/+3
| | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
* Add a patch to fix 64-bit specific warnings in the just-added utilities.mi2015-01-231-0/+54
| | | | | PR: 197009 Submitted by: Jan Beich
* Add a patch fixing a long-standing security problem. Bump PORTREVISION.mi2015-01-236-3/+84
| | | | | | | | | | | | | PR: 196351 Differential Revision: D1593 Submitted by: Jan Beich Security: https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-6129 While here, arrange for building a few of the small utilities bundled with library, and install them along with another potentially useful header-file. Sponsored by: http://libpipe.com/
* Convert to USE_GITHUBriggs2015-01-182-4/+8
| | | | | | PR: 196616 Submitted by: jbeich@vfemail.net Approved by: mi@FreeBSD.org (maintainer)
* Cleanup plistantoine2014-11-221-1/+0
|
* Update from 0.20120526 to 0.20130514.mi2014-09-302-4/+4
| | | | | PR: 194036 Submitted by: Jan Beich
* Modernizebapt2014-04-041-4/+3
| | | | Support stage
* Part 2 at removing now useless FETCH_ARGS redifitionbapt2014-01-031-4/+0
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | net)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* Add NO_PROFILE=yes to these Makefiles to prevent building/installing themi2012-08-011-0/+1
| | | | | | _p.a flavor of the libraries. Submitted by: pointyhat's bot
* Add port of libutp -- a TCP-like networking API using UDP-transport.mi2012-07-286-0/+99