Bug 125283

Summary: audio/sonata Depdency issue when set to use tablib
Product: Ports & Packages Reporter: Zane C. Bowers-Hadley <vvelox>
Component: Individual Port(s)Assignee: Nicola Vitale <nivit>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Zane C. Bowers-Hadley 2008-07-05 00:30:01 UTC

It checks for '${PYTHON_SITELIBDIR}/tagpy/__init__.py', which is not installed by 'audio/py-tagpy'. The installed file by it is '${PYTHON_SITELIBDIR}/tagpy-0.94.5-py2.5-freebsd-6.3-STABLE-i386.egg'

How-To-Repeat: 

1: Set it to use 'TAGLIB' in 'make config'.
2:
3: Try to install it.
4: Watch it error if 'audio/py-tagpy' is already installed.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-05 00:30:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nivit

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-07-07 13:20:10 UTC
nivit       2008-07-07 12:19:54 UTC

  FreeBSD ports repository

  Modified files:
    audio/sonata         Makefile 
  Log:
  - Fix installation when the user sets WITH_TAGLIB, using port >= required version in *_DEPENDS for all py-* dependencies
  
  PR:             ports/125283
  Submitted by:   Zane C. B. <vvelox at vvelox.net>
  
  Revision  Changes    Path
  1.17      +6 -6      ports/audio/sonata/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 Nicola Vitale freebsd_committer freebsd_triage 2008-07-07 13:20:24 UTC
State Changed
From-To: open->closed

Fixed, thanks.