Bug 130426 - x11/gnome2-lite dependency on gnome-media is broken
Summary: x11/gnome2-lite dependency on gnome-media is broken
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: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-12 17:00 UTC by Lowell Gilbert
Modified: 2009-01-12 18:10 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 Lowell Gilbert 2009-01-12 17:00:16 UTC
	

The gnome2-lite port fails to correctly detect whether it needs to
install gnome-media, because it looks for a no-longer-present program
to detect the port's presence.

Fix: 

I'd suggest the same Makefile patch as was used in the full gnome2 port:

-   	    gnome-cd:${PORTSDIR}/audio/gnome-media \
+	    					   gnome-audio-profiles-properties:${PORTSDIR}/audio/gnome-media \
How-To-Repeat: 	

Try to build x11/gnome2-lite

Watch it error out after unnecessarily trying to rebuild gnome-media.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-01-12 17:21:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer(s).
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2009-01-12 18:02:38 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-01-12 18:02:43 UTC
marcus      2009-01-12 18:02:33 UTC

  FreeBSD ports repository

  Modified files:
    x11/gnome2-lite      Makefile 
  Log:
  Fix the gnome-media dependency.
  
  PR:             130426
  Submitted by:   Lowell Gilbert <freebsd-bugs-local@be-well.ilk.org>
  
  Revision  Changes    Path
  1.49      +2 -2      ports/x11/gnome2-lite/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"