Bug 111987 - Fix build for gstreamer-plugins-moodbar
Summary: Fix build for gstreamer-plugins-moodbar
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: David Thiel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-21 19:00 UTC by Carl Johan Gustavsson
Modified: 2007-04-21 21:22 UTC (History)
0 users

See Also:


Attachments
file.diff (388 bytes, patch)
2007-04-21 19:00 UTC, Carl Johan Gustavsson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carl Johan Gustavsson 2007-04-21 19:00:10 UTC
gstreamer-plugins-moodbar is broken due to a missing dependency (math/fftw3).

Fix: Patch attached with submission follows:
How-To-Repeat: Build the port without math/fftw3 installed.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-04-21 20:20:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lx

Over to maintainer.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-04-21 21:16:54 UTC
lx          2007-04-21 20:16:48 UTC

  FreeBSD ports repository

  Modified files:
    audio/gstreamer-plugins-moodbar Makefile 
  Log:
  Fix dependency on fftw3.
  
  PR:             ports/111987
  Submitted by:   Carl Johan Gustavsson <cjg@bsdmail.org>
  Reviewed by:    lx
  Approved by:    edwin (mentor)
  
  Revision  Changes    Path
  1.5       +3 -4      ports/audio/gstreamer-plugins-moodbar/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 David Thiel freebsd_committer freebsd_triage 2007-04-21 21:21:52 UTC
State Changed
From-To: open->closed

Committed, thanks!