[kde-freebsd] [SVN Commit] area51/KDE/astro/marble

2013-08-13 Thread Alonso Schaich
SVN commit 9415 by aschai: Fix plist. M +92 -5 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/KDE/Mk

2013-08-13 Thread Alonso Schaich
SVN commit 9416 by aschai: Bump marble SO_VERSION M +1 -1 bsd.kde4.mk ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/KDE/games/pairs

2013-08-13 Thread Alonso Schaich
SVN commit 9417 by aschai: Fix plist. M +12 -0 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

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

2013-08-13 Thread Alonso Schaich
SVN commit 9418 by aschai: Fix plist. M +3 -3 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

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

2013-08-13 Thread Alonso Schaich
SVN commit 9419 by aschai: Fix plist. M +1 -0 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

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

2013-08-13 Thread Alonso Schaich
SVN commit 9420 by aschai: Fix plist. M +3 -0 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[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 _

[kde-freebsd] [SVN Commit] area51/KDE/misc/kgeography

2013-08-13 Thread Alonso Schaich
SVN commit 9422 by aschai: Fix plist. M +2 -0 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/KDE/misc/klettres

2013-08-13 Thread Alonso Schaich
SVN commit 9423 by aschai: Fix plist. M +0 -1 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/KDE/misc/ktouch

2013-08-13 Thread Alonso Schaich
SVN commit 9424 by aschai: Fix plist. M +2 -1 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/KDE/misc/parley

2013-08-13 Thread Alonso Schaich
SVN commit 9425 by aschai: Fix plist. M +0 -1 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

Re: [kde-freebsd] Updating Calligra Word

2013-08-13 Thread Schaich Alonso
On Sun, 11 Aug 2013 06:56:19 -0400 Jerry wrote: > I presently have the latest version of Calligra Word available in the > ports system installed. It has been crashing unexpectedly. When > attempting to file a bug report(s), I was informed that the version I > have installed is no longer supported

[kde-freebsd] [SVN Commit] area51/PORTS/devel

2013-08-13 Thread Alonso Schaich
SVN commit 9426 by aschai: Welcome libkgapi2, used by kdepim-runtime-4.11 M +2 -1 libkgapi/Makefile A libkgapi2 (directory) A libkgapi2/Makefile A libkgapi2/distinfo A libkgapi2/pkg-descr A libkgapi2/pkg-plist

Re: [kde-freebsd] Upcoming KDE release

2013-08-13 Thread Schaich Alonso
On Mon, Aug 12, 2013, at 16:23, Raphael Kubo da Costa wrote: > Schaich Alonso writes: > > > I think of submitting the updates to 4.11.0 into area51 later or > > tomorrow, eventually the tinderbox is more operational this week, too. > > > > Is that ok? > > Thanks for picking up the work. Are you

[kde-freebsd] Didn't work Drag and drop with default desktop and panel/Not Build kdepim-4.10.5

2013-08-13 Thread not notnot
Hello i have a two problem: Problem number one: Didn't work Drag and drop with default desktop and default panel. http://www.freebsd.org/cgi/query-pr.cgi?pr=181163 Problem number two: kdepim not build. http://www.freebsd.org/cgi/query-pr.cgi?pr=181164 __

Re: [kde-freebsd] devel/smokekde

2013-08-13 Thread Dimitry Andric
On Aug 13, 2013, at 07:48, Schaich Alonso wrote: > devel/smokekde seems to use the -fno-exceptions compiler switch to disable > C++ exceptions, while at the same time it refers to some inline code of > akonadi that uses exceptions > (${KDEPREFIX}/include/akonadi/itempayloadinternals_p.h:164 for e

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

2013-08-13 Thread Raphael Kubo da Costa
Alonso Schaich 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 a/RocsCore/Modifiers/ValueModifier.c

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 wrote: > Alonso Schaich 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 att

[kde-freebsd] [SVN Commit] area51/KDE/deskutils/kdepim4-runtime

2013-08-13 Thread Alonso Schaich
SVN commit 9427 by aschai: Force dependency on devel/libkgapi2 in kdepim4-runtime, and fix it's plist. M +3 -2 Makefile M +6 -18 files/patch-CMakeLists.txt M +6 -2 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org