From f788274c3242cac161dafb04972cf5e7f54de8fc Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Thu, 6 Apr 2006 13:04:59 +0000 Subject: New port: net/ekiga based on net/gnomemeeting Ekiga is a free Voice over IP phone allowing you to do free calls over the Internet. Ekiga is the first Open Source application to support both H.323 and SIP, as well as audio and video. Ekiga was formerly known as GnomeMeeting. The new port is based on net/gnomemeeting (same author, port Makefiles very similar), so could you please: 1) make a repocopy from gnomemeeting to ekiga 2) apply the patch in ekiga, note that old patch files are removed, and a new patch file is provided PR: ports/95321 Submitted by: Jean-Baptiste Quenot --- net/ekiga/files/patch-endpoint | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 net/ekiga/files/patch-endpoint (limited to 'net/ekiga/files/patch-endpoint') diff --git a/net/ekiga/files/patch-endpoint b/net/ekiga/files/patch-endpoint deleted file mode 100644 index f0aeb3c62898..000000000000 --- a/net/ekiga/files/patch-endpoint +++ /dev/null @@ -1,24 +0,0 @@ ---- src/endpoint.cpp.orig Thu Nov 25 20:12:40 2004 -+++ src/endpoint.cpp Mon Dec 13 21:33:19 2004 -@@ -59,6 +59,8 @@ - #include "gm_conf.h" - #include "gm_events.h" - -+#include -+ - #include - - #include -@@ -89,8 +91,10 @@ - - /* Use IPv6 address family by default if available. */ - #ifdef P_HAS_IPV6 -- if (PIPSocket::IsIpAddressFamilyV6Supported()) -- PIPSocket::SetDefaultIpAddressFamilyV6(); -+// ENABLING THIS CAUSES PWLIB TO GIVE AN ASSERTION WHEN THERE IS AN -+// INCOMING CALL -+// if (PIPSocket::IsIpAddressFamilyV6Supported()) -+// PIPSocket::SetDefaultIpAddressFamilyV6(); - #endif - - audio_tester = NULL; -- cgit v1.2.3