HI,
I have a strange problem with xfwm4.
# ldd /usr/local/bin/xfwm4
/usr/local/bin/xfwm4:
/usr/local/bin/xfwm4: can't load library 'libxfcegui4.so.4.0'
/usr/local/bin/xfwm4: exit status 4
# ls /usr/local/lib/libxfcegui4.*
/usr/local/lib/libxfcegui4.a /usr/local/lib/libxfcegui4.la
/usr/local/lib/libxfcegui4.so.5.0
I remove/clean and rebuild xfwm4, I look in the Makefile of the port but
I don't see anything strange ( I'm a newby in port :( ).
Can you explain me how to change this dep ?
Landry Breuil wrote:
Hi,
here's an update for the upcoming Xfce 4.6, now at beta3.
changelog : http://www.xfce.org/documentation/changelogs/4.5.93
There's already two known issues : xfce4-display-settings segfaults when
randr is not available (http://bugzilla.xfce.org/show_bug.cgi?id=4836)
and panel launcher needs a declaration for extern char **environ
(already in a patch, and in http://bugzilla.xfce.org/show_bug.cgi?id=4834).
notification-daemon-xfce is patched to remove mcs dependency, which will
be removed soon after 4.6, due before FOSDEM if everything goes well.
apply diff in x11/xfce4, and untar new ports (xfconf, xfce4-settings,
libxfce4menu) there too. build all the components, and report
success/failures to me. so far, tested okay on i386/sparc64.
There are new dependencies on glade and libxklavier, and note that
mousepad/xfce4-icon-theme/terminal are not updated.
Please test/comment if you want Xfce 4.6 in OpenBSD 4.5...
Landry