Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all the bootstrap files (.bs) from the plists. | Mathieu Arnold | 2014-06-10 | 1 | -1/+0 |
| | | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300 | ||||
* | - support stage | Andrej Zverev | 2014-01-05 | 2 | -3/+1 |
| | | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=338813 | ||||
* | Add NO_STAGE all over the place in preparation for the staging support (cat: ↵ | Baptiste Daroussin | 2013-09-20 | 1 | -0/+1 |
| | | | | | | | net) Notes: svn path=/head/; revision=327755 | ||||
* | The primary purpose of this is to use file descriptors instead of file | Jun Kuriyama | 2013-08-10 | 4 | -0/+31 |
handles for socket operations. File descriptors can be shared between threads and not need dup file handles for each threads. WWW: http://search.cpan.org/dist/POSIX-Socket/ Notes: svn path=/head/; revision=324544 |