Bug 159541 - games/mkgichessclub has a direct mysqld dependency
Summary: games/mkgichessclub has a direct mysqld 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: Nicola Vitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-06 03:10 UTC by Doug Barton
Modified: 2011-08-07 16:20 UTC (History)
0 users

See Also:


Attachments
file.diff (699 bytes, patch)
2011-08-06 03:10 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 03:10:06 UTC
	The port has a direct dependency on mysqld, which causes problems
	when using WITH_MYSQL_VER= 52:

	/usr/ports/games/mkgichessclub (mkgichessclub-2.2.0) Error.
	RUN_DEPENDS /usr/ports/databases/mysql52-server -- dependency not found

Fix: Apply the following patch. It accomplishes the same goal as
	mysql-server>=4 by using IGNORE_WITH_MYSQL
How-To-Repeat: 	See above.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-08-06 03:10:16 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 2011-08-07 16:17:07 UTC
nivit       2011-08-07 15:16:57 UTC

  FreeBSD ports repository

  Modified files:
    games/mkgichessclub  Makefile 
  Log:
  - Remove the direct run-dependency on mysqld, which causes
    problems when using WITH_MYSQL_VER=52
  - Set USE_MYSQL=server, IGNORE_WITH_MYSQL=323
  
  PR:             ports/159541
  Submitted by:   dougb
  
  Revision  Changes    Path
  1.3       +2 -3      ports/games/mkgichessclub/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 2011-08-07 16:17:21 UTC
State Changed
From-To: open->closed

Committed, thanks!