aboutsummaryrefslogtreecommitdiff
path: root/net/libutp
Commit message (Collapse)AuthorAgeFilesLines
* net/libutp: unbreak build with Clang 6 (C++14 by default)Jan Beich2018-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) Notes: svn path=/head/; revision=458221
* Update ports in the n* categories to not use GH_COMMIT.Mathieu Arnold2015-05-072-4/+3
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385640
* Add a patch to fix 64-bit specific warnings in the just-added utilities.Mikhail Teterin2015-01-221-0/+54
| | | | | | | | PR: 197009 Submitted by: Jan Beich Notes: svn path=/head/; revision=377699
* Add a patch fixing a long-standing security problem. Bump PORTREVISION.Mikhail Teterin2015-01-226-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/ Notes: svn path=/head/; revision=377674
* Convert to USE_GITHUBThomas Zander2015-01-182-4/+8
| | | | | | | | | PR: 196616 Submitted by: jbeich@vfemail.net Approved by: mi@FreeBSD.org (maintainer) Notes: svn path=/head/; revision=377320
* Cleanup plistAntoine Brodin2014-11-221-1/+0
| | | | Notes: svn path=/head/; revision=373063
* Update from 0.20120526 to 0.20130514.Mikhail Teterin2014-09-302-4/+4
| | | | | | | | PR: 194036 Submitted by: Jan Beich Notes: svn path=/head/; revision=369640
* ModernizeBaptiste Daroussin2014-04-041-4/+3
| | | | | | | Support stage Notes: svn path=/head/; revision=350082
* Part 2 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-4/+0
| | | | Notes: svn path=/head/; revision=338513
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Add NO_PROFILE=yes to these Makefiles to prevent building/installing theMikhail Teterin2012-07-311-0/+1
| | | | | | | | | _p.a flavor of the libraries. Submitted by: pointyhat's bot Notes: svn path=/head/; revision=301797
* Add port of libutp -- a TCP-like networking API using UDP-transport.Mikhail Teterin2012-07-276-0/+99
Notes: svn path=/head/; revision=301628