Bug 159539 - databases/akonadi has a direct mysqld dependency
Summary: databases/akonadi 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: Doug Barton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-06 02:50 UTC by Doug Barton
Modified: 2011-08-20 01:23 UTC (History)
0 users

See Also:


Attachments
file.diff (750 bytes, patch)
2011-08-06 02:50 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:50:10 UTC
	This port has a direct dependency on mysql which breaks when using
	WITH_MYSQL_VER= 52. For example:

	/usr/ports/databases/akonadi (akonadi-1.6.0) Error.
	BUILD_DEPENDS /usr/ports/databases/mysql52-server -- dependency not found
	It's likely that the direct dependency is not needed at all because
	the port already has 'USE_MYSQL= server'.

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:50:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

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

  FreeBSD ports repository

  Modified files:
    databases/akonadi    Makefile 
  Log:
  Remove direct dependency on mysqld. The port already has USE_MYSQL= server
  so there is no functional change to the dependencies.
  
  PR:             ports/159539
  Submitted by:   me
  Approved by:    maintainer timeout (14 days)
  
  Revision  Changes    Path
  1.31      +1 -2      ports/databases/akonadi/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:23:18 UTC
State Changed
From-To: open->closed


Fix committed. 


Comment 4 Doug Barton freebsd_committer freebsd_triage 2011-08-20 01:23:18 UTC
Responsible Changed
From-To: kde->dougb


I did the commit.