svn commit: r357767 - head/net/cyphesis

Oliver Lehmann oliver at freebsd.org
Sun Jun 15 14:02:37 UTC 2014


John Marino <freebsd.contact at marino.st> wrote:

>> Also, would adding USE_GCC help here?
>
> From what I could see of the build log, it should be relatively easy for
> a knowledgeable person to fix it to work on any compiler.  A real
> attempt to fix it should be made before resorting to USE_GCC.  But yes,
> USE_GCC would be preferable to BROKEN IMO.

The first error which triggers the build to abort is of course easy to fix
by just adding #include <algorithm> and thats it.
The errors which will occur after the first one are not easy to fix. I even
mailed around with the author and it seems to be a bit complicated to fix
them. I didn't heard back from him for a while so I'm going to mark it as
broken as I don't have the time/energy to investigate any further.
- USE_GCC does not help.
- gcc-c++11-lib makes it compile a bit further but it fails later.


More information about the svn-ports-head mailing list