head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2006.11.06.02.58.45;	author ahze;	state dead;
branches;
next	1.1;

1.1
date	2006.11.01.13.20.11;	author ahze;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- No longer disable pthreads in sqlite3 [2]
- Remove LIBS= from Makefile to fix "open with application" function. [2] [5]
- Fix component registration for some users. [1] [2] [3]
- Bump PORTREVISION [4]

Obtained from:	https://bugzilla.mozilla.org/show_bug.cgi?id=351181 [1]
Submitted by:	marcus [2]
		aspar Chilingarov <nm@@web.am> [3]
		ahze [4] (I had to submit something)
Reported by:	philip and many others [5]
@
text
@--- db/sqlite3/src/Makefile.in.orig	Mon Sep 25 18:38:04 2006
+++ db/sqlite3/src/Makefile.in	Mon Sep 25 18:38:14 2006
@@@@ -99,7 +99,8 @@@@
 # REFEF_IO allows us to override IO functions, which is used in the AsyncIO
 # -DSQLITE_SECURE_DELETE=1 will cause SQLITE to 0-fill delete data so we
 # don't have to vacuum to make sure the data is not visible in the file.
-DEFINES = -DSQLITE_ENABLE_REDEF_IO -DSQLITE_SECURE_DELETE=1 -DTHREADSAFE=1
+DEFINES = -DSQLITE_ENABLE_REDEF_IO -DSQLITE_SECURE_DELETE=1
+# -DTHREADSAFE=1
 
 ifdef ENABLE_TESTS
 ##LIBS = $(DIST)/lib/$(LIB_PREFIX)sqlite3_s.$(LIB_SUFFIX)
@


1.1
log
@- Update to 2.0

Release notes:	http://www.mozilla.com/en-US/firefox/2.0/releasenotes/

Special thanks to marcus and many others for helping test and fixing
bugs!
@
text
@@

