id summary reporter owner description type status priority milestone component version resolution keywords cc port 11053 BUG: jpilot doesn't build with +gtk2 (two problems, patches attached) tristan@… macports-tickets@… "jpilot with the +gtk2 variant doesn't build, for two reasons. First: {{{ expense.c: In function 'clear_details': expense.c:681: warning: implicit declaration of function 'gtk_text_backward_delete' expense.c:681: warning: implicit declaration of function 'GTK_TEXT' expense.c:682: warning: implicit declaration of function 'gtk_text_get_length' }}} This is because the Portfile is appending ""--enable-gtk2"" which is now the default (see [http://www.jpilot.org/pipermail/jpilot/2005-December/005616.html]) One solution is to remove the ""--enable-gtk2"" line from the Portfile. Another alternative might be to make gtk2 the default and gtk1 the variant, since gtk2 is now the default for jpilot. The attached Portfile does this. The second problem is that jpilot doesn't build because _NL_TIME_FIRST_WEEKDAY is undeclared. This is a known bug and I am attaching the FreeBSD patch for this (see [http://www.freebsd.org/cgi/query-pr.cgi?pr=103203]). " defect closed Normal ports fixed markd@…