summaryrefslogtreecommitdiff
path: root/net/opal3/files
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-07-05 02:44:55 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-07-05 02:44:55 +0000
commit5e3c765f2d1ca65922723433f6ef10b76cb08cf9 (patch)
tree43eb1080665ef3256255f591e285c2f70f7b2fd5 /net/opal3/files
parentRezlooks is a GTK+2 theme engine based on the Cairo-enabled CVS Clearlooks (diff)
- update to 2.2.2
- This is an update of net/ekiga and net/opal. Requires the latest update to pwlib (FreeBSD port is uptodate since one week). This update also incorporates a new user-contributed patch, see Bug 345308 - Keypad does not work properly at http://bugzilla.gnome.org/show_bug.cgi?id=345308 PR: ports/99764 Submitted by: maintainer (Jean-Baptiste Quenot)
Notes
Notes: svn path=/head/; revision=166959
Diffstat (limited to 'net/opal3/files')
-rw-r--r--net/opal3/files/patch-Makefile.in10
-rw-r--r--net/opal3/files/patch-libspeex6
2 files changed, 8 insertions, 8 deletions
diff --git a/net/opal3/files/patch-Makefile.in b/net/opal3/files/patch-Makefile.in
index 155a5b377824..43ac050eaf72 100644
--- a/net/opal3/files/patch-Makefile.in
+++ b/net/opal3/files/patch-Makefile.in
@@ -1,13 +1,13 @@
---- Makefile.in.orig Tue Apr 11 14:19:57 2006
-+++ Makefile.in Tue Apr 11 14:20:39 2006
-@@ -419,10 +419,6 @@
+--- Makefile.in.orig Sat Apr 22 16:06:54 2006
++++ Makefile.in Thu Jun 22 09:39:04 2006
+@@ -427,10 +427,6 @@
SOURCES += $(OPAL_SRCDIR)/lids/vpblid.cxx
endif
-
+
-ifdef HAS_SANGOMA
-SOURCES += $(OPAL_SRCDIR)/lids/sangomalid.cxx
-endif
-
-
+
##################
# Software codecs
diff --git a/net/opal3/files/patch-libspeex b/net/opal3/files/patch-libspeex
index 995ce4236118..5e452da8fc77 100644
--- a/net/opal3/files/patch-libspeex
+++ b/net/opal3/files/patch-libspeex
@@ -1,10 +1,10 @@
---- src/codec/speex/libspeex/kiss_fft.h.orig Tue Apr 4 10:58:34 2006
-+++ src/codec/speex/libspeex/kiss_fft.h Tue Apr 4 10:58:57 2006
+--- src/codec/speex/libspeex/kiss_fft.h.orig Thu Jun 22 09:56:34 2006
++++ src/codec/speex/libspeex/kiss_fft.h Thu Jun 22 09:56:53 2006
@@ -6,10 +6,6 @@
#include <math.h>
#include <memory.h>
--#ifndef P_MACOSX
+-#if !(defined(P_MACOSX) || defined(P_FREEBSD))
-#include <malloc.h> // RMF
-#endif
-