Bug 159538 - audio/squeezeboxserver has a direct mysql dependency
Summary: audio/squeezeboxserver has a direct mysql dependency
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: Doug Barton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-06 02:40 UTC by Doug Barton
Modified: 2011-08-20 01:23 UTC (History)
0 users

See Also:


Attachments
file.diff (727 bytes, patch)
2011-08-06 02:40 UTC, Doug Barton
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.