Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Sep 2005 03:29:16 GMT
From:      Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   i386/86482: [PATCH PORT] databases/mysqltcl no compile with mysql40
Message-ID:  <200509230329.j8N3TG1F047025@www.freebsd.org>
Resent-Message-ID: <200509230330.j8N3U9uJ006325@freefall.freebsd.org>

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

>Number:         86482
>Category:       i386
>Synopsis:       [PATCH PORT] databases/mysqltcl no compile with mysql40
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-i386
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 23 03:30:09 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Jose Alonso Cardenas Marquez
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
BSDPeru (http://www.bsd.org.pe)
>Environment:
FreeBSD HellFire.BSD.org.pe 5.4-STABLE FreeBSD 5.4-STABLE #0: Wed Sep 21 22:35:35 PET 2005 root@HellFire.BSD.org.pe:/usr/obj/usr/src/sys/HellFire  i386
>Description:
database/mysqltcl 3.01 requirements Tcl8.1 or later and mysql 4.1 or later, USE_MYSQL = yes detect mysql-40 previously installed in system.

Mysqltcl 3.01 use new functions, dont present in mysql40 header
>How-To-Repeat:

>Fix:
--- Makefile    Thu Sep 22 22:03:22 2005
+++ Makefile.new        Thu Sep 22 22:05:11 2005
@@ -16,6 +16,7 @@
 LIB_DEPENDS=   ${TCL_NODOT}:${PORTSDIR}/lang/${TCL_NODOT}
 
 USE_MYSQL=     yes
+USE_MYSQL_VER  41
 TCL_VERSION?=  tcl8.4
 TCL_NODOT=     ${TCL_VERSION:S/.//}
 SQL_DIR=       ${PREFIX}/lib/${TCL_VERSION}/mysqltcl
>Release-Note:
>Audit-Trail:
>Unformatted:



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