Hi,

On 10/06/2015 18:39, Robert Burmeister wrote:
> FreeBSD 10.2 i386.
> 
> Firefox 41.0,1 configure error:
> 
> configure: failed program was:
> #line 25374 "configure"
> #include "confdefs.h"
> 
>             #include "sqlite3.h"
> 
>             int main(int argc, char **argv){
>               return
> !sqlite3_compileoption_used("SQLITE_ENABLE_DBSTAT_VTAB");
>             }
> configure: error: System SQLite library is not compiled with
> SQLITE_ENABLE_DBSTAT_VTAB.
> 
> 
> Manually setting the SQLite3 3.8.11.1_1 option "DBSTAT=on" and
> recompiling fixed.
> 
> (Portupgrade -arR did not catch SQLite3 3.8.11.1 to SQLite3 3.8.11.1_1.)
> 
> Port sqlite3-3.8.11.1_1 should  be bumped for Firefox 41.0,1.
> 

Sorry for the trouble. It would be nice if ports could depend on options
being enabled in other ports. Perhaps if portupgrade would detect that
default options changed, the way poudriere would, then it would handle
this situation better? I think bumping sqlite3 isn't really quite the
right solution. It would mean unnecessary rebuilding in some cases.

Steve
_______________________________________________
freebsd-gecko@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"

Reply via email to