K 10 svn:author V 2 rm K 8 svn:date V 27 2014-02-19T20:41:53.829946Z K 7 svn:log V 376 Fix runtime on FreeBSD >=10.0 Gajim relies on nslookup when looking up for an SRV record of jabber server. Since, nslookup was removed from FreeBSD 10, gajim is now fails to connect unless jabber-server hostname and port were defined by user explicitly. This patch make it use host(1) for this task. Submitted by: walker_643 (by email) MFH: 2014Q1 END