Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4

2015-09-03 Thread Schaich Alonso
On Tue, Sep 1, 2015, at 12:22, Max Brazhnikov wrote: > On Fri, 28 Aug 2015 13:42:06 -0700 (PDT) Alonso Schaich wrote: > > SVN commit 11418 by aschai: > > > > Disable JASPER usage > > > > JASPER was blacklisted due to it's security issues two weeks ago, and cannot > > be installed unless explicitl

Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4

2015-09-01 Thread Max Brazhnikov
On Fri, 28 Aug 2015 13:42:06 -0700 (PDT) Alonso Schaich wrote: > SVN commit 11418 by aschai: > > Disable JASPER usage > > JASPER was blacklisted due to it's security issues two weeks ago, and cannot > be installed unless explicitly whitelisted by the user. Tell kdelibs not to > use JASPER for the

Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4/files

2013-10-21 Thread Schaich Alonso
On Mon, 21 Oct 2013 21:57:52 + Schaich Alonso wrote: > On Mon, 21 Oct 2013 19:38:06 + > Max Brazhnikov wrote: > > > On Mon, 21 Oct 2013 12:08:23 -0700 Alonso Schaich wrote: > > > SVN commit 9636 by aschai: > > > > > > Remove a patch that became meaningless by last week's ffmpeg version

Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4/files

2013-10-21 Thread Schaich Alonso
On Mon, 21 Oct 2013 19:38:06 + Max Brazhnikov wrote: > On Mon, 21 Oct 2013 12:08:23 -0700 Alonso Schaich wrote: > > SVN commit 9636 by aschai: > > > > Remove a patch that became meaningless by last week's ffmpeg version > > cleanup. > > > > > > > > D patch-cmake_modules_FindF

Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4/files

2013-10-21 Thread Max Brazhnikov
On Mon, 21 Oct 2013 12:08:23 -0700 Alonso Schaich wrote: > SVN commit 9636 by aschai: > > Remove a patch that became meaningless by last week's ffmpeg version cleanup. > > > > D patch-cmake_modules_FindFFmpeg.cmake I'd keep it for a while. The patch is harmless and it allows to

Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4/files

2013-06-06 Thread Alberto Villa
On Thu, Jun 6, 2013 at 10:14 PM, Raphael Kubo da Costa wrote: > o The section which sets CFLAGS and CXXFLAGS that stayed in the >gcc-only section applies to clang as well, AFAIU. Yes, but I believe they are already set by CMake, as `make configure` now produces the same result with both GCC

Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4/files

2013-06-06 Thread Raphael Kubo da Costa
Alberto Villa writes: > Raphael: I know it's a hacky solution, but it's a dramatic improvement > in KDE usability. As a KDE build system guy, do you approve it for our > port until a proper solution is developed? It's not that hackish, thanks for picking this up :-) For upstreaming, the only thi

Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4/files

2013-06-06 Thread Alberto Villa
Raphael: I know it's a hacky solution, but it's a dramatic improvement in KDE usability. As a KDE build system guy, do you approve it for our port until a proper solution is developed? On Thu, Jun 6, 2013 at 12:48 PM, Alberto Villa wrote: > SVN commit 9251 by avilla: > > - Add basic support for C

Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4

2013-03-30 Thread Alberto Villa
On Sunday 31 March 2013 01:36:27 Raphael Kubo da Costa wrote: > >> kdelibs4: Disable tests without patching the CMake files. > >> > >> Instead of touching the source code, just pass an additional option to > >> CMake. > > > > Please, revert, I want the setting to be changed globally. > > How abo

Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4

2013-03-30 Thread Raphael Kubo da Costa
Alberto Villa writes: > On Saturday 30 March 2013 20:40:52 Raphael Kubo da Costa wrote: >> SVN commit 9160 by rakuco: >> >> kdelibs4: Disable tests without patching the CMake files. >> >> Instead of touching the source code, just pass an additional option to >> CMake. > > Please, revert, I want t

Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4

2013-03-30 Thread Alberto Villa
On Saturday 30 March 2013 20:40:52 Raphael Kubo da Costa wrote: > SVN commit 9160 by rakuco: > > kdelibs4: Disable tests without patching the CMake files. > > Instead of touching the source code, just pass an additional option to > CMake. Please, revert, I want the setting to be changed globally

Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4

2013-03-14 Thread Max Brazhnikov
The main difference is that kdelibs doesn't have run-time dependence on designer anymore. Ports that need UiTools (or build plugin for qt4-designer) must add designer_build component to USE_QT4. On Sat, 09 Mar 2013 02:08:36 + Max Brazhnikov wrote: > SVN commit 9040 by makc: > > Clean up depe

Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4

2012-05-15 Thread Dima Panov
On 16.05.2012 12:51, Raphael Kubo da Costa wrote: Dima Panov writes: Anyway, KDE's prototype have duplicated definitions, which already present in s-m-i, and it should be deleted by upstream. just my 0.02¢ Agreed; however that means bumping the minimum required version in kdelibs, which proba

Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4

2012-05-15 Thread Raphael Kubo da Costa
Dima Panov writes: > Anyway, KDE's prototype have duplicated definitions, which already > present in s-m-i, and it should be deleted by upstream. just my 0.02¢ Agreed; however that means bumping the minimum required version in kdelibs, which probably isn't very popular an idea. _

Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4

2012-05-15 Thread Dima Panov
On 16.05.2012 10:23, Raphael Kubo da Costa wrote: Alberto Villa writes: This is not orthogonal. The problem is that kdelibs and shared-mime-info have conflicting files in plist. Those files should not be there, imho, because we shouldn't list in plist files in share/mime/* other than those in

Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4

