[kde-freebsd] [SVN Commit] area51/KDE/misc/kdeedu4/files

2010-12-12 Thread Alberto Villa
SVN commit 6785 by xzhayon:

- Fix patch.



 M  +13 -14patch-r1205297  


___
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/kdeedu4

2010-12-12 Thread Alberto Villa
SVN commit 6786 by xzhayon:

- 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/kdehier4

2010-12-12 Thread Alberto Villa
SVN commit 6787 by xzhayon:

- Oops! Really fix plist.



 M  +1 -1  files/make-plist.sh  
 M  +1 -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/graphics/kdegraphics4/files

2010-12-12 Thread Alberto Villa
SVN commit 6788 by xzhayon:

- Let Gwenview calculate correct RAM values on FreeBSD.

This is the same patch applied to Okular, but it doesn't provide any
speedup. The results are only used to detect when the memory is full
enough to warn the user it's time to save pictures modifications. The
message is quite annoying, so it's a nice improvement though. Patch
submitted upstream.



 A patch-gwenview__lib__memoryutils.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] Re: [SVN Commit] area51/KDE/graphics/kdegraphics4/files

2010-12-12 Thread Dima Panov
Albi, patch is incorrect at -current

In file included from 
/tmp/.build/usr/ports/graphics/kdegraphics4/work/kdegraphics-4.5.85/gwenview/lib/memoryutils.cpp:37:

/usr/include/sys/sysctl.h:721: error: 'u_int' has not been declared
In file included from 
/tmp/.build/usr/ports/graphics/kdegraphics4/work/kdegraphics-4.5.85/gwenview/lib/memoryutils.cpp:38:
/usr/include/vm/vm_param.h:109: error: 'u_int' does not name a type
/usr/include/vm/vm_param.h:110: error: 'dev_t' does not name a type
gmake[2]: *** [gwenview/lib/CMakeFiles/gwenviewlib.dir/memoryutils.o] Error 1
gmake[1]: *** [gwenview/lib/CMakeFiles/gwenviewlib.dir/all] Error 2




13.12.2010, 11:17, Alberto Villa villa.albe...@gmail.com:
 SVN commit 6788 by xzhayon:

 - Let Gwenview calculate correct RAM values on FreeBSD.

 This is the same patch applied to Okular, but it doesn't provide any
 speedup. The results are only used to detect when the memory is full
 enough to warn the user it's time to save pictures modifications. The
 message is quite annoying, so it's a nice improvement though. Patch
 submitted upstream.

  A patch-gwenview__lib__memoryutils.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

-- 
Dima Panov 
k...@freebsd team

Я на Facebook: http://www.facebook.com/?id=10181104157
___
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/graphics/kdegraphics4/files

2010-12-12 Thread Dima Panov
SVN commit 6789 by fluffy:

- Also #include sys/types.h to provide correct types declarations for memory 
functions


 M  +2 -1  patch-gwenview__lib__memoryutils.cpp  
 M  +2 -1  patch-okular__core__document.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