diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-09-21 15:19:31 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-09-21 15:19:31 +0000 |
commit | 91057730f3b434447fb27e1d1a6b2fecc6cc219b (patch) | |
tree | 15951915de542963fa76ea3234892bda5608bb43 /net-im/pidgin-sipe/files/patch-src__purple__purple-dnsquery.c | |
parent | net-im/farstream: merge a patch necessary for Lync calls, pet portlint (diff) |
net-im/pidgin-sipe: update to 1.24.0, pet portlint
Update the port to 1.24.0.
Add explicit dependencies which are installed and linked to anyway for libdbus, gstreamer1 and farstream.
Add USES=gnome.
Pet portlint by moving some entries.
Fix OCS2005 option, which had misspelled DESC and CONFIGURE_ENABLE entries, so it didn't even work.
Remove unneeded patch.
PR: 240347
Approved by: john.c.prather@gmail.com (maintainer timeout), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D21714
Diffstat (limited to 'net-im/pidgin-sipe/files/patch-src__purple__purple-dnsquery.c')
-rw-r--r-- | net-im/pidgin-sipe/files/patch-src__purple__purple-dnsquery.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net-im/pidgin-sipe/files/patch-src__purple__purple-dnsquery.c b/net-im/pidgin-sipe/files/patch-src__purple__purple-dnsquery.c deleted file mode 100644 index 0cfbded12549..000000000000 --- a/net-im/pidgin-sipe/files/patch-src__purple__purple-dnsquery.c +++ /dev/null @@ -1,15 +0,0 @@ ---- src/purple/purple-dnsquery.c.orig 2011-08-29 17:05:26.000000000 +1100 -+++ src/purple/purple-dnsquery.c 2012-01-23 12:24:33.000000000 +1100 -@@ -29,6 +29,12 @@ - #endif - - #include <glib.h> -+#include <sys/socket.h> -+ -+#include "version.h" -+#if PURPLE_VERSION_CHECK(2,8,0) -+#include "account.h" -+#endif - - #include "dnsquery.h" - #include "dnssrv.h" |