From owner-freebsd-i386@FreeBSD.ORG Fri Sep 23 09:50:06 2005 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6B9A16A41F for ; Fri, 23 Sep 2005 09:50:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FBE343D49 for ; Fri, 23 Sep 2005 09:50:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8N9o6Q5066726 for ; Fri, 23 Sep 2005 09:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8N9o6c9066725; Fri, 23 Sep 2005 09:50:06 GMT (envelope-from gnats) Date: Fri, 23 Sep 2005 09:50:06 GMT Message-Id: <200509230950.j8N9o6c9066725@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= Cc: Subject: Re: i386/86482: [PATCH PORT] databases/mysqltcl no compile with mysql40 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2005 09:50:06 -0000 The following reply was made to PR i386/86482; it has been noted by GNATS. From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= To: bug-followup@FreeBSD.org, acardenas@bsd.org.pe Cc: Subject: Re: i386/86482: [PATCH PORT] databases/mysqltcl no compile with mysql40 Date: Fri, 23 Sep 2005 11:42:57 +0200 Thanks for pointing this out. I propose this patch: --- Makefile.orig Fri Sep 23 11:19:16 2005 +++ Makefile Fri Sep 23 11:33:50 2005 @@ -16,6 +16,7 @@ LIB_DEPENDS= ${TCL_NODOT}:${PORTSDIR}/lang/${TCL_NODOT} USE_MYSQL= yes +BROKEN_WITH_MYSQL= 323 40 TCL_VERSION?= tcl8.4 TCL_NODOT= ${TCL_VERSION:S/.//} SQL_DIR= ${PREFIX}/lib/${TCL_VERSION}/mysqltcl Björn König (maintainer)