1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/net-im/gajim/files
Ruslan Makhmatkhanov f87c8b3c38 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 <walker_643@yahoo.com> (by email)
MFH:    2014Q1
2014-02-19 20:41:53 +00:00
..
extra-patch-src-common_resolver.py
patch-src-Makefile.in
patch-src-plugins_plugins_i18n.py