Re: [kde-freebsd] Compiling KDE 4.4.0 on FreeBSD 8.

2010-02-14 Thread Bartosz Fabianowski
   Could NOT find Nepomuk (missing: NEPOMUK_LIBRARIES
 NEPOMUK_INCLUDE_DIR
 
 Anybody have a clue how to resolve this ?

Yes, I know how to fix it. I ran into this myself last night and posted
the fix to this mailing list:

1. Install textproc/redland. Do *not* select any alternative backends
(no MySQL, no PgSQL, no SQLite, no Virtuoso).

2. Re-run make config for textproc/soprano and enable the Redland
backend. Then, reinstall textproc/soprano.

3. Reinstall x11/kdelibs4.

After you have completed all three steps, graphics/kdegraphics4 and
deskutils/kdepim4 should build.

- Bartosz
___
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] HEADS UP: [CFT] KDE SC 4.4.0 for FreeBSD.

2010-02-14 Thread Bartosz Fabianowski
 Soprano have redland dependency option on by default.
 But good point, I might change my opinion to hard dependency list :)

For graphics/kdegraphics4 and deskutils/kdepim4 to work, it really is
not optional at all.

  (2) textproc/redland allows you to choose alternate database backends
  (MySQL, PgSQL, SQLite, Virtuoso) via the port's options. If one (or
  more) alternate backends are selected, textproc/redland builds fine. But
  then, textproc/soprano fails to pick it up. During the configuration
  stage of textproc/soprano, the following message is printed and the
  Redland backend is disabled:
 Something wrong with your local installation. It builds fine without any 
 additional 
 backends at local machine and tinderboxes.

I think you misunderstood my problem description. Both textproc/redland
and/or textproc/soprano can be built without any of the backend options
enabled. But unless you enable Redland in textproc/soprano and disable
all other databases in textproc/redland, you will end up with a Soprano
installation that leads to x11/kdelibs4 switching off Nepomuk. I know
this is all long-winded... this is why I tried to describe it in several
points in my original e-mail.

 libiodbc is always depended by qt4 itself.

So far, no port has pulled in databases/libiodbc for me yet. If it
really is required in other places than the Virtuoso backend, then maybe
if you enable Virtuoso in textproc/soprano, *this* port could then
run-depend on databases/virtuoso?

- Bartosz
___
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/kdebase4-workspace/files

2010-02-14 Thread Dima Panov
SVN commit 6029 by fluffy:

- Backport critical security fix

If you haven't seen the news, KDE suffers from a similar, critical
security vulnerability to GNOME, reported on the oss-security list:

http://marc.info/?l=oss-securityamp;m=126598163422670amp;w=2

This only affects version 4.4.0. No CVE has been issued yet, but it's
quite possible one is forthcoming as it's a serious issue. The affected
portion of KDE is not kscreensaver but rather krunner, which is part of
kdebase-workspace, so it is likely that all distros shipping 4.4.0 are
affected.

Obtained from:  KDE svn


 A patch-1089241  


___
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] HEADS UP: [CFT] KDE SC 4.4.0 for FreeBSD.

2010-02-14 Thread Dima Panov
On Monday 15 February 2010 01:58:07 Bartosz Fabianowski wrote:
  Soprano have redland dependency option on by default.
  But good point, I might change my opinion to hard dependency list :)
 
 For graphics/kdegraphics4 and deskutils/kdepim4 to work, it really is
 not optional at all.

Understood.
 
   (2) textproc/redland allows you to choose alternate database backends
   (MySQL, PgSQL, SQLite, Virtuoso) via the port's options. If one (or
   more) alternate backends are selected, textproc/redland builds fine.
   But then, textproc/soprano fails to pick it up. During the
   configuration stage of textproc/soprano, the following message is
   printed and the
  
   Redland backend is disabled:
  Something wrong with your local installation. It builds fine without any
  additional backends at local machine and tinderboxes.
 
 I think you misunderstood my problem description. Both textproc/redland
 and/or textproc/soprano can be built without any of the backend options
 enabled. But unless you enable Redland in textproc/soprano and disable
 all other databases in textproc/redland, you will end up with a Soprano
 installation that leads to x11/kdelibs4 switching off Nepomuk. I know
 this is all long-winded... this is why I tried to describe it in several
 points in my original e-mail.

