x11-wm/xfce4-desktop will build and install without installing fam (or gamin), but will then fail to run if it can't find libfam. Fix: Something along the lines of: LIB_DEPENDS+= fam.0:${PORTSDIR}/devel/gamin (or just add a line to the exising LIB_DEPENDS entry) in the port's Makefile. How-To-Repeat: Build e.g. the xorg metaport and the xfce4 metaport on a system with no other ports installed. Run startxfce4 in an X session. Notice that xfdesktop fails to appear. Error message (on the virtual terminal you ran startx from, if any) indicates that it couldn't find libfam.
Responsible Changed From-To: freebsd-ports-bugs->oliver Over to maintainer
oliver 2007-02-25 12:08:50 UTC FreeBSD ports repository Modified files: x11-fm/thunar Makefile Log: completly disable FAM support when FAM was disabled via the options dialog but fam is on the system. Bump PORTREVISION PR: 109442 Submitted by: John Nielsen <john@jnielsen.net> Revision Changes Path 1.8 +2 -2 ports/x11-fm/thunar/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed fixed in thunar