ports/159543: www/b2evolution has a direct mysqld dependency

Doug Barton dougb at FreeBSD.org
Sat Aug 6 02:30:16 UTC 2011


>Number:         159543
>Category:       ports
>Synopsis:       www/b2evolution has a direct mysqld dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 06 02:30:15 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Doug Barton
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
AAAG
>Environment:
	DNA
>Description:
	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

>How-To-Repeat:
	See above.
>Fix:
	Apply the following patch:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/b2evolution/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- Makefile	15 Aug 2010 18:12:22 -0000	1.25
+++ Makefile	6 Aug 2011 02:17:58 -0000
@@ -36,8 +36,7 @@
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_LOCAL_DB_SERVER)
-USE_MYSQL=	YES
-RUN_DEPENDS+=	mysql-server>=0:${PORTSDIR}/databases/mysql${MYSQL_VER}-server
+USE_MYSQL=	server
 .endif
 
 pre-everything::


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list