diff options
author | adam <adam@pkgsrc.org> | 2011-04-17 20:27:08 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-04-17 20:27:08 +0000 |
commit | 0358c053bc63124c758596ae5e840457e435190b (patch) | |
tree | 0769e4a3fceae25beeef0e1589c8cbad2c0505f2 /databases/sqlite3-tcl | |
parent | 860c759432eb6aa03ea72dbdfe1babbd32e78693 (diff) | |
download | pkgsrc-0358c053bc63124c758596ae5e840457e435190b.tar.gz |
Changes 3.7.6.2:
* Fix the function prototype for the open(2) system call to agree with POSIX.
Without this fix, pthreads does not work correctly on NetBSD.
Diffstat (limited to 'databases/sqlite3-tcl')
-rw-r--r-- | databases/sqlite3-tcl/Makefile | 6 | ||||
-rw-r--r-- | databases/sqlite3-tcl/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/sqlite3-tcl/Makefile b/databases/sqlite3-tcl/Makefile index be70bb81bf4..da177caa949 100644 --- a/databases/sqlite3-tcl/Makefile +++ b/databases/sqlite3-tcl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2011/04/14 07:10:20 adam Exp $ +# $NetBSD: Makefile,v 1.24 2011/04/17 20:27:09 adam Exp $ -DISTNAME= sqlite-autoconf-3070601 -PKGNAME= sqlite3-tcl-3.7.6.1 +DISTNAME= sqlite-autoconf-3070602 +PKGNAME= sqlite3-tcl-3.7.6.2 CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ http://www.sqlite.org/ diff --git a/databases/sqlite3-tcl/distinfo b/databases/sqlite3-tcl/distinfo index 9e5fc2885d6..b64770d5835 100644 --- a/databases/sqlite3-tcl/distinfo +++ b/databases/sqlite3-tcl/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.13 2011/04/14 07:10:20 adam Exp $ +$NetBSD: distinfo,v 1.14 2011/04/17 20:27:09 adam Exp $ -SHA1 (sqlite-autoconf-3070601.tar.gz) = 8e3d1f93576374238875197b1fb472332e339ea7 -RMD160 (sqlite-autoconf-3070601.tar.gz) = a7341ce16c52b5023e172c28782b232c18e19f87 -Size (sqlite-autoconf-3070601.tar.gz) = 1720170 bytes +SHA1 (sqlite-autoconf-3070602.tar.gz) = 3582b0b809dc0c3fa10ddaa403c219a4ebd8abb5 +RMD160 (sqlite-autoconf-3070602.tar.gz) = dc6998976f3d0e3e8f7b0568966d8ff0cb82c899 +Size (sqlite-autoconf-3070602.tar.gz) = 1720179 bytes SHA1 (patch-aa) = d4d0424eec39ede995c2c408dcf51876072d3fea SHA1 (patch-ab) = 64a4352b9a8ed0518784837e390541cd4e1bc9aa |