K 10 svn:author V 2 rm K 8 svn:date V 27 2014-02-19T20:59:58.372766Z K 7 svn:log V 407 MFH: r345147 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) Approved by: portmgr (erwin) END