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

2015-12-18 Thread Raphael Kubo da Costa
SVN commit 11703 by rakuco:

kdelibs4: Apply all required upstream patches for PR 200018.

Bug 200018 is caused by the .pyc/.pyo files installed by devel/py-pykde4
containing references to the stage directory in them. When
editors/kate-plugin-pate is built by a user with write-access to those
PyKDE4 .pyc/.pyo files, they are rewritten automatically by Python to point
to their current location, which most of the times is different from the
staging location of where devel/py-pykde4 was built. This at the very least
leads to a filesystem violation in Poudriere.

The fix I landed upstream involves making kdelibs's PythonCompile.py accept
a --destination-dir parameter with the directory we want to register in the
.pyc/.pyo files, just like several ports do in their build or post-install
targets by calling Python's compileall.py module with -d.

The patches in files/ look somewhat confusing because we already patch
PythonMacros.cmake to build .pyo files and had to integrate the other
patches into it. At least I have added some context to
patch-cmake_modules_PythonMacros.cmake to reduce the confusion.

In the ports tree, this change must be landed with a PORTREVISION bump in
ports that use either the PYKDE4_INSTALL_PYTHON_FILES() or the
PYTHON_INSTALL() macros, namely:
- devel/py-pykde4
- games/kajongg (the .pyo files must be included in the plist)
- x11/plasma-scriptengine-python

PR: 200018


 M  +31 -12patch-cmake_modules_PythonMacros.cmake  
 AMpatch-git_016841a  
 AMpatch-git_94f1d2f  


___
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/x11/kdelibs4/files

2015-06-15 Thread Alonso Schaich
SVN commit 10789 by aschai:

Revert r10784

It becomes obsolete by 10788, which is based on upstream development.

PR: 200734



 M  +4 -12 patch-cmake_modules_FindKDE4Internal.cmake  


___
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/x11/kdelibs4/files

2015-06-11 Thread Alonso Schaich
SVN commit 10784 by aschai:

Enable C++ exceptions on GCC

Linux, and formerly also FreeBSD and *BSD had explicitly disabled C++
exceptions via FindKDE4Internal.cmake and it's predecesor, FindKDE4.cmake,
which resided in a different path originally. The Disabling was around
for the whole history of the file so there's no statement on why this was
introduced - I assume considerations about the library ABI were the reason.

When using clang, C++ exceptions are not explicitly disabled, so restore the
default behaviour of GCC, which is allowing them. This fixes the recent
breaking of libkdcraw after the libraw update of PORTS revision 388490.

PR: 200734



 M  +12 -4 patch-cmake_modules_FindKDE4Internal.cmake  


___
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/x11/kdelibs4/files

2014-08-21 Thread Alonso Schaich
SVN commit 10256 by aschai:

Remove patches commited into upstream.



 D patch-CVE-2014-5033  
 D patch-git_a7e47438  


___
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/x11/kdelibs4/files

2014-08-21 Thread Alonso Schaich
SVN commit 10261 by aschai:

Regenerate the mimetypes patch.



 M  +417 -7patch-mimetypes_kde.xml  


___
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/x11/kdelibs4/files

2014-07-31 Thread Raphael Kubo da Costa
SVN commit 10223 by rakuco:

kdelibs4: Merge r363621 from ports.


r363621 | rakuco | 2014-07-31 18:24:44 +0300 (Thu, 31 Jul 2014) | 5 lines

Add upstream patch for CVE-2014-5033.

MFH:   2014Q3
Security:  2f90556f-18c6-11e4-9cc4-5453ed2e2b49





 AMpatch-CVE-2014-5033  


___
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/x11/kdelibs4/files

2014-07-16 Thread Raphael Kubo da Costa
SVN commit 10182 by rakuco:

kdelibs4: Backport my upstream patch for FindPyQt4.cmake.

It makes it work with PyQt's new build system (being used with the PYQT/
ports in area51). PyKDE still needs to be fixed, though.



 AMpatch-git_a7e47438  


___
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/x11/kdelibs4/files

2014-02-07 Thread Max Brazhnikov
SVN commit 9991 by makc:

x11/kdelibs4: remove patch, we don't need workarounds for Qt 3 these days

 D patch-kio__CMakeLists.txt  


___
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/x11/kdelibs4/files

2013-11-10 Thread Alonso Schaich
SVN commit 9732 by aschai:

Make several contents of OpenGL.org, Aeroflot.ru, and numerous other sites
work in KHTML by importing two upstream commits accepted for kde-4.11.4 which
fix invalid memory accesses.



 A patch-khtml__rendering__-dangling-pointers.diff  


