summaryrefslogtreecommitdiff
path: root/net/libunp/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename all files containing a : in their filename.Mathieu Arnold2016-06-1722-68/+67
| | | | | | | While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
* Rename net/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-2920-0/+0
| | | | | Approve by: portmgr (not really, but one of these is modifying an unstaged port)
* - Fix build on AMD64Kirill Ponomarev2004-02-221-0/+11
| | | | | PR: ports/63201 Submitted by: Hendrik Scholz <hendrik@scholz.net>
* fix build on 5-CURRENT after RFC3542 change (EAI_ADDRFAMILY andHajimu UMEMOTO2003-10-291-0/+18
| | | | | | | | | | | | EAI_NODATA were obsoleted). There is some issue; we have EAI_NODATA as an alias of EAI_NONAME for workaround. However, some of these ports use it as a case label of switch. Since our alias broke such code, we may better to consider deleting such alias. Requested by: kris Approved by: portmgr (kris) (implicitly)
* make buildable on 4-current. now this port supports IPv6.Munechika SUMIKAWA2000-02-082-0/+22
| | | | Reviewed by: maintainer
* libunp is the library used in W. Richard Steven's book "UNIX NetworkDan Moschuk1999-10-0217-0/+287
Programming Volume 1, 2nd Edition". It contains the library and headers used in the examples as well as all programs from the text that compile on FreeBSD systems. PR: ports/14057 Submitted by: James FitzGibbon <james@targetnet.com>