| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
2023-09-30 science/crf++: Last upstream activity was in 2015
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Change MASTER_SITES to GitHub, where upstream moved
- Apply some patches from the GitHub Pull Requests to make the port build
(upstream seems to lost some files while migrating to GitHub) and patch
some bugs
- Set licenses
- Upstream does not tag releases on GitHub, so it's all guessing what the
real version is. 0.59 is what I found in the source code.
- Install examples; they are useful to test if the port is working
- Remove old patches, they are no longer needed
- Update WWW
Notes:
svn path=/head/; revision=549633
|
|
|
|
|
|
|
|
|
|
|
| |
feature_index.cpp:174:22: error: no matching function for call to 'make_pair'
old2new.insert(std::make_pair<int, int>(it->second.first, new_maxid));
^~~~~~~~~~~~~~~~~~~~~~~~
http://beefy11.nyi.freebsd.org/data/head-i386-default/p478276_s338342/logs/errors/crf++-0.54_1.log
Notes:
svn path=/head/; revision=478668
|
|
|
|
| |
Notes:
svn path=/head/; revision=252940
|
|
PR: ports/100909
Submitted by: Cheng-Lung Sung <clsung at FreeBSD.org>
Notes:
svn path=/head/; revision=168927
|