diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-07 07:17:30 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-07 07:17:30 +0000 |
commit | 7a7b282fcdf4c1be60766c87931f8c2ca4c94a5a (patch) | |
tree | 8e428f5be13e92dd7433831aefa9dfc6c5267bd1 /databases/sqlrelay | |
parent | Remove optional dependency on BROKEN and unstaged databases/kinterbasdb (diff) |
Remove optional dependency on BROKEN and unstaged databases/msql
Notes
Notes:
svn path=/head/; revision=367490
Diffstat (limited to 'databases/sqlrelay')
-rw-r--r-- | databases/sqlrelay/Makefile | 10 | ||||
-rw-r--r-- | databases/sqlrelay/pkg-plist | 1 |
2 files changed, 2 insertions, 9 deletions
diff --git a/databases/sqlrelay/Makefile b/databases/sqlrelay/Makefile index c8fdcbf22f76..c70459498791 100644 --- a/databases/sqlrelay/Makefile +++ b/databases/sqlrelay/Makefile @@ -21,6 +21,7 @@ CONFIGURE_ENV= ${SQLRELAY_CONFIGURE_ENV} CONFIGURE_ARGS= ${SQLRELAY_CONFIGURE_ARGS} \ --disable-tcl \ --disable-java \ + --disable-msql \ --disable-perl \ --disable-php \ --disable-python \ @@ -33,7 +34,7 @@ PORTDOCS= * .include "${.CURDIR}/Makefile.common" -OPTIONS_DEFINE= MSQL MYSQL ODBC ORACLE PGSQL SQLITE3 FREETDS FIREBIRD DOCS +OPTIONS_DEFINE= MYSQL ODBC ORACLE PGSQL SQLITE3 FREETDS FIREBIRD DOCS OPTIONS_SUB= yes ORACLE_CONFIGURE_ENABLE= oracle @@ -64,13 +65,6 @@ CONFIGURE_ARGS+= --with-firebird-prefix="${LOCALBASE}" CONFIGURE_ARGS+= --disable-firebird .endif -.if ${PORT_OPTIONS:MMSQL} -LIB_DEPENDS+= libmsql.so:${PORTSDIR}/databases/msql -CONFIGURE_ARGS+= --with-msql-prefix="${LOCALBASE}" -.else -CONFIGURE_ARGS+= --disable-msql -.endif - .if ${PORT_OPTIONS:MPGSQL} USE_PGSQL= yes CONFIGURE_ARGS+= --with-postgresql-prefix="${LOCALBASE}" diff --git a/databases/sqlrelay/pkg-plist b/databases/sqlrelay/pkg-plist index 204c0cf88353..1e8da47e6188 100644 --- a/databases/sqlrelay/pkg-plist +++ b/databases/sqlrelay/pkg-plist @@ -68,7 +68,6 @@ libdata/pkgconfig/sqlrelay-c++.pc libdata/pkgconfig/sqlrelay-c.pc %%FIREBIRD%%libexec/sqlrelay/sqlrconnection_firebird.so %%FREETDS%%libexec/sqlrelay/sqlrconnection_freetds.so -%%MSQL%%libexec/sqlrelay/sqlrconnection_msql.so %%MYSQL%%libexec/sqlrelay/sqlrconnection_mysql.so %%ODBC%%libexec/sqlrelay/sqlrconnection_odbc.so %%PGSQL%%libexec/sqlrelay/sqlrconnection_postgresql.so |