Aha, got it now. Will ask tr...@kde about such layout.
For now will make depends list unchangeable for this case

  libiodbc is always depended by qt4 itself.
 
 So far, no port has pulled in databases/libiodbc for me yet. If it
 really is required in other places than the Virtuoso backend, then maybe
 if you enable Virtuoso in textproc/soprano, *this* port could then
 run-depend on databases/virtuoso?

soprano pull depends on libiodbc if virtuoso backend is enabled.
run-depends on virtuoso itself isn't needed to build nepomuk support.

-- 
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
___
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] HEADS UP: [CFT] KDE SC 4.4.0 for FreeBSD.

2010-02-14 Thread Bartosz Fabianowski
 soprano pull depends on libiodbc if virtuoso backend is enabled.
 run-depends on virtuoso itself isn't needed to build nepomuk support.

Yes, that is how I understood it as well. The question that remains is this:

If I, as a user, want to use the Virtuoso backend (I enable Virtuoso
when compiling textproc/soprano), am I really expected to look for a
single line in pkg-message output telling me to install
databases/virtuoso manually? There should be a better way to handle
this, pulling in the databases/virtuoso run-time dependency
automatically. Without it, the Virtuoso backend (that I just enabled) is
non-functional after all (leading to user confusion).

- Bartosz
___
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] HEADS UP: [CFT] KDE SC 4.4.0 for FreeBSD.

2010-02-14 Thread Alberto Villa
in my opinion, virtuoso should be a rundep of kdebase(-workspace?) if
virtuoso backend is found (and then nepomuk is built)... i believe
that such a check already exists in kdebase(-workspace?), but i cannot
check right now

On 2/14/10, Bartosz Fabianowski free...@chillt.de wrote:
 soprano pull depends on libiodbc if virtuoso backend is enabled.
 run-depends on virtuoso itself isn't needed to build nepomuk support.

 Yes, that is how I understood it as well. The question that remains is this:

 If I, as a user, want to use the Virtuoso backend (I enable Virtuoso
 when compiling textproc/soprano), am I really expected to look for a
 single line in pkg-message output telling me to install
 databases/virtuoso manually? There should be a better way to handle
 this, pulling in the databases/virtuoso run-time dependency
 automatically. Without it, the Virtuoso backend (that I just enabled) is
 non-functional after all (leading to user confusion).

 - Bartosz
 ___
 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] Compiling KDE 4.4.0 on FreeBSD 8.

2010-02-14 Thread Raphael Kubo da Costa
On Sun, Feb 14, 2010 at 11:39 AM, Bartosz Fabianowski free...@chillt.de wrote:
   Could NOT find Nepomuk (missing: NEPOMUK_LIBRARIES
 NEPOMUK_INCLUDE_DIR

 Anybody have a clue how to resolve this ?

 Yes, I know how to fix it. I ran into this myself last night and posted
 the fix to this mailing list:

 1. Install textproc/redland. Do *not* select any alternative backends
 (no MySQL, no PgSQL, no SQLite, no Virtuoso).

 2. Re-run make config for textproc/soprano and enable the Redland
 backend. Then, reinstall textproc/soprano.

 3. Reinstall x11/kdelibs4.

 After you have completed all three steps, graphics/kdegraphics4 and
 deskutils/kdepim4 should build.

Hmm, apparently this is some ports voodoo that should be fixed in
area51, isn't it?
___
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/Tools/scripts

2010-02-14 Thread Thomas Abthorpe
-BEGIN PGP SIGNED MESSAGE-

Hash: SHA1



On Sat, 13 Feb 2010 11:42:25 -0800 (PST)

Max Brazhnikov m...@freebsd.org wrote:



 SVN commit 6027 by makc:

 

 Add some scripts: creating plists for l10n ports now is a fun :)

 

  A mkplist (directory)  

  A mkplist/dirlist.kdehier4  

  A mkplist/kde4-l10n.ports  

  AMmkplist/make_dirlist  

  AMmkplist/make_plist  

  AMmkplist/make_plist_kde4-l10n  

  A mkplist/settings.conf  

 

 



YAY Max!



Thanks!!!



I no longer will have to do individual plist's while watching hockey games :)





Thomas



- -- 

Thomas Abthorpe | FreeBSD Committer

tabtho...@freebsd.org   | http://people.freebsd.org/~tabthorpe

-BEGIN PGP SIGNATURE-

Version: GnuPG v2.0.14 (FreeBSD)



iEYEARECAAYFAkt4M2AACgkQ5Gm/jNBp8qDeUQCePjMJPeH+GKjuJJ8++huiVfQu

guUAn1AEjbtLtKqN+TwnppJXt+Dc7PWp