___
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/x11/kdelibs4/files

2013-10-23 Thread Max Brazhnikov
SVN commit 9641 by makc:

look for non-suffixed ffmpeg by default

 M  +3 -9  patch-cmake_modules_FindFFmpeg.cmake  


___
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/x11/kdelibs4/files

2013-10-21 Thread Alonso Schaich
SVN commit 9636 by aschai:

Remove a patch that became meaningless by last week's ffmpeg version cleanup.



 D patch-cmake_modules_FindFFmpeg.cmake  


___
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] [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 test devel
version of ffmpeg port. Besides *.cmake from kdelibs are used by other ports,
so be cautious when changing them.

Cheers,
Max
___
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] [SVN Commit] area51/KDE/x11/kdelibs4/files

2013-10-21 Thread Schaich Alonso
On Mon, 21 Oct 2013 19:38:06 +
Max Brazhnikov m...@freebsd.org 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_FindFFmpeg.cmake  
 
 I'd keep it for a while. The patch is harmless and it allows to test devel
 version of ffmpeg port. Besides *.cmake from kdelibs are used by other
 ports, so be cautious when changing them.
 
 Cheers,
 Max

Isnt't the devel version of ffmpeg mututally exclusive to the stable
version and also sharing it's library names?

___
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] [SVN Commit] area51/KDE/x11/kdelibs4/files

2013-10-21 Thread Schaich Alonso
On Mon, 21 Oct 2013 21:57:52 +
Schaich Alonso alonsoscha...@fastmail.fm wrote:

 On Mon, 21 Oct 2013 19:38:06 +
 Max Brazhnikov m...@freebsd.org 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_FindFFmpeg.cmake  
  
  I'd keep it for a while. The patch is harmless and it allows to test devel
  version of ffmpeg port. Besides *.cmake from kdelibs are used by other
  ports, so be cautious when changing them.
  
  Cheers,
  Max
 
 Isnt't the devel version of ffmpeg mututally exclusive to the stable
 version and also sharing it's library names?


Err, found it doesn't. sorry for the noice.

Alonso
___
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/x11/kdelibs4/files

2013-10-21 Thread Alonso Schaich
SVN commit 9640 by aschai:

Reintroduce FFMPEG_SUFFIX support in kdelibs, by reverting r9636.



 A patch-cmake_modules_FindFFmpeg.cmake  


___
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/x11/kdelibs4/files

2013-06-06 Thread Alberto Villa
SVN commit 9251 by avilla:

- Add basic support for Clang as KDE compiler.

This fixes widgetexplorer, activitymanager and notifications
plasmoids, but requires (apparently) a complete rebuild of every
kdelibs dependent port, so I would commit it to ports along with
4.10.4.

https://bugs.kde.org/show_bug.cgi?id=313763
https://bugs.kde.org/show_bug.cgi?id=300429



 M  +79 -4 patch-cmake_modules_FindKDE4Internal.cmake  


___
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] [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 avi...@freebsd.org wrote:
 SVN commit 9251 by avilla:

 - Add basic support for Clang as KDE compiler.

 This fixes widgetexplorer, activitymanager and notifications
 plasmoids, but requires (apparently) a complete rebuild of every
 kdelibs dependent port, so I would commit it to ports along with
 4.10.4.

 https://bugs.kde.org/show_bug.cgi?id=313763
 https://bugs.kde.org/show_bug.cgi?id=300429



  M  +79 -4 patch-cmake_modules_FindKDE4Internal.cmake


 ___
 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



-- 
Alberto Villa, FreeBSD committer avi...@freebsd.org
http://people.FreeBSD.org/~avilla
___
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] [SVN Commit] area51/KDE/x11/kdelibs4/files

2013-06-06 Thread Raphael Kubo da Costa
Alberto Villa avi...@freebsd.org 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 thing I'd change is the part that sets GCC_IS_NEWER_THAN_XY;
it'd be clearer to change the IF's.

A few comments:
 o It's better to check CMAKE_CXX_COMPILER_ID instead of
   CMAKE_C_COMPILER_ID in terms of correctness.

 o The section which sets CFLAGS and CXXFLAGS that stayed in the
   gcc-only section applies to clang as well, AFAIU.
___
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] [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
rak...@freebsd.org 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 and Clang. Anyway, since
you say I'm close to a good solution, I'll try to clean it up.
Thanks for reviewing. :)
--
Alberto Villa, FreeBSD committer avi...@freebsd.org
http://people.FreeBSD.org/~avilla
___
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/x11/kdelibs4/files

2013-05-16 Thread Max Brazhnikov
SVN commit 9237 by makc:

