Bug 86482 - [PATCH PORT] databases/mysqltcl no compile with mysql40
Summary: [PATCH PORT] databases/mysqltcl no compile with mysql40
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-23 04:30 UTC by Jose Alonso Cardenas Marquez
Modified: 2005-10-02 17:36 UTC (History)
0 users

See Also:


Attachments
file.diff (321 bytes, patch)
2005-09-23 04:30 UTC, Jose Alonso Cardenas Marquez
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jose Alonso Cardenas Marquez 2005-09-23 04:30:09 UTC
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
Comment 1 Björn König 2005-09-23 10:42:57 UTC
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)
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2005-09-28 10:09:41 UTC
Responsible Changed
From-To: freebsd-i386->freebsd-ports-bugs

over to right mailinglist
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2005-10-02 17:36:29 UTC
State Changed
From-To: open->closed

Committed, thanks!