=1JjH

-END PGP SIGNATURE-

___
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] HEADS UP: [CFT] KDE SC 4.4.0 for FreeBSD.

2010-02-14 Thread Hannes
fredag 12 februari 2010 17:39:07 skrev  Raphael Kubo da Costa:
 On Friday 12 February 2010 15:17:13 Hannes wrote:
  Issues when running KDE:
  * strange progress/process window that is empty
  
and has a ? icon in systray (not there on
every session)
 
 Can you post a screenshot?

Hm, cannot reproduce. It was there the first time, but now its gone.

  * flickering in kmail mail window when showing
  
mail with attachments

Also dissappeared.

  * dolphin crahed once on closing (need to
  
investigate further)
  
  * kopete crashes when trying to connect to MSN
  
(backtrace attached)

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

Regards,
Hannes
___
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/accessibility/kdeaccessibility4

2010-02-14 Thread Alberto Villa
SVN commit 6030 by xzhayon:

- do not package pkg-message when WITH_KTTSD is undefined



 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] Unable to build kdebase3

2010-02-14 Thread Gerard
When attempting to build the x11/kdebase3 port, I am always presented
with this error message:

===  Script configure failed unexpectedly.  
Please report the problem to k...@freebsd.org [maintainer] and attach the
/usr/ports/x11/kdebase3/work/kdebase-3.5.10/config.log including the
output of the failure of your make command. Also, it might be a good
idea to provide an overview of all packages installed on your system
(e.g. an `ls /var/db/pkg`).
*** Error code 1

Stop in /usr/ports/x11/kdebase3.

I have zipped the following files into a BuildLog.tar.gz file available
here: http://www.seibercom.net/logs/BuildLog.tar.gz

1) The complete build log for kdebase3 (kdebase3.txt)
2) Contents of /var/db/pkg (Installed_Pkg.txt)
3) Config log (config.log)
4) The complete build log for kdelibs3 (kdelibs3.txt)

I included the x11/kdelibs3 build log since I noticed something
regarding it in the 'config.log' file.

I believe I have followed all of the directions in the UPDATING file,
although I could be in error. This is on a FreeBSD-7.2 machine.

This problem has become intolerable. Without a doubt, it is the worst
mass update I have ever experienced with FreeBSD.

-- 
Gerard
ger...@seibercom.net

|===
|===
|===
|===
|


Go directly to jail.  Do not pass Go, do not collect $200.

___
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] Fixing KDE4's FAM support

2010-02-14 Thread Olivier Smedts
2010/2/14 Olivier Smedts oliv...@gid0.org:
 2010/1/6 Markus Brüffer mar...@brueffer.de:
 Hi,

 here is a patch that should finally fix KDE4's FAM support. I would like it 
 to have some wider testing before I commit it to the port and send it 
 upstream:

 http://people.freebsd.org/~markus/kdelibs4.diff

 If you are brave enough to test it, do the following:

 # cd ${PORTSDIR}/x11
 # patch -p0  /path/to/kdelibs4.diff
 # rm kdelibs4/files/*.orig

 After this, reinstall kdelibs4. If gamin (default) is used as FAM system, 
 this results in lowered CPU-utilization as the system doesn't have to poll 
 for changed files periodically (gamin uses kqueue(2) by default).

 The patch is against the latest x11/kdelibs4 port. Please let me know of any 
 regressions.

 This patch was working great for me.
 Is there a chance it will be updated for KDE SC 4.4.0 (available in area51) ?

Well, simply said : it works, there was only a small modification in
the port's Makefile (s/MAKE_JOBS_SAFE/MAKE_JOBS_UNSAFE/). Apart from
that, it applies cleanly, compiles, and runs ok.


 Thanks


 Thanks,

 Markus

 ___
 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




 --
 Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
 e-mail: oliv...@gid0.org        - against HTML email  vCards  X
 www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.




-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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/redland

2010-02-14 Thread Dima Panov
SVN commit 6031 by fluffy:

- Disable any additional storage backend.

Presense of any additional backends caused soprano to build without redrand 
support at all

Investigated by:Bartosz Fabianowski freebsd AT chillt DOT de
Confirmed by:   myself


 M  +36 -35Makefile  


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

2010-02-14 Thread Dima Panov
SVN commit 6032 by fluffy:

- Make redland/virtuoso dependencies conditional, it required by KDE4 to build 
Nepomuk core library in correct way

