Bug 159543

Summary: www/b2evolution has a direct mysqld dependency
Product: Ports & Packages Reporter: Doug Barton <dougb>
Component: Individual Port(s)Assignee: Wen Heping <wen>
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 03:30:15 UTC
	The port has a direct dependency on mysqld, which causes problems
	when using WITH_MYSQL_VER= 52:

	/usr/ports/www/b2evolution (b2evolution-3.3.3) Error.
	RUN_DEPENDS /usr/ports/databases/mysql52-server -- dependency not found

Fix: Apply the following patch:
How-To-Repeat: 	See above.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-08-06 03:30:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-08-08 02:21:51 UTC
wen         2011-08-08 01:21:38 UTC

  FreeBSD ports repository

  Modified files:
    www/b2evolution      Makefile distinfo pkg-warning 
  Log:
  - Update to 4.0.5
  - Reduce the sleep time in pkg-warning
  - Make direct dependency on mysqld [1]
  
  PR:             ports/159543 [1]
  Submitted by:   dougb@ [1]
  
  Revision  Changes    Path
  1.26      +3 -4      ports/www/b2evolution/Makefile
  1.17      +2 -2      ports/www/b2evolution/distinfo
  1.2       +1 -1      ports/www/b2evolution/pkg-warning
_______________________________________________
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 Wen Heping freebsd_committer freebsd_triage 2011-08-08 02:23:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!