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
> 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
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
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