diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-17 01:28:07 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-17 01:28:07 +0000 |
commit | fdad3a3ecd027894030328db7b715c8e578b0749 (patch) | |
tree | 7c33983ff53fbbe7c07c5e4c30e498fa2ec2ea75 /databases | |
parent | 3f155b6f6690245fc975228220bde1391a693f29 (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql++/Makefile | 2 | ||||
-rw-r--r-- | databases/mysqltcl/Makefile | 2 | ||||
-rw-r--r-- | databases/ruby-mysql/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/databases/mysql++/Makefile b/databases/mysql++/Makefile index b8d70f05c0d0..e394c470ed20 100644 --- a/databases/mysql++/Makefile +++ b/databases/mysql++/Makefile @@ -15,6 +15,8 @@ PKGNAMESUFFIX= -mysql${MYSQL_VER} MAINTAINER= sergey@network-asp.biz COMMENT= Complex C++ API for MySQL${MYSQL_VER} +BROKEN= Does not compile + USE_MYSQL= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-mysql=${LOCALBASE} --disable-examples diff --git a/databases/mysqltcl/Makefile b/databases/mysqltcl/Makefile index af931cd8b329..fc8821722ffc 100644 --- a/databases/mysqltcl/Makefile +++ b/databases/mysqltcl/Makefile @@ -15,6 +15,8 @@ COMMENT= TCL module for accessing MySQL databases based on msqltcl LIB_DEPENDS= ${TCL_NODOT}:${PORTSDIR}/lang/${TCL_NODOT} +BROKEN= Does not compile + USE_MYSQL= yes TCL_VERSION?= tcl8.4 TCL_NODOT= ${TCL_VERSION:S/.//} diff --git a/databases/ruby-mysql/Makefile b/databases/ruby-mysql/Makefile index 0e02d44d2ad8..7b7610487839 100644 --- a/databases/ruby-mysql/Makefile +++ b/databases/ruby-mysql/Makefile @@ -16,6 +16,8 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= Ruby module for accessing MySQL databases with a C API like interface +BROKEN= Does not compile + USE_MYSQL= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes |