My guess is the recent update to databases/sqlite3 broke libgda5 which causes 12 ports to be skipped. It's happening everywhere on both clang and gcc. (check portsmon)
Compiles if I add: CONFIGURE_ARGS+=--enable-system-sqlite
dragonfly bsd doesn't have sqlite in base, and even if it did, it would be a private library. The philosophy is that ports should be self-sufficient. In any case, presumably every OS has this issue so libgda should be getting fixed correctly by somebody, somewhere. (hopefully gnome.org)
okay, I never said it is an solution ;-)) May I point you to this: libgda/sqlite/virtual/gda-vprovider-data-model.c I think this include is redundant: #include <sqlite3.h> :
right now I'm just the messenger. The gnome team is the one responsible for fixing it, at least they get the first opportunity.
solved by r421341