[kde-freebsd] [SVN Commit] area51/PORTS/www/kwebkitpart

2012-09-17 Thread Alberto Villa
SVN commit 8624 by avilla:

- Update to 1.3.0.

Let's wait for the distfile to replicate before committing to ports.



 M  +1 -2  Makefile  
 M  +2 -2  distinfo  


___
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] Current problem reports assigned to k...@freebsd.org

2012-09-17 Thread FreeBSD bugmaster
Note: to view an individual PR, use:
  http://www.freebsd.org/cgi/query-pr.cgi?pr=(number).

The following is a listing of current problems submitted by FreeBSD users.
These represent problem reports covering all versions including
experimental development code and obsolete releases.


S Tracker  Resp.  Description

o ports/171671 kdedevel/qt4-linguist 4.8.2 build failure
o ports/171369 kdedevel/qt4-moc: not compiled kde4
p ports/169809 kdeEnabling the qml-designer in devel/qtcreator
f ports/169671 kdeeditors/calligra Spreadsheet throws and exception on e
s ports/169348 kdeUnable to build:  devel/kdebindings4-ruby-korundum
p ports/169235 kdex11/kde4-runtime: kioslave sftp login error with keybo
f ports/168951 kdeerror building  devel/kdebindings4-perl-perlqt
f ports/165642 kdex11/kde4: keeps locking the screen.
f ports/165473 kdedevel/qt4-assistant
o ports/165213 kdedevel/cmake: Reinplacement of paths in Modules is bad
p ports/162261 kdesysutils/k3b-kde4 - fails to compile with ffmpeg-devel
o ports/156901 kde[patch] devel/cmake breaks with CC containing spaces
f ports/151154 kdeaudio/amarok-kde4 crashes on network activity if ports
f ports/148454 kdegames/freebsd-carddeck-kde4: freebsd's kde card deck d

14 problems total.

___
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/PORTS/sysutils/k3b-kde4

2012-09-17 Thread Jason E . Hale
SVN commit 8625 by jhale:

- Convert to optionsNG
- Run update-mime-database when installing via port
- Make COMMENT a little nicer
- Bump PORTREVISION because new patches will change the behavior of the plugins 



 M  +44 -37Makefile  


___
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/PORTS/graphics/digikam-kde4

2012-09-17 Thread Jason E . Hale
SVN commit 8626 by jhale:

- Remove pkg-message, it is irrelevant now



 M  +0 -3  Makefile  
 D pkg-message  


___
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/PORTS/sysutils/k3b-kde4

2012-09-17 Thread Jason E . Hale
SVN commit 8627 by jhale:

- shared mime database is updated by the build system, so we don't need
  to do it again

Pointed out by: makc



 M  +1 -2  Makefile  


___
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/PORTS/sysutils/polkit-qt

2012-09-17 Thread Alberto Villa
SVN commit 8628 by avilla:

- Remove useless dependencies.
- Avoid installing default LICENSE.
- Remove shlib soversion from LIB_DEPENDS.
- Update COMMENT, pkg-descr and WWW.
- Bump PORTREVISION.



 M  +7 -9  Makefile  
 M  +5 -2  pkg-descr  


___
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/PORTS/sysutils/polkit-kde

2012-09-17 Thread Alberto Villa
SVN commit 8629 by avilla:

- Update to 0.99.1 (more or less).
- Make NLS implicitly optional.
- Remove shlib soversion from LIB_DEPENDS.
- Avoid installing default LICENSE.
- Update COMMENT and pkg-descr.

This isn't a real update to 0.99.1. While the release actually exists,
it is only in Git, and thus misses translations. Since almost no new
strings were added, I made a patch to sync 0.99.0 sources with 0.99.1,
leaving translations in.



 M  +16 -9 Makefile  
 A files (directory)  
 A files/patch-0.99.1  
 M  +4 -2  pkg-descr  
 M  +40 -40pkg-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] [SVN Commit] area51/PORTS/sysutils/k3b-kde4

