There is file currently present in the ports tree called: /usr/ports/graphics/gthumb/files/patch-glib-utils.c This patch (or something like it) is indeed necessary in order to make gthumb-2.14.x build successfully. However the patch itself is quite self-evidently wrong. It causes `offset' to always be set to zero, to no apparently useful effect (since the value gets re-set to the value of tm->tm_gmtoff just two lines further down in the code) and also, the patch in question fails to make allowances for possible host systems where neither HAVE_TM_GMTOFF nor HAVE_TIMEZONE are defined. A more correct patch for gthumb-2.14.x is provided below. How-To-Repeat: cd /usr/ports/graphics/gthumb make
Responsible Changed From-To: freebsd-ports-bugs->pav GNATS got confused. Over to maintainer of graphics/gthumb
State Changed From-To: open->closed This is largely cosmetic, since FreeBSD systems will always configure to HAVE_TM_GMTOFF variant, but applied anyway.