Bug 109442 - xfce4-desktop missing dependency on libfam (gamin)
Summary: xfce4-desktop missing dependency on libfam (gamin)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Oliver Lehmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-22 21:50 UTC by John Nielsen
Modified: 2007-02-25 14:41 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Nielsen 2007-02-22 21:50:05 UTC
	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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-02-22 22:02:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->oliver

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-02-25 12:08:55 UTC
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"
Comment 3 Oliver Lehmann freebsd_committer freebsd_triage 2007-02-25 14:41:03 UTC
State Changed
From-To: open->closed

fixed in thunar