diff options
author | pav <pav@FreeBSD.org> | 2009-08-17 04:36:09 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-08-17 04:36:09 +0800 |
commit | 5c31869d8941c6f27e1e0dcb8f30ad37c869922d (patch) | |
tree | b35ad788158cd9e7677a2afeccb6ac0ac334272c /lang/gambas2-base | |
parent | 247797bdedb70ff63a3262274c689fe989236fb6 (diff) | |
download | freebsd-ports-gnome-5c31869d8941c6f27e1e0dcb8f30ad37c869922d.tar.gz freebsd-ports-gnome-5c31869d8941c6f27e1e0dcb8f30ad37c869922d.tar.zst freebsd-ports-gnome-5c31869d8941c6f27e1e0dcb8f30ad37c869922d.zip |
- Mark all gambas-gb-db-* ports broken, they do not install
Reported by: pointyhat
Diffstat (limited to 'lang/gambas2-base')
-rw-r--r-- | lang/gambas2-base/Makefile.components | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/gambas2-base/Makefile.components b/lang/gambas2-base/Makefile.components index 0cd27c961a78..fbbf28cee71d 100644 --- a/lang/gambas2-base/Makefile.components +++ b/lang/gambas2-base/Makefile.components @@ -22,6 +22,7 @@ USE_SDL= sdl mixer .endif .if ${PKGNAMESUFFIX} == "-gb-db-firebird" +BROKEN= does not install USE_FIREBIRD= yes CONFIGURE_ARGS+= --with-firebird-includes=${LOCALBASE}/include \ @@ -29,6 +30,7 @@ CONFIGURE_ARGS+= --with-firebird-includes=${LOCALBASE}/include \ .endif .if ${PKGNAMESUFFIX} == "-gb-db-mysql" +BROKEN= does not install USE_MYSQL= yes CONFIGURE_ARGS+= --with-mysql-includes=${LOCALBASE}/include/mysql \ @@ -36,6 +38,7 @@ CONFIGURE_ARGS+= --with-mysql-includes=${LOCALBASE}/include/mysql \ .endif .if ${PKGNAMESUFFIX} == "-gb-db-postgresql" +BROKEN= does not install USE_PGSQL= yes CONFIGURE_ARGS+= --with-postgresql-includes="${PGSQL_INCLUDES}" \ @@ -47,6 +50,7 @@ PGSQL_INCLUDES= ${LOCALBASE}/include/postgresql \ .endif .if ${PKGNAMESUFFIX} == "-gb-db-odbc" +BROKEN= does not install LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC CONFIGURE_ARGS+= --with-odbc-includes=${LOCALBASE}/include \ @@ -54,6 +58,7 @@ CONFIGURE_ARGS+= --with-odbc-includes=${LOCALBASE}/include \ .endif .if ${PKGNAMESUFFIX} == "-gb-db-sqlite2" +BROKEN= does not install USE_SQLITE= 2 CONFIGURE_ARGS+= --with-sqlite2-includes=${LOCALBASE}/include \ @@ -61,6 +66,7 @@ CONFIGURE_ARGS+= --with-sqlite2-includes=${LOCALBASE}/include \ .endif .if ${PKGNAMESUFFIX} == "-gb-db-sqlite3" +BROKEN= does not install USE_SQLITE= yes CONFIGURE_ARGS+= --with-sqlite3-includes=${LOCALBASE}/include \ |