Update patch, remove no longer needed patch (for unsupported FreeBSD versions)

 M  +2 -2  patch-KDE4Defaults.cmake  
 D patch-kio_kfile_kpropertiesdialog.cpp  


___
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/x11/kdelibs4/files

2013-03-11 Thread Max Brazhnikov
SVN commit 9065 by makc:

Re-add patches and update

 AMpatch-cmake_modules_FindKdcraw.cmake   
patch-cmake_modules_FindKdcraw.cmake#8999
 AMpatch-cmake_modules_FindKipi.cmake   
patch-cmake_modules_FindKipi.cmake#8999


___
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/x11/kdelibs4/files

2013-03-05 Thread Alonso Schaich
SVN commit 9009 by aschai:

Bump LIBVERSION patch for 4.10.1



 M  +2 -2  patch-KDE4Defaults.cmake  


___
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/x11/kdelibs4/files

2013-02-15 Thread Max Brazhnikov
SVN commit 8993 by makc:

Sync with ports:
Remove -std=iso9899:1990 from CFLAGS, base gcc's not happy with it


 M  +12 -3 patch-cmake_modules_FindKDE4Internal.cmake  


___
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/x11/kdelibs4/files

2013-01-03 Thread Max Brazhnikov
SVN commit 8873 by makc:

regenerate patches

 M  +2 -2  patch-KDE4Defaults.cmake  
 M  +36 -36patch-cmake_modules_PythonMacros.cmake  


___
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/x11/kdelibs4/files

2012-06-19 Thread Dima Panov
SVN commit 8328 by fluffy:

- Handle empty KDE4_ENABLE_EXCEPTIONS environment variable in proper way



 A patch-kdecore__CMakeLists.txt  


___
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/x11/kdelibs4/files

2012-06-14 Thread Max Brazhnikov
SVN commit 8317 by makc:

Add patch from upstream that makes kdelibs  4.8.4 compatible with Soprano 2.7.6

 A patch-git76e0376d  


___
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/x11/kdelibs4/files

2012-05-27 Thread Raphael Kubo da Costa
SVN commit 8239 by rakuco:

kdelibs4: Use the commit I made upstream for the HashSet patch

 M  +18 -5 patch-kjs__wtf__HashSet.h  


___
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/x11/kdelibs4/files

2012-05-26 Thread Alberto Villa
SVN commit 8236 by avilla:

- Fix build with Clang.

Submitted by:   arrowdodger via IRC


 A patch-kjs__wtf__HashSet.h  


___
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/x11/kdelibs4/files

2011-11-10 Thread Raphael Kubo da Costa
SVN commit 7822 by rakuco:

kdelibs4: Add upstream commit 999eac4.

This should fix crashes when using kwebkitpart (at least Ark and Akregator 4.7
would benefit from this).


 A patch-kparts__statusbarextension.cpp  


___
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/x11/kdelibs4/files

2011-11-03 Thread Alberto Villa
SVN commit 7810 by avilla:

- Try to fix kdelibs conflict with Qt 3.



 A patch-kio__CMakeLists.txt  


___
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/x11/kdelibs4/files

2011-10-28 Thread Alberto Villa
SVN commit 7779 by avilla:

- Silence warning message about missing posix_fallocate().


 A patch-kdecore__util__kshareddatacache_p.h  


___
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/x11/kdelibs4/files

2011-10-09 Thread Raphael Kubo da Costa
SVN commit 7721 by rakuco:

kdelibs4: Add upstream patch to fix a Nepomuk regression.

According to Sebastian Trueg, sadly I introduced a serious issue into kdelibs
4.7.2 which was intended to be a fix. This bug prevents any query which does
NOT use wide unicode characters to fail.  The attached patch provides a
workaround for this issue and will make all queries work.


 A patch-nepomuk__query__querybuilderdata_p.h  


___
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/x11/kdelibs4/files

2011-09-05 Thread Alberto Villa
SVN commit 7596 by avilla:

- Fix patch for the FindKipi CMake module.



 M  +1 -1  patch-cmake_modules_FindKipi.cmake  


___
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/x11/kdelibs4/files

2011-06-09 Thread Alberto Villa
SVN commit 7296 by avilla:

- Remove two backported patches.



 D patch-kdeui-icons-kiconengine.cpp  
 D patch-kdeui-icons-kiconengine_p.h  


___
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/x11/kdelibs4/files

2011-05-28 Thread Alberto Villa
SVN commit 7272 by avilla:

- Fix patch.



 M  +3 -3  patch-git-92db24ad  


___
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/x11/kdelibs4/files

2011-05-08 Thread Raphael Kubo da Costa
SVN commit 7254 by rakuco:

