Bug 159538

Summary: audio/squeezeboxserver has a direct mysql dependency
Product: Ports & Packages Reporter: Doug Barton <dougb>
Component: Individual Port(s)Assignee: Doug Barton <dougb>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Doug Barton freebsd_committer freebsd_triage 2011-08-06 02:40:09 UTC
	When using WITH_MYSQL_VER= 52 this port fails because of the direct
	dependency on mysqld. For example:

	/usr/ports/audio/squeezeboxserver (squeezeboxserver-7.5.4) Error.
	RUN_DEPENDS /usr/ports/databases/mysql52-server -- dependency not found

Fix: The following patch should do the trick, but should be tested:
How-To-Repeat: 	See above.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-08-06 02:40:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->brooks

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-08-20 01:06:32 UTC
dougb       2011-08-20 00:06:18 UTC

  FreeBSD ports repository

  Modified files:
    audio/squeezeboxserver Makefile 
  Log:
  Remove the direct dependency on mysqld and replace it with USE_MYSQL= server
  
  PR:             ports/159538
  Submitted by:   me
  Approved by:    maintainer timeout (14 days)
  
  Revision  Changes    Path
  1.82      +2 -6      ports/audio/squeezeboxserver/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 Doug Barton freebsd_committer freebsd_triage 2011-08-20 01:22:30 UTC
State Changed
From-To: open->closed


Fix committed. 


Comment 4 Doug Barton freebsd_committer freebsd_triage 2011-08-20 01:22:30 UTC
Responsible Changed
From-To: brooks->dougb


I did the commit.