[kde-freebsd] [SVN Commit] area51/KDE/math/rocs

2014-01-29 Thread Raphael Kubo da Costa
SVN commit 9952 by rakuco: rocs: Stop requiring GCC. I fixed rocs' improper use of C++ upstream at the beginning of the 4.11 series. M +0 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org

Re: [kde-freebsd] [SVN Commit] area51/KDE/math/rocs

2013-08-19 Thread Raphael Kubo da Costa
Schaich Alonso alonsoscha...@fastmail.fm writes: No, it still fails to link if built with clang: # make MAKE_JOBS_UNSAFE=yes build ... [ 76%] Built target rocs_assignvaluesplugin [ 76%] Built target rocs_automoc Linking CXX executable rocs ../lib/librocsvisualeditor.so.5.0.1: undefined

[kde-freebsd] [SVN Commit] area51/KDE/math/rocs

2013-08-13 Thread Alonso Schaich
SVN commit 9421 by aschai: RocsCore/Modifiers/ValueModifier.cpp is written in what is clearly not C++. I tried patching it but clang wouldn't link, so force gcc instead. While here, track the dependency on grantlee and fix plist. M +3 -1 Makefile M +29 -1 pkg-plist

Re: [kde-freebsd] [SVN Commit] area51/KDE/math/rocs

2013-08-13 Thread Raphael Kubo da Costa
Alonso Schaich alonsoscha...@fastmail.fm writes: SVN commit 9421 by aschai: RocsCore/Modifiers/ValueModifier.cpp is written in what is clearly not C++. I tried patching it but clang wouldn't link, so force gcc instead. Does the attached patch fix the issue for you? diff --git

Re: [kde-freebsd] [SVN Commit] area51/KDE/math/rocs

2013-08-13 Thread Schaich Alonso
On Tue, 13 Aug 2013 13:09:02 -0300 Raphael Kubo da Costa rak...@freebsd.org wrote: Alonso Schaich alonsoscha...@fastmail.fm writes: SVN commit 9421 by aschai: RocsCore/Modifiers/ValueModifier.cpp is written in what is clearly not C+ +. I tried patching it but clang wouldn't link, so

[kde-freebsd] [SVN Commit] area51/KDE/math/rocs

2013-03-29 Thread Alberto Villa
SVN commit 9158 by avilla: - Fix and update COMMENT. PR: 177453 Submitted by: Kevin Zheng kevinz5...@gmail.com M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org