Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | games/crack-attack: unbreak build with Clang 6 (C++14 by default) | Jan Beich | 2018-01-26 | 1 | -0/+17 |
| | | | | | | | | | | | | | | libc++ doesn't like "using namespace std" in C++11 Communicator.cxx:139:73: error: invalid operands to binary expression ('__bind<int &, sockaddr *, unsigned long>' and 'int') if (bind(connection_socket, (sockaddr *) &address, sizeof(address)) < 0) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ Reported by: pkg-fallout Approved by: portmgr blanket Notes: svn path=/head/; revision=460008 | ||||
* | Add <cstring> and/or <cstdlib> to 7 ports to support modern gcc | John Marino | 2015-09-20 | 1 | -0/+10 |
| | | | | | | | Approved by: gcc5 support blanket Notes: svn path=/head/; revision=397380 | ||||
* | - Add stage support | Danilo Egea Gondolfo | 2013-10-30 | 1 | -0/+10 |
- Fix a problem during execution PR: ports/180524 Reported by: Pavlo Greenberg <dog@virtual.org.ua> Notes: svn path=/head/; revision=332161 |