Re: detect presence of threads support in sqlite3 port

2006-09-30 Thread Thierry Thomas
Le Sam 30 sep 06 à 19:09:42 +0200, Alexander Botero-Lowry <[EMAIL PROTECTED]> écrivait : > This is the exact issue that sparked my interest in some kind of OPTIONS > dependency/checking mechanism in ports. One of my ports (audio/xmms2) requires > that sqlite3 be built threadsafe, and there is no

Re: detect presence of threads support in sqlite3 port

2006-09-30 Thread Alexander Botero-Lowry
> Le Lun 25 sep 06 à 11:21:11 +0200, Alexander Zhuravlev > écrivait : >> So, how can I determine the fact that the port was compiled with such >> option, so I can rise an error in my port or compile it with bundled >> sqlite 3.2 library? >> Any help will be much appreciated. > This is the exact

Re: detect presence of threads support in sqlite3 port

2006-09-28 Thread Thierry Thomas
Le Lun 25 sep 06 à 11:21:11 +0200, Alexander Zhuravlev <[EMAIL PROTECTED]> écrivait : > So, how can I determine the fact that the port was compiled with such > option, so I can rise an error in my port or compile it with bundled > sqlite 3.2 library? > Any help will be much appreciated. sqlite

detect presence of threads support in sqlite3 port

2006-09-28 Thread Alexander Zhuravlev
Hello, My port depends on databases/sqlite3 one. But it does not compile if sqlite3 port has been compiled with WITH_THREADS option (pthreads support). I've tried to create databases/sqlite3-nonthreaded port and add dependancy on ths port, but as far as I can see sqlite3 and sqlite3-nothre