Backport commit e7951201a19a4439b6ad95440c6de9b6b3620e45 from upstream.

See the commit message in the patches or upstream for details.

This should prevent a few Plasma-related crashes.


 A patch-kdeui-icons-kiconengine.cpp  
 A patch-kdeui-icons-kiconengine_p.h  


___
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/x11/kdelibs4/files

2011-04-04 Thread Raphael Kubo da Costa
SVN commit 7083 by rakuco:

kdelibs4: Remove CVE patch that is now upstream (4.6.2).


 D patch-CVE-2011-1168  


___
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/x11/kdelibs4/files

2011-03-14 Thread Alberto Villa
SVN commit 7037 by avilla:

- Fix icons and descriptions of optical drives on FreeBSD.

Reported by:avg


 A patch-solid_solid_backends_hal_haldevice.cpp  


___
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/x11/kdelibs4/files

2010-10-01 Thread Max Brazhnikov
SVN commit 6598 by makc:

Add Tijl's patches for kdirwatch, requires patched qt4-corelib (will be 
committed later)

 A patch-kdecore_CMakeLists.txt  
 M  +88 -10patch-kdecore_io_kdirwatch.cpp  
 A patch-kdecore_io_kdirwatch_p.h  


___
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/x11/kdelibs4/files

2010-08-05 Thread Max Brazhnikov
SVN commit 6460 by makc:

Fix checks for alsa headers

 A patch-cmake_modules_FindAlsa.cmake  


