Sun Jan 15 16:43:51 2012 UTC ()
Suppress Oracle, from B.ICT A.P. deBROUWER Jr. in PR 45838.

(Someone(TM) might want to prepare an Oracle backend package for this,
if it can be done the same way as the Postgres and MySQL ones.)


(dholland)
diff -r1.26 -r1.27 pkgsrc/databases/libgda/Makefile

cvs diff -r1.26 -r1.27 pkgsrc/databases/libgda/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/libgda/Makefile 2011/04/22 13:42:27 1.26
+++ pkgsrc/databases/libgda/Makefile 2012/01/15 16:43:51 1.27
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.26 2011/04/22 13:42:27 obache Exp $ 1# $NetBSD: Makefile,v 1.27 2012/01/15 16:43:51 dholland Exp $
2# 2#
3 3
4PKG_DESTDIR_SUPPORT= user-destdir 4PKG_DESTDIR_SUPPORT= user-destdir
5 5
6.include "Makefile.common" 6.include "Makefile.common"
7 7
8PKGREVISION= 2 8PKGREVISION= 2
9 9
10.include "options.mk" 10.include "options.mk"
11 11
12PKGCONFIG_OVERRIDE= libgda-3.0.pc.in 12PKGCONFIG_OVERRIDE= libgda-3.0.pc.in
13 13
14PKG_SYSCONFSUBDIR= libgda 14PKG_SYSCONFSUBDIR= libgda
15EGDIR= ${PREFIX}/share/examples/libgda-3.0 15EGDIR= ${PREFIX}/share/examples/libgda-3.0
16CONF_FILES+= ${EGDIR}/config ${PKG_SYSCONFDIR}/config 16CONF_FILES+= ${EGDIR}/config ${PKG_SYSCONFDIR}/config
17 17
18CONFIGURE_ARGS+= --with-odbc=no --with-bdb=no 18CONFIGURE_ARGS+= --with-odbc=no --with-bdb=no --with-oracle=no
19 19
20TEST_TARGET= check 20TEST_TARGET= check
21 21
22.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"