Bug 109937 - Update port: net/twinkle: fix dependency issue with speex
Summary: Update port: net/twinkle: fix dependency issue with speex
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: Jose Alonso Cardenas Marquez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-05 18:20 UTC by kitsune
Modified: 2007-03-05 21:50 UTC (History)
0 users

See Also:


Attachments
twinkle-Makefile.diff (396 bytes, patch)
2007-03-05 18:20 UTC, kitsune
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description kitsune 2007-03-05 18:20:09 UTC

audio/speex installs speex.1, not speex.3. Because it expects speex.3 to be installed, it will always try to build and install audio/speex. This makes it impossible to compile because speex.3 will never be installed.

How-To-Repeat: 

try to build net/twinkle currently and notice it does not...
apply patch and try again
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-05 18:20:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->acm

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-05 21:42:02 UTC
acm         2007-03-05 21:41:56 UTC

  FreeBSD ports repository

  Modified files:
    net/twinkle          Makefile 
  Log:
  - Fix the speex dependency.
  
  PR:             ports/109937
  Submitted by:   kitsune <v.velox__ at_vvelox.net>
  
  Revision  Changes    Path
  1.8       +1 -1      ports/net/twinkle/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 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2007-03-05 21:42:27 UTC
State Changed
From-To: open->closed

Committed thanks :)