___
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] [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 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-desktop using
  100% cpu?
 
 I don't experience 100% cpu load by plasma-desktop, but kdeinit4 crashes 
 every time at start up, thus making kde session less usable. 

I had same experience with first version of patch, but lates one works fine for 
me with 4.4.90, and it was updated in area51. 

however, not tested it with 4.5.0 yet

 I'll rebuild kde with debug and provide backtraces later, if you are 
 interested in fixing this.
 

-- 
Dima Red Fox Panov @ Home | C73E 2B72 1FFD 61BD E206 1234 A626 76ED 93E3 B018
Khabarovsk, Russia  | 2D30 2CCB 9984 130C 6F87 BAFC FB8B A09D D539 8F29
k...@freebsd Team | FreeBSD committer since 10.08.2009 | FreeBSD since Sept 1995
Twitter: fluffy_khv | Skype: dima.panov | Jabber.[org|ru]/GTalk/QIP: fluffy.khv
___
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/x11/kdelibs4/files

2010-08-01 Thread Max Brazhnikov
SVN commit 6451 by makc:

Revert tijl@ kdirwatch patch, it brings more problems than solves.

 D patch-kdecore_CMakeLists.txt  
 M  +2 -28 patch-kdecore_io_kdirwatch.cpp  
 D patch-kdecore_io_kdirwatch_p.h  
 D patch-kjs_CMakeList.txt  


___
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] [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-desktop using
100% cpu?


signature.asc
Description: This is a digitally signed message part.
___
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] [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 4.5 for now.
 
 Just to be sure, are there other problems besides plasma-desktop using
 100% cpu?

I don't experience 100% cpu load by plasma-desktop, but kdeinit4 crashes every 
time at start up, thus making kde session less usable. 

I'll rebuild kde with debug and provide backtraces later, if you are interested 
in fixing this.

Max
___
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/x11/kdelibs4/files

2010-07-08 Thread Dima Panov
SVN commit 6400 by fluffy:

- Try to fix plasma instability issue with KDirWatch

Submitted by:   Tijl Coosemans (author) at kde-freebsd ML


 M  +10 -0 patch-kdecore_io_kdirwatch.cpp  


___
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/x11/kdelibs4/files

2010-04-13 Thread Max Brazhnikov
SVN commit 6141 by makc:



 A patch-kio_kfile_kdiskfreespaceinfo.cpp  


___
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/x11/kdelibs4/files

2010-04-13 Thread Max Brazhnikov
SVN commit 6142 by makc:

Allow mounting large fat32 partitions, support locale option for mount_ntfs-3g

 A patch-solid_solid_backends_hal_halstorageaccess.cpp  


___
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] [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.
___
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/x11/kdelibs4/files

2010-02-12 Thread Dima Panov
SVN commit 6016 by fluffy:

- Critical fix

From svn log
SVN commit 1089160 by ggarand:

automatically merged revision 1089159:
Critical performance fix:

There is a huge difference of behaviour between DEBUG and RELEASE
builds of Qt 4.6, that breaks scrolling in KHTML.

Using QWidget::scroll() on a widget that doesn't have WA_OpaquePaintEvent
attribute set works just fine in Debug, but completely breaks down in
Release, causing the whole view to get repainted always.

Obtained from:  KDE svn repo


 A patch-1089160  


___
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/x11/kdelibs4/files

2009-10-31 Thread Thomas Abthorpe
SVN commit 5531 by tabthorpe:

- Remove back port patches

 D patch-1032185  
 D patch-1032787  
 D patch-1033984  


___
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/x11/kdelibs4/files

2009-10-11 Thread Dima Panov
SVN commit 5511 by fluffy:

- Backport another crash fix 

From svn log:
SVN commit 1033984 by orlovich:

Don't crash if the widget gets destroyed directly,
which happens a lot in apps like kopete and dikigam
(This does not directly destroy the view as it's not.
actually a child object)

@packagers:
If any 4.3.x packages include 1032787 --- which looks like.
some do --- then this change should also be included.


 A patch-1033984  


___
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] [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 the findbar stays around, receives focus, and
 this makes the partmanager activate the part that we're currently
 deleting...

 With multiple tabs opened, Ctrl+F Ctrl+W crashes konqueror/khtml in
 4.3.2...

 4.3.2 would have been more stable if I hadn't forgotten to backport
 two fixes... can't wait for 4.3.3.
 Forgot to do this before 4.3.2, so the fix will be in 4.3.3 :(



  A patch-khtml

I propose to use different names for patches from upstream so they can be 
easily distinguished from FreeBSD/ports specific patches.
For example patch-${svnrev}.
This will simplify life a bit for those who pushing our patches upstream and 
for those who updates ports for next KDE releases, id est for us :)

Max


___
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] [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/209876: Hide the whole widget, not just the view
  and the viewport. Otherwise the findbar stays around, receives focus, and
  this makes the partmanager activate the part that we're currently
  deleting...
 
  With multiple tabs opened, Ctrl+F Ctrl+W crashes konqueror/khtml in
  4.3.2...
 
  4.3.2 would have been more stable if I hadn't forgotten to backport
  two fixes... can't wait for 4.3.3.
  Forgot to do this before 4.3.2, so the fix will be in 4.3.3 :(
 
 
 
   A patch-khtml
 
 I propose to use different names for patches from upstream so they can be
 easily distinguished from FreeBSD/ports specific patches.
 For example patch-${svnrev}.
 This will simplify life a bit for those who pushing our patches upstream
  and for those who updates ports for next KDE releases, id est for us :)


I'd like the idea. Also upstream patches will be applied before any ports 
patches, so it's 
a very good scheme for the future changes.

Will rename 2 upstream patches by this scheme. 


P.S.: Time to document team rules and propose it as one of basic rules?

-- 
Dima Red Fox Panov @ Home | C73E 2B72 1FFD 61BD E206 1234 A626 76ED 93E3 B018
Khabarovsk, Russia  | 2D30 2CCB 9984 130C 6F87 BAFC FB8B A09D D539 8F29
k...@freebsd Team | FreeBSD committer since 10.08.2009 | FreeBSD since Sept 1995
Twitter.com:fluffy_khv | Skype:dima.panov | Jabber.org:fluffy.khv | ICQ:1745024


signature.asc
Description: This is a digitally signed message part.
___
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/x11/kdelibs4/files

2009-10-09 Thread Dima Panov
SVN commit 5509 by fluffy:

- Rename upstream patches by new scheme, patch-${svnrev}, to easy maintain
  this kind of fixes between releases in future.

Idea from:  makc


 A patch-1032185   patch-kdecore-localization#5508
 A patch-1032787   patch-khtml#5508
 D patch-kdecore-localization  
 D patch-khtml  


___
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/x11/kdelibs4/files

2009-10-08 Thread Dima Panov
SVN commit 5506 by fluffy:

- Backport KLocale mutex fix

From svn log:

SVN commit 1032185 by dfaure:

Backport r1030572: Use the -same- mutex for KLocale and KLocalizedString, since 
they both call each other.
This fixes a deadlock in KLocale. My fault for forgetting to backport the fix 
for KDE 4.3.2 :-(
BUG: 209712



 A patch-kdecore-localization  


___
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/x11/kdelibs4/files

2009-10-08 Thread Dima Panov
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 the findbar stays around, receives focus, and this 
makes 
the partmanager activate the part that we're currently deleting...

With multiple tabs opened, Ctrl+F Ctrl+W crashes konqueror/khtml in 4.3.2...

4.3.2 would have been more stable if I hadn't forgotten to backport
two fixes... can't wait for 4.3.3.
Forgot to do this before 4.3.2, so the fix will be in 4.3.3 :(



 A patch-khtml  


___
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