From owner-cvs-all@FreeBSD.ORG Thu Aug 2 09:29:55 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBF0F16A421; Thu, 2 Aug 2007 09:29:55 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id 70CC113C45A; Thu, 2 Aug 2007 09:29:55 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id D82702C50C81; Thu, 2 Aug 2007 12:10:58 +0300 (EEST) Date: Thu, 2 Aug 2007 12:10:35 +0300 From: Ion-Mihai Tetcu To: Marcus Alves Grando Message-ID: <20070802121035.672ee28e@it.buh.tecnik93.com> In-Reply-To: <200708011422.l71EMEbD029713@repoman.freebsd.org> References: <200708011422.l71EMEbD029713@repoman.freebsd.org> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_E2KZuo5x09U=UX0WcHygbpy"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/databases/sqlite3 Makefile distinfo ports/databases/sqlite3/files fts12_patch-Makefile.in fts1_patch-Makefile.in fts2_patch-Makefile.in patch-ext__fts2__fts2.c patch-ext__fts2__fts2_porter.c patch-ext__fts2__fts2_tokenizer1.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 09:29:56 -0000 --Sig_E2KZuo5x09U=UX0WcHygbpy Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Wed, 1 Aug 2007 14:22:14 +0000 (UTC) Marcus Alves Grando wrote: > mnag 2007-08-01 14:22:13 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > databases/sqlite3 Makefile distinfo=20 > databases/sqlite3/files fts1_patch-Makefile.in=20 > Added files: > databases/sqlite3/files fts12_patch-Makefile.in=20 > fts2_patch-Makefile.in=20 > patch-ext__fts2__fts2.c=20 > patch-ext__fts2__fts2_porter.c=20 > patch-ext__fts2__fts2_tokenizer1.c=20 > Log: > - Update to 3.4.1 > - Make sqlite3 respect CC [1] > - Add support for FTS2 [2] (cd .libs && rm -f libsqlite3.la && ln -s ../libsqlite3.la libsqlite3.la) /usr/local/bin/libtool --mode=3Dlink --tag=3DCC cc -O2 -pipe -DSQLITE_ENAB= LE_FTS1 -DSQLITE_ENABLE_FTS2 -I. -I./src -DNDEBUG -I/usr/local/include/tcl= 8.4 -DTHREADSAFE=3D1 -DSQLITE_THREAD_OVERRIDE_LOCK=3D-1 -DSQLITE_OMIT_LOAD_= EXTENSION=3D1 -DHAVE_READLINE=3D1 -I/usr/include/readline -pthread \ -o sqlite3 ./src/shell.c libsqlite3.la \ -lreadline -lreadline -lm cc -O2 -pipe -DSQLITE_ENABLE_FTS1 -DSQLITE_ENABLE_FTS2 -I. -I./src -DNDEBUG= -I/usr/local/include/tcl8.4 -DTHREADSAFE=3D1 -DSQLITE_THREAD_OVERRIDE_LOCK= =3D-1 -DSQLITE_OMIT_LOAD_EXTENSION=3D1 -DHAVE_READLINE=3D1 -I/usr/include/r= eadline -pthread -o .libs/sqlite3 ./src/shell.c ./.libs/libsqlite3.so -pth= read -lreadline -lm -Wl,--rpath -Wl,/usr/local/lib ./.libs/libsqlite3.so: undefined reference to `sqlite3Fts2InitHashTable' gmake: *** [sqlite3] Error 1 *** Error code 2 Stop in /usr/ports/databases/sqlite3. *** Error code 1 # cat /var/db/ports/sqlite3/options # This file is auto-generated by 'make config'. # No user-servicable parts inside! # Options for sqlite3-3.4.1 _OPTIONS_READ=3Dsqlite3-3.4.1 WITHOUT_DEBUG=3Dtrue WITH_DOCS=3Dtrue WITH_FTS1=3Dtrue WITH_FTS2=3Dtrue WITH_TCLWRAPPER=3Dtrue WITH_THREADS=3Dtrue FreeBSD 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Thu Jul 12 20:31:29 EEST 2007 It compiles OK w/o FTS2. --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" --Sig_E2KZuo5x09U=UX0WcHygbpy Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFGsZ+iBX6fi0k6KXsRAlIdAKCnGZB6vXkCJ7H85qg1ifsND+EImwCgsRss +meZ69/yC30dZV0r+KaPjGM= =xHL4 -----END PGP SIGNATURE----- --Sig_E2KZuo5x09U=UX0WcHygbpy--