[csw-devel] SF.net SVN: gar:[13332] csw/mgar/pkg/sqlite3/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Feb 16 13:30:34 CET 2011
Revision: 13332
http://gar.svn.sourceforge.net/gar/?rev=13332&view=rev
Author: dmichelsen
Date: 2011-02-16 12:30:34 +0000 (Wed, 16 Feb 2011)
Log Message:
-----------
sqlite3: Update to 3070500 and split package
Modified Paths:
--------------
csw/mgar/pkg/sqlite3/trunk/Makefile
csw/mgar/pkg/sqlite3/trunk/checksums
Removed Paths:
-------------
csw/mgar/pkg/sqlite3/trunk/files/gar-base.diff
csw/mgar/pkg/sqlite3/trunk/files/shell.c.diff
Modified: csw/mgar/pkg/sqlite3/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sqlite3/trunk/Makefile 2011-02-16 12:28:40 UTC (rev 13331)
+++ csw/mgar/pkg/sqlite3/trunk/Makefile 2011-02-16 12:30:34 UTC (rev 13332)
@@ -1,6 +1,6 @@
-NAME = sqlite3
-VERSION = 3.7.2
-CATEGORIES = lib
+NAME = sqlite3
+VERSION = 3070500
+CATEGORIES = lib
DESCRIPTION = An embeddable SQL engine in a C library
define BLURB
@@ -10,46 +10,54 @@
# Download informations
MASTER_SITES = http://sqlite.org/
-DISTNAME = sqlite-$(VERSION)
-DISTFILES = $(DISTNAME).tar.gz
+DISTNAME = sqlite-autoconf-$(VERSION)
+DISTFILES += $(DISTNAME).tar.gz
DISTFILES += copyright-release.html
LICENSE = copyright-release.html
-PATCHFILES = gar-base.diff
-PATCHFILES += shell.c.diff
-
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = sqlite-(\d+(?:\.\d+)*).tar.gz
-PACKAGES = CSWsqlite3 CSWsqlite3rt CSWsqlite3devel
-
+PACKAGES += CSWsqlite3
CATALOGNAME_CSWsqlite3 = sqlite3
-CATALOGNAME_CSWsqlite3rt = sqlite3_rt
-CATALOGNAME_CSWsqlite3devel = sqlite3_devel
-
SPKG_DESC_CSWsqlite3 = $(DESCRIPTION)
-SPKG_DESC_CSWsqlite3rt = $(SPKG_DESC_CSWsqlite3) runtime
-SPKG_DESC_CSWsqlite3devel = $(SPKG_DESC_CSWsqlite3) development package
-
PKGFILES_CSWsqlite3 = $(bindir)/.*
-PKGFILES_CSWsqlite3devel = $(PKGFILES_DEVEL)
-
-RUNTIME_DEP_PKGS_CSWsqlite3 = CSWsqlite3rt
+RUNTIME_DEP_PKGS_CSWsqlite3 += CSWlibsqlite3-0
RUNTIME_DEP_PKGS_CSWsqlite3 += CSWreadline
-RUNTIME_DEP_PKGS_CSWsqlite3 += CSWncurses
-BUILD_DEP_PKGS = CSWreadline CSWncurses
+PACKAGES += CSWlibsqlite3-0
+CATALOGNAME_CSWlibsqlite3-0 = libsqlite3_0
+SPKG_DESC_CSWlibsqlite3-0 = SQLite library providing libsqlite3.so.0
+PKGFILES_CSWlibsqlite3-0 = $(call baseisadirs,$(libdir),libsqlite3\.so\.0(\.\d+)*)
+PACKAGES += CSWlibsqlite3-dev
+CATALOGNAME_CSWlibsqlite3-dev = libsqlite3_dev
+SPKG_DESC_CSWlibsqlite3-dev = Development files for libsqlite3.so
+PKGFILES_CSWlibsqlite3-dev = $(PKGFILES_DEVEL)
+RUNTIME_DEP_PKGS_CSWlibsqlite3-dev = CSWlibsqlite3-0
+
+PACKAGES += CSWsqlite3rt
+CATALOGNAME_CSWsqlite3rt = sqlite3_rt
+SPKG_DESC_CSWsqlite3rt = Transitional package as contents moved to CSWlibsqlite3-0
+RUNTIME_DEP_PKGS_CSWsqlite3rt = CSWlibsqlite3-0
+CHECKPKG_OVERRIDES_CSWsqlite3rt += surplus-dependency|CSWlibsqlite3-0
+PKGFILES_CSWsqlite3rt = NOFILES
+ARCHALL_CSWsqlite3rt = 1
+
+PACKAGES += CSWsqlite3devel
+CATALOGNAME_CSWsqlite3devel = sqlite3_devel
+SPKG_DESC_CSWsqlite3devel = Transitional package as contents moved to CSWlibsqlite3-dev
+PKGFILES_CSWsqlite3devel = NOFILES
+
+BUILD_DEP_PKGS += CSWreadline
+
BUILD64 = 1
NOISAEXEC = 1
-# Make configure options
CONFIGURE_ARGS = $(DIRPATHS)
-CONFIGURE_ARGS += --enable-threadsafe --disable-debug --disable-tcl
-CONFIGURE_ARGS += --with-readline-inc="-I/opt/csw/include/readline"
-TEST_SCRIPTS =
+TEST_TARGET = check
include gar/category.mk
Modified: csw/mgar/pkg/sqlite3/trunk/checksums
===================================================================
--- csw/mgar/pkg/sqlite3/trunk/checksums 2011-02-16 12:28:40 UTC (rev 13331)
+++ csw/mgar/pkg/sqlite3/trunk/checksums 2011-02-16 12:30:34 UTC (rev 13332)
@@ -1,4 +1,2 @@
fc9432136482bcde03102bc3e06dd413 copyright-release.html
-80d638505872be7ffa238d43f0e268b2 gar-base.diff
-1a2be927ceacfa534501b9f4675bce83 shell.c.diff
-5f1853c4c1eba3330b6104f274918673 sqlite-3.7.2.tar.gz
+a9604a82613ade2e7f4c303f233e477f sqlite-autoconf-3070500.tar.gz
Deleted: csw/mgar/pkg/sqlite3/trunk/files/gar-base.diff
===================================================================
--- csw/mgar/pkg/sqlite3/trunk/files/gar-base.diff 2011-02-16 12:28:40 UTC (rev 13331)
+++ csw/mgar/pkg/sqlite3/trunk/files/gar-base.diff 2011-02-16 12:30:34 UTC (rev 13332)
@@ -1,11 +0,0 @@
-diff -Naur sqlite3.orig/src/tclsqlite.c sqlite3.patched/src/tclsqlite.c
---- sqlite3.orig/src/tclsqlite.c 2008-10-14 20:07:41.000000000 +0200
-+++ sqlite3.patched/src/tclsqlite.c 2008-11-07 23:14:32.334719000 +0100
-@@ -16,6 +16,7 @@
- */
- #include "tcl.h"
- #include <errno.h>
-+#include "../tsrc/sqlite3.h"
-
- /*
- ** Some additional include files are needed if this file is not
Deleted: csw/mgar/pkg/sqlite3/trunk/files/shell.c.diff
===================================================================
--- csw/mgar/pkg/sqlite3/trunk/files/shell.c.diff 2011-02-16 12:28:40 UTC (rev 13331)
+++ csw/mgar/pkg/sqlite3/trunk/files/shell.c.diff 2011-02-16 12:30:34 UTC (rev 13332)
@@ -1,12 +0,0 @@
-diff -Naur sqlite3.orig/src/shell.c sqlite3/src/shell.c
---- sqlite3.orig/src/shell.c 2009-07-16 21:40:17.209832620 +0200
-+++ sqlite3/src/shell.c 2009-07-16 21:44:23.666390427 +0200
-@@ -23,7 +23,7 @@
- #include <string.h>
- #include <stdio.h>
- #include <assert.h>
--#include "sqlite3.h"
-+#include "../sqlite3.h"
- #include <ctype.h>
- #include <stdarg.h>
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list