Port details |
- udt C++ library containing the UDT API implementation
- 4.11_3 net
=2 4.11_2Version of this port present on the latest quarterly branch. - Maintainer: ports@virtual-estates.net
 - Port Added: 2012-02-15 03:40:56
- Last Update: 2024-09-02 16:18:43
- Commit Hash: d85ea5a
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- http://udt.sourceforge.net/
- Description:
- UDP-based Data Transfer
The UDT software is a C++ library containing the UDT API implementation
and programming examples.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/udt/ && make install clean
- To add the package, run one of these commands:
- pkg install net/udt
- pkg install udt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: udt
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (udt.sdk.4.11.tar.gz) = aa25b6d7cbac474ca05b7c7b36f59e9a3cd5c61faed8bf1b7174ac118c3de1db
SIZE (udt.sdk.4.11.tar.gz) = 147707
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for udt-4.11_3:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- net_udt
- USES:
- uidfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.11_3 02 Sep 2024 16:18:43
    |
Piotr Kubaj (pkubaj)  |
net/udt: maintainer update
PR: 279341
Submitted by: Mikhail T. (maintainer) |
4.11_2 26 Aug 2024 12:40:58
    |
Piotr Kubaj (pkubaj)  |
net/udt: fix build on 13.x
Reported by: Mikhail T. <mi+t@virtual-estates.net> |
4.11_2 29 Jul 2024 15:10:11
    |
Piotr Kubaj (pkubaj)  |
net/udt: fix build on 14.1-RELEASE
core.cpp:2465:19: error: variable length arrays in C++ are a Clang extension
[-Werror,-Wvla-cxx-extension]
2465 | char cookiestr[(AF_INET == addr->sa_family ? INET_ADDRSTRLEN :
INET6_ADDRSTRLEN) +
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2466 | sizeof(clientport) + 64];
| ~~~~~~~~~~~~~~~~~~~~~~~
core.cpp:2465:31: note: function parameter 'addr' with unknown value cannot be
used in a constant expression
2465 | char cookiestr[(AF_INET == addr->sa_family ? INET_ADDRSTRLEN :
INET6_ADDRSTRLEN) +
| ^
core.cpp:2452:28: note: declared here
2452 | int CUDT::listen(sockaddr* addr, CPacket& packet)
| ^
1 error generated. |
4.11_2 18 May 2024 08:22:43
    |
Gleb Popov (arrowd)  |
*: Change the MAINTAINER field per request
PR: 278267 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.11_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.11_1 20 Jul 2022 14:22:37
    |
Tobias C. Berner (tcberner)  |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
4.11_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
4.11_1 25 Nov 2019 23:25:52
  |
brooks  |
Fix build with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>. |
4.11_1 21 Jan 2018 02:18:00
  |
mi  |
Add a patch to force using ::bind() instead of std::bind().
Otherwise the latter "wins", when compiling with latest clang and
-std=c++17, but its result can not be compared with the integer
0 causing an error... |
4.11_1 24 Sep 2015 21:19:55
  |
amdmi3  |
- Switch to options helpers
Approved by: portmgr blanket |
4.11_1 22 Nov 2014 14:43:24
  |
antoine  |
Cleanup plist |
4.11_1 26 Aug 2014 14:06:09
  |
tijl  |
- Fix missing library problems when the linker enforces explicit linking
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine) |
4.11_1 10 Aug 2014 08:40:50
  |
antoine  |
Fix a stage violation |
4.11_1 15 Jul 2014 16:36:19
  |
adamw  |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
4.11_1 09 Jun 2014 22:39:43
  |
mi  |
Support staging. Convert from NOPORTDOCS to the new way... |
4.11_1 05 May 2014 09:45:37
  |
bapt  |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
4.11_1 11 Feb 2014 22:35:46
  |
mi  |
Add a patch to make the invocation of select(2) work in CEPoll::wait() method.
Applicable only to non-Linux platforms, such as FreeBSD.
Bump PORTREVISION.
Obtained from: https://sourceforge.net/p/udt/patches/12/ |
4.11 11 Feb 2014 22:07:04
  |
mi  |
Relax the compiler warning flags slightly to ensure successful builds
with clang++ (on 10.x and -current).
Notified by: pointyhat |
4.11 20 Sep 2013 22:10:25
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
4.11 14 Aug 2013 22:35:54
  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
4.11 29 Apr 2013 08:57:13
  |
bapt  |
Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.
Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format |
4.11 27 Feb 2013 00:23:39
  |
mi  |
Upgrade from 4.10 to 4.11. Most of my patches have been incorporated by
the upstream.
Use -lmd instead of OpenSSL for MD5. |
4.10 15 Feb 2012 03:40:33
 |
mi  |
UDP-based Data Transfer
The UDT software is a C++ library containing the UDT API implementation
and programming examples.
WWW: http://udt.sourceforge.net/ |