Suggested by:   Bartosz Fabianowski freebsd AT chillt DOT de


 M  +5 -5  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] HEADS UP: [CFT] KDE SC 4.4.0 for FreeBSD.

2010-02-14 Thread Freddie Cash
On Tue, Feb 9, 2010 at 6:32 AM, Martin Wilke m...@freebsd.org wrote:

 We the FreeBSD KDE Team are happy to let you know KDE SC 4.4.0 was
 released few mins ago, and we're ready for a public test. Before
 you ask we don't want to put KDE 4.4.0 in the ports tree before
 FreeBSD 7.3 was released.

 What is new:
 KDE SC 4.4.0 provide many new features, designed to integrate
 local and network social services .. and a lot more. The official
 release notes for this release can be found at
 http://kde.org/announcements/4.4/

 Now you can get KDE SC 4.4 with a svn checkout:

 svn co http://area51.pcbsd.org/trunk/area51/PORTS
 svn co http://area51.pcbsd.org/trunk/area51/KDE
 svn co http://area51.pcbsd.org/trunk/area51/Tools/

 now try:
 sh Tools/scripts/portsmerge
 sh Tools/scripts/kdemerge

 Please read carefull /usr/ports/UPDATING-area51


On a clean install (reformatted /usr/local and clean /var/db/pkg), I get
errors trying to install any KDE ports that require Nepomuk.  So far,
graphics/kdegraphics4 and deskutils/plasma-applet-playwolf have errored out.

Here's the output from playwolf.  The kdegraphics4 error is the same.

===  Patching for plasma-applet-playwolf-0.7.2_3
echo 
/usr/ports/workdir/usr/ports/deskutils/plasma-applet-playwolf/work/playwolf/flowlayout.cpp
echo 
/usr/ports/workdir/usr/ports/deskutils/plasma-applet-playwolf/work/playwolf/flowlayout.h
echo 
/usr/ports/workdir/usr/ports/deskutils/plasma-applet-playwolf/work/playwolf/playwolf.cpp
echo 
/usr/ports/workdir/usr/ports/deskutils/plasma-applet-playwolf/work/playwolf/playwolf.h
echo 
/usr/ports/workdir/usr/ports/deskutils/plasma-applet-playwolf/work/playwolf/wolfbuttons.cpp
echo 
/usr/ports/workdir/usr/ports/deskutils/plasma-applet-playwolf/work/playwolf/wolflabel.h
cd
/usr/ports/workdir/usr/ports/deskutils/plasma-applet-playwolf/work/playwolf
 /usr/bin/sed -i.bak -e 's|usr|/usr/local/kde4|g'  infomanager.cpp
wolflabel.cpp
===   plasma-applet-playwolf-0.7.2_3 depends on file:
/usr/local/lib/qt4/libQtDBus.so - found
===   plasma-applet-playwolf-0.7.2_3 depends on file:
/usr/local/lib/qt4/libQtGui.so - found
===   plasma-applet-playwolf-0.7.2_3 depends on file:
/usr/local/bin/moc-qt4 - found
===   plasma-applet-playwolf-0.7.2_3 depends on file:
/usr/local/lib/qt4/libQtNetwork.so - found
===   plasma-applet-playwolf-0.7.2_3 depends on file:
/usr/local/lib/qt4/libQtOpenGL.so - found
===   plasma-applet-playwolf-0.7.2_3 depends on file:
/usr/local/bin/qmake-qt4 - found
===   plasma-applet-playwolf-0.7.2_3 depends on file: /usr/local/bin/rcc -
found
===   plasma-applet-playwolf-0.7.2_3 depends on file:
/usr/local/lib/qt4/libQtSvg.so - found
===   plasma-applet-playwolf-0.7.2_3 depends on file:
/usr/local/bin/uic-qt4 - found
===   plasma-applet-playwolf-0.7.2_3 depends on file:
/usr/local/lib/qt4/libQtWebKit.so - found
===   plasma-applet-playwolf-0.7.2_3 depends on file:
/usr/local/lib/qt4/libQtXml.so - found
===   plasma-applet-playwolf-0.7.2_3 depends on file:
/usr/local/bin/automoc4 - found
===   plasma-applet-playwolf-0.7.2_3 depends on file: /usr/local/bin/cmake
- found
===   plasma-applet-playwolf-0.7.2_3 depends on shared library: kimproxy.5
- found
===  Configuring for plasma-applet-playwolf-0.7.2_3
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Found Qt-Version 4.6.1 (using /usr/local/bin/qmake-qt4)
-- Looking for XOpenDisplay in
/usr/local/lib/libX11.so;/usr/local/lib/libXext.so;/usr/local/lib/libXft.so;/usr/local/lib/libXau.so;/usr/local/lib/libXdmcp.so;/usr/local/lib/libXpm.so
-- Looking for XOpenDisplay in
/usr/local/lib/libX11.so;/usr/local/lib/libXext.so;/usr/local/lib/libXft.so;/usr/local/lib/libXau.so;/usr/local/lib/libXdmcp.so;/usr/local/lib/libXpm.so
- found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/local/lib/libX11.so
-- Looking for include files CMAKE_HAVE_PTHREAD_H
-- Looking for include files CMAKE_HAVE_PTHREAD_H - found
-- Found Threads: TRUE
-- Looking for _POSIX_TIMERS
-- Looking for _POSIX_TIMERS - found
-- Found Automoc4: /usr/local/bin/automoc4
-- Found Perl: /usr/bin/perl
-- Phonon Version: 4.3.80
-- Found Phonon: 

