diff options
author | erwin <erwin@FreeBSD.org> | 2009-06-13 23:52:42 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-06-13 23:52:42 +0800 |
commit | b77ad6eff7212ed864c7b9e6723fe76c4d16a819 (patch) | |
tree | cb8afbb52d0b4a9623ca374830ea339bbfe13469 /databases/hk_classes | |
parent | c47187e53d5b7f351e2ff33aea723161b5861d83 (diff) | |
download | freebsd-ports-gnome-b77ad6eff7212ed864c7b9e6723fe76c4d16a819.tar.gz freebsd-ports-gnome-b77ad6eff7212ed864c7b9e6723fe76c4d16a819.tar.zst freebsd-ports-gnome-b77ad6eff7212ed864c7b9e6723fe76c4d16a819.zip |
Remove Firebird option as that port expired in February.
Diffstat (limited to 'databases/hk_classes')
-rw-r--r-- | databases/hk_classes/Makefile | 14 | ||||
-rw-r--r-- | databases/hk_classes/pkg-plist | 4 |
2 files changed, 2 insertions, 16 deletions
diff --git a/databases/hk_classes/Makefile b/databases/hk_classes/Makefile index a6ffca8413b1..58b2d6ac0346 100644 --- a/databases/hk_classes/Makefile +++ b/databases/hk_classes/Makefile @@ -29,7 +29,8 @@ CONFIGURE_ENV+= PYTHON_VERSION=${PYTHON_VERSION:S/python//} LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS+=--with-python-libdir=${PYTHON_LIBDIR} \ --with-python-incdir=${PYTHON_INCLUDEDIR} \ --with-fontconfig-incdir=${LOCALBASE}/include/fontconfig \ - --with-fontconfig-libdir=${LOCALBASE}/lib + --with-fontconfig-libdir=${LOCALBASE}/lib \ + --without-firebird USE_LDCONFIG= ${PREFIX}/lib/hk_classes/ INSTALLS_EGGINFO= yes @@ -41,7 +42,6 @@ NOT_FOR_ARCHS_REASON_ia64= Does not build OPTIONS= MYSQL "Build MySQL driver" on \ POSTGRESQL "Build PostrgreSQL driver" off \ ODBC "Build unixODBC driver" off \ - FIREBIRD "Build Firebird driver" off \ PARADOX "Build Paradox driver" off \ SQLITE2 "Build with sqlite2 driver" off \ SQLITE3 "Build with sqlite3 driver" off @@ -86,16 +86,6 @@ CONFIGURE_ARGS+= --without-odbc PLIST_SUB+= ODBC="@comment " .endif -.if defined(WITH_FIREBIRD) -LIB_DEPENDS+= gds:${PORTSDIR}/databases/firebird-client -CONFIGURE_ARGS+= --with-firebird-incdir=${LOCALBASE}/include/\ - --with-firebird-libdir=${LOCALBASE}/lib -PLIST_SUB+= FIREBIRD="" -.else -CONFIGURE_ARGS+= --without-firebird -PLIST_SUB+= FIREBIRD="@comment " -.endif - .if defined(WITH_PARADOX) LIB_DEPENDS+= px:${PORTSDIR}/databases/pxlib CONFIGURE_ARGS+= --with-paradox-incdir=${LOCALBASE}/include/\ diff --git a/databases/hk_classes/pkg-plist b/databases/hk_classes/pkg-plist index dda43e54ec37..ad0a3596c2d9 100644 --- a/databases/hk_classes/pkg-plist +++ b/databases/hk_classes/pkg-plist @@ -56,10 +56,6 @@ include/hk_classes/hk_subform.h include/hk_classes/hk_tabvisible.h include/hk_classes/hk_url.h include/hk_classes/hk_visible.h -%%FIREBIRD%%lib/hk_classes/drivers/libhk_firebirddriver.a -%%FIREBIRD%%lib/hk_classes/drivers/libhk_firebirddriver.la -%%FIREBIRD%%lib/hk_classes/drivers/libhk_firebirddriver.so -%%FIREBIRD%%lib/hk_classes/drivers/libhk_firebirddriver.so.0 %%MYSQL%%lib/hk_classes/drivers/libhk_mysqldriver.a %%MYSQL%%lib/hk_classes/drivers/libhk_mysqldriver.la %%MYSQL%%lib/hk_classes/drivers/libhk_mysqldriver.so |