ports/69142: with BROKEN_WITH_MYSQL option make produce error

Andrej Zverev az at inec.ru
Fri Jul 16 08:50:21 UTC 2004


>Number:         69142
>Category:       ports
>Synopsis:       with BROKEN_WITH_MYSQL option make produce error
>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:   Fri Jul 16 08:50:20 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Andrej Zverev
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD az.inec.ru 5.2-CURRENT FreeBSD 5.2-CURRENT #1: Wed Jul 14 14:46:11 MSD 2004 root at az.inec.ru:/usr/obj/usr/src/sys/az i386

>Description:
	ports with BROKEN_WITH_MYSQL option ends with error:
	Syntax error: ")" unexpected
	*** Error code 2
	
	and some correct spelling
>How-To-Repeat:
	Install MySQL (for example i got version 3.23.58_2) and try install
	port with BROKEN_WITH_MYSQL (for example ports/databases/mysql-administrator)
	az# make
	Syntax error: ")" unexpected
	*** Error code 2
	
	Stop in /usr/ports/databases/mysql-administrator.
>Fix:

	This patch correct error and result will be:
	az# make
	===>  mysql-administrator-1.0.2b.a_1 Does not work with MySQL version : 323 (Does not support MySQL 323).


--- /usr/ports/Mk/bsd.port.mk	Wed Jul 14 12:18:16 2004
+++ bsd.port.mk	Fri Jul 16 12:13:57 2004
@@ -1493,7 +1493,7 @@
 .if defined(BROKEN_WITH_MYSQL)
 .	for VER in ${BROKEN_WITH_MYSQL}
 .		if (${MYSQL_VER} == "${VER}")
-IGNORE=		"Doesn't work with MySQL version : ${MYSQL_VER} (Doesn't support MySQL ${BROKEN_WITH_MYSQL})"
+IGNORE=		"Does not work with MySQL version : ${MYSQL_VER} \(Does not support MySQL ${BROKEN_WITH_MYSQL}\)"
 .		endif
 .	endfor
 .endif # BROKEN_WITH_MYSQL



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



More information about the freebsd-ports-bugs mailing list