Re: [kde-freebsd] HAL in a Handbook

2012-05-14 Thread Alberto Villa
On Tue, May 8, 2012 at 12:36 AM, Adam Vande More amvandem...@gmail.com wrote:
 The instructions from the Handbook causing issues:

 local_startup=${local_startup} /usr/local/kde4/etc/rc.d
 kdm4_enable=YES

 When the local_startup line is present, HAL crashes.

I've filed a PR which, among other things, takes care of this:
http://www.freebsd.org/cgi/query-pr.cgi?pr=167864

Thanks for the remainder!
-- 
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

2012-05-14 Thread Dima Panov
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  


___
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

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?

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/multimedia/gstreamer-qt4

2012-05-14 Thread Dima Panov
SVN commit 8181 by fluffy:

- Sync with ports, update to 0.10.2 release


 M  +4 -4  Makefile  
 M  +2 -2  distinfo  
 M  +14 -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


Re: [kde-freebsd] ports/165977: [exp-run] for Qt 4.8.0, PyQt 4.9.1 and KDE SC 4.8.1

2012-05-14 Thread Dwayne MacKinnon
Yay! Congrats to the team! Looking forward to trying out 4.8.3.

Cheers,
DMK

On May 12, 2012 11:01:14 PM Raphael Kubo da Costa wrote:
 Max Brazhnikov m...@freebsd.org writes:
  I've updated patches:
  http://people.freebsd.org/~makc/patches/kde-4.8.3-20120513.diff
  http://people.freebsd.org/~makc/patches/kdesupport-20120513.diff
  http://people.freebsd.org/~makc/patches/qt-4.8.1-20120513.diff
  
  PyQt is the same:
  http://people.freebsd.org/~makc/patches/pyqt-4.9.1.diff
 
 BTW, this means the KDE team is ready with the new release :-)
 ___
 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 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] ports/165977: [exp-run] for Qt 4.8.0, PyQt 4.9.1 and KDE SC 4.8.1

2012-05-14 Thread Max Brazhnikov
On Mon, 14 May 2012 14:33:19 -0400, Dwayne MacKinnon wrote:
 Yay! Congrats to the team! Looking forward to trying out 4.8.3.

Just apply patches, read UPDATING from area51, run portmaster and enjoy!

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/textproc/rasqal

2012-05-14 Thread Raphael Kubo da Costa
SVN commit 8182 by rakuco:

rasqal: Sync with ports at version 0.9.29

 M  +2 -3  Makefile  
 M  +2 -2  distinfo  
 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


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
rak...@freebsd.org  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 is: when KDE is installed in /usr/local, it
conflicts with shared-mime-info. Since they both install the same MIME
types, just depend on shared-mime-info. Unfortunately, KDE also
defines .doc as plain/text. While i think this is valid, Dima doesn't.
As a short term solution, I agreed he could just remove all the
conflicting MIME types. As a long term solution, instead, I'll write
an automated system to handle MIME types throughout the ports tree
(just as I'm doing with fonts) which will avoid installing MIME types:
it will just install XML packages and then let update-mime-database
create the MIME types on its own.

How does it sound?
-- 
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