2012-09-17 Thread Max Brazhnikov
On Mon, 17 Sep 2012 17:45:35 +0200, Alberto Villa wrote:
 On Mon, Sep 17, 2012 at 5:37 PM, Jason E. Hale bsdkaf...@gmail.com wrote:
  SVN commit 8627 by jhale:
 
  - shared mime database is updated by the build system, so we don't need
to do it again
 
  Pointed out by: makc
 
 If I remember correctly, this can cause problems with Tinderbox,
 that's why we did like that (e.g., multimedia/kdenlive). I'm not sure
 it's still valid, though. I will investigate when i take care of
 standardizing MIME types installation.

no, it doesn't affect tinderbox builds. I've introduced this to simplify 
generation of pkg-plist, but it's not of much use now and can be removed 
safely. However, if you plan to move mime database out of ${LOCALBASE}, then 
these patches can be useful.

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/PORTS/sysutils/polkit-qt

2012-09-17 Thread Alberto Villa
SVN commit 8630 by avilla:

- Mark MAKE_JOBS_SAFE.
- Add dependency on glib20.



 M  +2 -0  Makefile  


___
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/PORTS/sysutils/k3b-kde4

2012-09-17 Thread Alberto Villa
On Mon, Sep 17, 2012 at 6:19 PM, Max Brazhnikov m...@freebsd.org wrote:
 no, it doesn't affect tinderbox builds. I've introduced this to simplify 
 generation of pkg-plist, but it's not of much use now and can be removed 
 safely. However, if you plan to move mime database out of ${LOCALBASE}, then 
 these patches can be useful.

Now I understand! Well, this will be handled automatically in a not so
distant future (keeping MIME types in plists causes some conflicts),
so something like that will be reintroduced (hopefully in
bsd.cmake.mk, for CMake).
-- 
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/QT

2012-09-17 Thread Alberto Villa
SVN commit 8632 by avilla:

- Update Qt to 4.8.3.



 M  +1 -1  Mk/bsd.qt.mk  
 D devel/dbus-qt4/files (directory)  
 M  +0 -1  devel/qmake4/Makefile  
 M  +5 -25 devel/qmake4/files/patch-qt4-before-ports-in-mkspecs.diff  
 M  +63 -28devel/qmake4/pkg-plist  
 D devel/qt4-corelib/files/patch-src__corelib__tools__qiterator.h  
 M  +0 -1  devel/qt4-uic3/Makefile  
 M  +2 -2  devel/qt4/distinfo  
 M  +1 -0  misc/qt4-doc/pkg-plist  
 M  +17 -0 misc/qt4-qtdemo/pkg-plist  
 M  +1 -1  www/qt4-webkit/pkg-plist  
 M  +0 -1  x11-toolkits/qt4-gui/Makefile  
 D x11-toolkits/qt4-gui/files (directory)  
 D x11/qt4-opengl/files (directory)  


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

2012-09-17 Thread Alberto Villa
SVN commit 8633 by avilla:

- Remove Makefile headers (leave in Created by where I'm not the
  creator).



 M  +1 -5  sysutils/polkit-kde/Makefile  
 M  +1 -5  sysutils/polkit-qt/Makefile  
 M  +0 -4  www/kwebkitpart/Makefile  


___
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/PORTS/sysutils

2012-09-17 Thread Alberto Villa
SVN commit 8634 by avilla:

- Add port for polkit-kde-kcmodules-1.

There is no public release, so I took a Git snapshot.
Plist yet to come.



 A kcm-polkit-kde (directory)  
 A kcm-polkit-kde/Makefile  
 A kcm-polkit-kde/distinfo  
 A kcm-polkit-kde/pkg-descr  


___
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/PORTS/sysutils/kcm-polkit-kde

2012-09-17 Thread Alberto Villa
SVN commit 8636 by avilla:

- Add polkit-kde to RUN_DEPENDS.
- Pet portlint.



 M  +2 -1  Makefile  


___
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/kde4-workspace

2012-09-17 Thread Alberto Villa
SVN commit 8637 by avilla:

- Add kcm-polkit-kde to RUN_DEPENDS.



 M  +1 -0  Makefile  


___
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