pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/45845: databases/libgda can be --with-sqlite=no



>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@localhost:/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



Home | Main Index | Thread Index | Old Index