Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jul 2004 12:57:06 +0400 (MSD)
From:      Andrej Zverev <az@inec.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/69142: with BROKEN_WITH_MYSQL option make produce error
Message-ID:  <200407160857.i6G8v61o067185@waterwall.inec.ru>
Resent-Message-ID: <200407160850.i6G8oLbY088936@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407160857.i6G8v61o067185>