Re: ports makefile question

2010-05-16 Thread Stacy Millions
On 05/14/10 16:39, Greg Larkin wrote: Hi Stacy, Since you specify USE_SQLITE= yes when the SQLite option is enabled, that's going to default to SQLITE_VER == 3. You can just set your CONFIGURE_ARGS to --without-sqlite --with-sqlite3. It doesn't look like you need to handle the SQLite v2

Re: ports makefile question

2010-05-14 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stacy Millions wrote: I am trying to set configure args based on the version of sqlite that is installed, but SQLITE_VER is not set until after bsd.port.post.mk so I end up with something like

ports makefile question

2010-05-13 Thread Stacy Millions
I am trying to set configure args based on the version of sqlite that is installed, but SQLITE_VER is not set until after bsd.port.post.mk so I end up with something like === OPTIONS=SQLITE Enable SQLITE support on .include