Date: Mon, 9 Nov 2009 17:54:31 -0500 From: "Mike Jakubik" <mikej@rogers.com> To: ports@freebsd.org Subject: Re: FreeBSD Port: databases/sqlite3 Message-ID: <a1e549d11cdaf29174da4acdaab43841.squirrel@wettoast.dyndns.org> In-Reply-To: <2339c224289b0b642c9e3c88d4bf288d.squirrel@wettoast.dyndns.org> References: <2339c224289b0b642c9e3c88d4bf288d.squirrel@wettoast.dyndns.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, November 9, 2009 4:29 pm, Mike Jakubik wrote: > Hello, > > It seems that a recent version of sqlite3 has gained a build dependency on > TCL. How can i build this port without TCL? Sqlite3-3.6.14.2 did not > require this. The TCL wrapper is disabled in the make config. > > Thanks. After further research, it appears that the distribution that the port uses requires TCL to build, I'm guessing this is a recent change. --- SQLite does not require TCL to run, but a TCL installation is required by the makefiles. SQLite contains a lot of generated code and TCL is used to do much of that code generation. The makefile also requires AWK. --- I downloaded the sqlite-amalgamation-3.6.20.tar.gz distribution and i was able to compile this one without TCL, a simple ./configure && make did the job.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a1e549d11cdaf29174da4acdaab43841.squirrel>