From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 16 08:50:21 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B435116A4CE for ; Fri, 16 Jul 2004 08:50:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96F7F43D53 for ; Fri, 16 Jul 2004 08:50:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i6G8oLIK088937 for ; Fri, 16 Jul 2004 08:50:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6G8oLbY088936; Fri, 16 Jul 2004 08:50:21 GMT (envelope-from gnats) Resent-Date: Fri, 16 Jul 2004 08:50:21 GMT Resent-Message-Id: <200407160850.i6G8oLbY088936@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrej Zverev Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90ACA16A4CE for ; Fri, 16 Jul 2004 08:47:07 +0000 (GMT) Received: from waterwall.inec.ru (waterwall.inec.ru [213.148.3.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2F0143D39 for ; Fri, 16 Jul 2004 08:47:05 +0000 (GMT) (envelope-from az@waterwall.inec.ru) Received: from waterwall.inec.ru (root@localhost) by waterwall.inec.ru (8.12.9p2/8.12.9) with SMTP id i6G8v7LF067199 for ; Fri, 16 Jul 2004 12:57:07 +0400 (MSD) (envelope-from az@waterwall.inec.ru) Received: from waterwall.inec.ru (localhost.inec.ru [127.0.0.1]) by localhost (8.12.9p2/8.12.6) with ESMTP id i6G8v7mG067194 for ; Fri, 16 Jul 2004 12:57:07 +0400 (MSD) Received: from localhost (localhost.inec.ru [127.0.0.1]) by localhost (Postfix) with SMTP id 765005EC55 for ; Fri, 16 Jul 2004 12:57:07 +0400 (MSD) Received: from waterwall.inec.ru (localhost.inec.ru [127.0.0.1]) by waterwall.inec.ru (Postfix) with ESMTP id AAP040F7986210672 for ; Fri, 16 Jul 2004 12:57:06 +0400 (MSD) Received: (from az@localhost) by waterwall.inec.ru (8.12.9p2/8.12.6/Submit) id i6G8v61o067185; Fri, 16 Jul 2004 12:57:06 +0400 (MSD) Message-Id: <200407160857.i6G8v61o067185@waterwall.inec.ru> Date: Fri, 16 Jul 2004 12:57:06 +0400 (MSD) From: Andrej Zverev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/69142: with BROKEN_WITH_MYSQL option make produce error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrej Zverev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jul 2004 08:50:21 -0000 >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: