- Mark BROKEN: does not compile

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2009-01-23 23:46:26 +00:00
parent a35f969f98
commit 95f83d9f19
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226744
5 changed files with 10 additions and 0 deletions

View File

@ -40,6 +40,8 @@ CONFIGURE_ARGS+= --with-iodbc=${LOCALBASE}
.elif defined(WITH_UNIXODBC)
LIB_DEPENDS= odbc.1:${PORTSDIR}/databases/unixODBC
CONFIGURE_ARGS+= --with-odbc=${LOCALBASE}
BROKEN= does not compile
.endif
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}

View File

@ -45,6 +45,8 @@ WITH_UNIXODBC?= yes
.endif
.if defined(WITH_UNIXODBC)
BROKEN= does not compile
LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC
CONFIGURE_ARGS+= --with-odbc-ini=${LOCALBASE}/etc/odbc.ini \
--with-unixODBC=${LOCALBASE}

View File

@ -44,6 +44,8 @@ WITH_UNIXODBC= yes
# I.e. even if WITH_IODBC is defined
LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC
CONFIGURE_ARGS+= --with-unixodbc=${LOCALBASE}
BROKEN= does not compile
.else
LIB_DEPENDS+= iodbc.3:${PORTSDIR}/databases/libiodbc
CONFIGURE_ARGS+= --with-iodbc=${LOCALBASE}

View File

@ -20,6 +20,8 @@ DB= odbc
LIB_DEPENDS+= odbc:${PORTSDIR}/databases/unixODBC
BROKEN= does not compile
USE_QT_VER= 4
QT_COMPONENTS= moc_build sql
QT_NONSTANDARD= yes

View File

@ -26,6 +26,8 @@ BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed \
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \
postmaster:${PORTSDIR}/databases/postgresql81-server
BROKEN= does not compile
USE_BZIP2= yes
USE_GMAKE= yes
USE_AUTOTOOLS= autoconf:262:env automake:19:env