summaryrefslogtreecommitdiff
path: root/science/crf++/files/patch-common.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* science/crf++: Remove expired portMuhammad Moinur Rahman2023-09-301-11/+0
| | | | 2023-09-30 science/crf++: Last upstream activity was in 2015
* Fix compilation on i386Mateusz Piotrowski2020-09-221-0/+11
The error was: In file included from lbfgs.cpp:29: ./common.h:216:18: error: class member cannot be redeclared string_buffer& operator<<(size_t _n) { _UITOA(_n); } ^ ./common.h:214:18: note: previous definition is here string_buffer& operator<<(unsigned int _n) { _UITOA(_n); } ^ Notes: svn path=/head/; revision=549635