NetBSD Problem Report #45845

From www@NetBSD.org  Mon Jan 16 14:39:26 2012
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by www.NetBSD.org (Postfix) with ESMTP id CD6A863C320
	for <gnats-bugs@gnats.NetBSD.org>; Mon, 16 Jan 2012 14:39:26 +0000 (UTC)
Message-Id: <20120116143925.EB34C63B84C@www.NetBSD.org>
Date: Mon, 16 Jan 2012 14:39:25 +0000 (UTC)
From: noud4@home.nl
Reply-To: noud4@home.nl
To: gnats-bugs@NetBSD.org
Subject: databases/libgda can be --with-sqlite=no
X-Send-Pr-Version: www-1.0

>Number:         45845
>Category:       pkg
>Synopsis:       databases/libgda can be --with-sqlite=no
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Mon Jan 16 14:40:00 +0000 2012
>Originator:     Noud de Brouwer
>Release:        5.99.59
>Organization:
-none-
>Environment:
NetBSD 10.0.2.17 5.99.59 NetBSD 5.99.59 (MONOLITHIC) #0: Tue Dec 27 01:19:12 UTC 2011  builds@b8.netbsd.org:/home/builds/ab/HEAD/i386/201112261820Z-obj/home/builds/ab/HEAD/src/sys/arch/i386/compile/MONOLITHIC i386
>Description:
can we apply below patches to get databases/libgda build without sqlite3.
and have that build by importing wip/libgda-sqlite3?
>How-To-Repeat:

>Fix:
a patch to Makefile and PLIST:

--- Makefile	2012-01-16 12:56:20.000000000 +0000
+++ Makefile.new	2012-01-16 01:37:29.000000000 +0000
@@ -5,7 +5,7 @@

 .include "Makefile.common"

-PKGREVISION=		2
+PKGREVISION=		3

 .include "options.mk"

@@ -15,7 +15,7 @@
 EGDIR=			${PREFIX}/share/examples/libgda-3.0
 CONF_FILES+=		${EGDIR}/config ${PKG_SYSCONFDIR}/config

-CONFIGURE_ARGS+=	--with-odbc=no --with-bdb=no --with-oracle=no
+CONFIGURE_ARGS+=	--with-odbc=no --with-bdb=no --with-oracle=no --with-sqlite=no

 TEST_TARGET=		check

--- PLIST	2012-01-16 12:56:21.000000000 +0000
+++ PLIST.new	2012-01-15 19:58:22.000000000 +0000
@@ -111,11 +111,9 @@
 include/libgda-3.0/libsql/sql_parser.h
 include/libgda-3.0/sql-delimiter/gda-sql-delimiter.h
 lib/libgda-3.0.la
-lib/libgda-3.0/providers/libgda-sqlite.la
 lib/libgda-report-3.0.la
 lib/libgdasql-3.0.la
 lib/pkgconfig/libgda-3.0.pc
-lib/pkgconfig/libgda-sqlite-3.0.pc
 share/examples/libgda-3.0/config
 share/examples/libgda-3.0/sales_test.db
 share/gtk-doc/html/libgda-3.0/DataModels.png
@@ -281,7 +279,6 @@
 share/gtk-doc/html/libgda-3.0/limitations_oracle.html
 share/gtk-doc/html/libgda-3.0/limitations_others.html
 share/gtk-doc/html/libgda-3.0/limitations_postgres.html
-share/gtk-doc/html/libgda-3.0/limitations_sqlite.html
 share/gtk-doc/html/libgda-3.0/main_example.html
 share/gtk-doc/html/libgda-3.0/manage-gdavalue.html
 share/gtk-doc/html/libgda-3.0/managing-errors.html
@@ -306,15 +303,6 @@
 share/libgda-3.0/dtd/libgda-dict.dtd
 share/libgda-3.0/dtd/libgda-paramlist.dtd
 share/libgda-3.0/dtd/libgda-server-operation.dtd
-share/libgda-3.0/sqlite_specs_add_column.xml
-share/libgda-3.0/sqlite_specs_create_db.xml
-share/libgda-3.0/sqlite_specs_create_index.xml
-share/libgda-3.0/sqlite_specs_create_table.xml
-share/libgda-3.0/sqlite_specs_drop_db.xml
-share/libgda-3.0/sqlite_specs_drop_index.xml
-share/libgda-3.0/sqlite_specs_drop_table.xml
-share/libgda-3.0/sqlite_specs_dsn.xml
-share/libgda-3.0/sqlite_specs_rename_table.xml
 share/libgda-3.0/xml/gda-report-result.dtd
 share/libgda-3.0/xml/gda-report.dtd
 share/libgda-3.0/xml/gda-xml-query.dtd

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.