[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2010-02-14 Thread Dima Panov
SVN commit 6033 by fluffy:

- Update to 2.2.2.90 (2.3Beta1)


 M  +2 -2  Makefile  
 M  +3 -3  distinfo  
 D files/patch-src_collection_sqlcollection_ScanResultProcessor.cpp 
 
 M  +22 -12pkg-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] HEADS UP: [CFT] KDE SC 4.4.0 for FreeBSD.

2010-02-14 Thread Dima Panov
On Monday 15 February 2010 16:19:51 Freddie Cash wrote:
 On Tue, Feb 9, 2010 at 6:32 AM, Martin Wilke m...@freebsd.org wrote:
  We the FreeBSD KDE Team are happy to let you know KDE SC 4.4.0 was
  released few mins ago, and we're ready for a public test. Before
  you ask we don't want to put KDE 4.4.0 in the ports tree before
  FreeBSD 7.3 was released.
  
  What is new:
  KDE SC 4.4.0 provide many new features, designed to integrate
  local and network social services .. and a lot more. The official
  release notes for this release can be found at
  http://kde.org/announcements/4.4/
  
  Now you can get KDE SC 4.4 with a svn checkout:
  
  svn co http://area51.pcbsd.org/trunk/area51/PORTS
  svn co http://area51.pcbsd.org/trunk/area51/KDE
  svn co http://area51.pcbsd.org/trunk/area51/Tools/
  
  now try:
  sh Tools/scripts/portsmerge
  sh Tools/scripts/kdemerge
  
  Please read carefull /usr/ports/UPDATING-area51
 
 On a clean install (reformatted /usr/local and clean /var/db/pkg), I get
 errors trying to install any KDE ports that require Nepomuk.  So far,
 graphics/kdegraphics4 and deskutils/plasma-applet-playwolf have errored
 out.
 
 Here's the output from playwolf.  The kdegraphics4 error is the same.
 
 ===  Patching for plasma-applet-playwolf-0.7.2_3
 CMake Error at
 /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:70
 (MESSAGE):
   Could NOT find Nepomuk (missing: NEPOMUK_LIBRARIES NEPOMUK_INCLUDE_DIR
   SOPRANO_PLUGIN_REDLANDBACKEND_FOUND)
 Call Stack (most recent call first):
   /usr/local/kde4/share/apps/cmake/modules/FindNepomuk.cmake:69
 (find_package_handle_standard_args)
   CMakeLists.txt:4 (find_package)
 
 
 -- Configuring incomplete, errors occurred!
 *** Error code 1
 
 Stop in /usr/ports/deskutils/plasma-applet-playwolf.

Why you have disable default options for redland/soprano, which prevent nepomuk 
lib to be 
builded?


 
 Here are the major KDE components installed:
 kde4-icons-oxygen-4.4.0
 kde4-shared-mime-info-1.0
 kde4-xdg-env-1.0
 kdebase-4.4.0
 kdebase-runtime-4.4.0
 kdebase-workspace-4.4.0
 kdehier4-1.0.4
 kdelibs-4.4.0
 kdemultimedia-4.4.0
 kdepimlibs-4.4.0
 
 Uname:  FreeBSD rogue.ashesofthe.net 8.0-STABLE FreeBSD 8.0-STABLE #1
 r201931: Tue Jan 12 21:46:23 PST 2010
 r...@rogue.ashesofthe.net:/usr/src-8/sys/i386/compile/ROGUE
 i386




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