Re: [kde-freebsd] kdehier4 problems with poudriere

2013-05-05 Thread Max Brazhnikov
On Wed, 01 May 2013 00:21:45 +0800 Martin Wilke wrote:
> Hi,
> 
> I found a problem with poudriere + legacy package tools and kdehier4,
> you may wanna have a look because I need a fix fast as possible:
>
> http://po.miwibox.org:1288/bulk/latest-per-pkg/kdehier4/1.0.11/ 

The fix is not trivial and it changes kdehier4 behavior drastically: instead 
of installing to $KDE4_PREFIX and linking some bits from $LOCALBASE, kdehier4 
now installs into default prefix ($LOCALBASE) and creates additional hierarchy 
under $KDE4_PREFIX.

http://people.freebsd.org/~makc/patches/kdehier4.diff

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] FreeBSD ports you maintain which are out of date

2013-05-05 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/k...@freebsd.org.html


Port| Current version | New version
+-+
databases/akonadi   | 1.9.1   | 1.9.2
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

If wish to stop receiving portscout reminders, please contact
portsc...@portscout.freebsd.org

Thanks.
___
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] x11-themes/kdeartwork4 misses libkdecore.so.6, needed by /usr/local/lib/libkexiv2.so

2013-05-05 Thread Max Brazhnikov
On Sat, 04 May 2013 18:09:53 +0200 Matthias Apitz wrote:
> El día Saturday, May 04, 2013 a las 02:25:48PM +, Max Brazhnikov escribió:
> 
> > On Fri, 03 May 2013 09:45:47 +0200 Matthias Apitz wrote:
> 
> > > /usr/bin/ld: warning: libkdecore.so.6, needed by 
> > > /usr/local/lib/libkexiv2.so, not found (try using -rpath or -rpath-link)
> > > /usr/bin/ld: warning: libDCOP.so.6, needed by 
> > > /usr/local/lib/libkexiv2.so, not found (try using -rpath or -rpath-link)
> > > /usr/bin/ld: warning: libkdefx.so.6, needed by 
> > > /usr/local/lib/libkexiv2.so, not found (try using -rpath or -rpath-link)
> > > /usr/bin/ld: warning: libqt-mt.so.3, needed by 
> > > /usr/local/lib/libkexiv2.so, not found (try using -rpath or -rpath-link)
> > 
> > Do you have graphics/libkexiv2 installed by any chance? if so, this is just
> > another example of KDE4 breakage induced by Qt3/KDE3 counterparts.
> > 
> > Max
> 
> Hi Max.
> 
> Thanks for your helping hint. I have on the system:
> 
> # pkg_info | fgrep libkexiv 
> libkexiv2-0.1.9_8   A wrapper library to manipulate pictures metadata
> libkexiv2-4.10.1Exiv2 library interface for KDE
> 
> I compiled, first, KDE3 on the system but removed all kde3 packages again
> afterwards to compile KDE4. In general, I think, KDE4 should know how to
> access its correct headers and shared objects.

Somebody has to constantly check it does so and fix new problems.
I maintained possibility to compile kde4 ports in the presence of qt3/kde3,
but I've stop trying it when I removed the last qt3 packages from all my
systems.

The only reliable solution is to move qt3/kde3 headers and libraries
out of /usr/local/, similar to what was done to qt4 and kde4. But qt3 and
kde3 ports were not maintained de facto, when we started porting kde4,
and nobody took that task.

As long as kde4 ports live in non-default PREFIX we can only guarantee
that kde4 and kde3 packages do not conflict.

Max

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