2012-05-15 Thread Alberto Villa
On Wed, May 16, 2012 at 1:23 AM, Raphael Kubo da Costa wrote: > It looks like we should do what other projects also do, and not keep > track of those entries in /usr/local/share/mime/{applications,...}: > >  * shared-mime-info itself should be run with --disable-update-mimedb >  * kdelibs4 should

Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4

2012-05-15 Thread Raphael Kubo da Costa
Alberto Villa writes: > This is not orthogonal. The problem is that kdelibs and > shared-mime-info have conflicting files in plist. Those files should > not be there, imho, because we shouldn't list in plist files in > share/mime/* other than those in share/mime/packages, and then have > update-m

Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4

2012-05-14 Thread Alberto Villa
On Tue, May 15, 2012 at 4:45 AM, Raphael Kubo da Costa wrote: > This is what I am uncomfortable with -- KDE installs kde.xml with > extensions or things which are being discussed on freedesktop.org > instances. If some of the definitions there do not seem valid, please > investigate the reasoning

Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4

2012-05-14 Thread Raphael Kubo da Costa
Alberto Villa writes: > On Tue, May 15, 2012 at 12:32 AM, Raphael Kubo da Costast > > I don't think so. makc's question is valid -- > we've been trying to get >> rid of local modifications as much as possible, and it's not clear if >> this one has been submitted upstream and what it is supposed

Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4

2012-05-14 Thread Alberto Villa
On Tue, May 15, 2012 at 12:32 AM, Raphael Kubo da Costast > I don't think so. makc's question is valid -- we've been trying to get > rid of local modifications as much as possible, and it's not clear if > this one has been submitted upstream and what it is supposed to fix. The story behind this i

Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4

2012-05-14 Thread Raphael Kubo da Costa
Max Brazhnikov writes: > On Mon, 14 May 2012 11:45:53 GMT, Dima Panov wrote: >> SVN commit 8180 by fluffy: >> >> - Exclude definitions override for mimetypes, which already provided >> by shared-mime-info. >> >> >> A files/patch-mimetypes_kde.xml >> M +0 -7 pkg-plist > > I

Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4

2012-05-14 Thread Max Brazhnikov
On Mon, 14 May 2012 11:45:53 GMT, Dima Panov wrote: > SVN commit 8180 by fluffy: > > - Exclude definitions override for mimetypes, which already provided > by shared-mime-info. > > > A files/patch-mimetypes_kde.xml > M +0 -7 pkg-plist Is this a patch from upstream?

Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4

2011-08-12 Thread Alberto Villa
On Monday 08 August 2011 05:34:38 Dima Panov wrote: > SVN commit 7378 by fluffy: > > - Fix build > > > M +2 -1 Makefile you readded grantlee to the dependencies, but as far as i see it's only required by a test application kdeui/tests/proxymodeltestsuite which is not installed. if tha

Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4/files

2010-08-02 Thread Dima Panov
On Sunday 01 August 2010 22:41:19 Max Brazhnikov wrote: > On Sun, 1 Aug 2010 12:54:14 +0200, Tijl Coosemans wrote: > > On Sunday 01 August 2010 10:32:15 Max Brazhnikov wrote: > > > SVN commit 6451 by makc: > > > > > > Revert tijl@ kdirwatch patch, it brings more problems than solves. > > > > I'll

Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4/files

2010-08-01 Thread Max Brazhnikov
On Sun, 1 Aug 2010 12:54:14 +0200, Tijl Coosemans wrote: > On Sunday 01 August 2010 10:32:15 Max Brazhnikov wrote: > > SVN commit 6451 by makc: > > > > Revert tijl@ kdirwatch patch, it brings more problems than solves. > > I'll have another look at it, but it's definitely best to keep it out > of

Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4/files

2010-08-01 Thread Tijl Coosemans
On Sunday 01 August 2010 10:32:15 Max Brazhnikov wrote: > SVN commit 6451 by makc: > > Revert tijl@ kdirwatch patch, it brings more problems than solves. I'll have another look at it, but it's definitely best to keep it out of 4.5 for now. Just to be sure, are there other problems besides plasma

Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4/files

2010-04-13 Thread Max Brazhnikov
On Tue, 13 Apr 2010 11:08:03 -0700 (PDT), Max Brazhnikov wrote: > SVN commit 6141 by makc: > A patch-kio_kfile_kdiskfreespaceinfo.cpp Fix calculation of disk size and free space. signature.asc Description: This is a digitally signed message part.

Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4/files

2009-10-09 Thread Dima Panov
On Friday 09 October 2009 20:04:15 Max Brazhnikov wrote: > On Thu, 8 Oct 2009 15:18:59 -0700 (PDT), Dima Panov wrote: > > SVN commit 5508 by fluffy: > > > > - Backport another forgotten patch for KDE 4.3.2 > > > > From svn log: > > > > SVN commit 1032787 by dfaure: > > > > Backport fix for 207173/2

Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4/files

2009-10-09 Thread Max Brazhnikov
On Thu, 8 Oct 2009 15:18:59 -0700 (PDT), Dima Panov wrote: > SVN commit 5508 by fluffy: > > - Backport another forgotten patch for KDE 4.3.2 > > From svn log: > > SVN commit 1032787 by dfaure: > > Backport fix for 207173/209876: Hide the whole widget, not just the view > and the viewport. Otherwise