mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
BROKEN: Does not compile
This commit is contained in:
parent
3f155b6f66
commit
fdad3a3ecd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173181
4 changed files with 8 additions and 0 deletions
|
@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
|||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= A modular, cross-platform and multi-threaded benchmark tool
|
||||
|
||||
BROKEN= Does not compile
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
|
||||
OPTIONS= MYSQL "Enable MySQL support" on \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/.//}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue