aboutsummaryrefslogtreecommitdiff
path: root/net/openh323-112/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/openh323-112/files')
-rw-r--r--net/openh323-112/files/patch-configurein50
-rw-r--r--net/openh323-112/files/patch-include::gkserver.h10
-rw-r--r--net/openh323-112/files/patch-ixjlid21
-rw-r--r--net/openh323-112/files/patch-openh323uin53
-rw-r--r--net/openh323-112/files/patch-src::h263codec.cxx13
5 files changed, 0 insertions, 147 deletions
diff --git a/net/openh323-112/files/patch-configurein b/net/openh323-112/files/patch-configurein
deleted file mode 100644
index edff8fef174b..000000000000
--- a/net/openh323-112/files/patch-configurein
+++ /dev/null
@@ -1,50 +0,0 @@
-Index: configure.in
-diff -c configure.in.orig configure.in
-*** configure.in.orig Thu May 22 21:25:00 2003
---- configure.in Sun Nov 23 22:51:33 2003
-***************
-*** 73,85 ****
-
- dnl ########################################################################
- dnl get pwlib directory
-! if test "${PWLIBDIR:-unset}" == "unset" ; then
- PWLIBDIR=`ptlib-config --prefix`
- fi
-! if test "x$PWLIBDIR" == "x/usr" -o "x$PWLIBDIR" == "x/usr/"; then
- PWLIBDIR="/usr/share/pwlib/"
- fi
-! if test "xPWLIBDIR" == "x/usr/local" -o "x$PWLIBDIR" == "x/usr/"; then
- PWLIBDIR="/usr/local/share/pwlib/"
- fi
- echo "PWLib prefix set to.... $PWLIBDIR"
---- 73,85 ----
-
- dnl ########################################################################
- dnl get pwlib directory
-! if test "${PWLIBDIR:-unset}" = "unset" ; then
- PWLIBDIR=`ptlib-config --prefix`
- fi
-! if test "x$PWLIBDIR" = "x/usr" -o "x$PWLIBDIR" = "x/usr/"; then
- PWLIBDIR="/usr/share/pwlib/"
- fi
-! if test "xPWLIBDIR" = "x/usr/local" -o "x$PWLIBDIR" = "x/usr/"; then
- PWLIBDIR="/usr/local/share/pwlib/"
- fi
- echo "PWLib prefix set to.... $PWLIBDIR"
-***************
-*** 96,102 ****
- else
- AC_CHECK_FILE(/usr/local/include/ffmpeg/avcodec.h, H323_AVCODEC=1)
- if test "${H323_AVCODEC:-unset}" != "unset" ; then
-! AVCODECINCLUDEDIR=/usr/local/include/ffmpeg
- AVCODECLIBDIR=/usr/local/lib
- fi
- fi
---- 96,102 ----
- else
- AC_CHECK_FILE(/usr/local/include/ffmpeg/avcodec.h, H323_AVCODEC=1)
- if test "${H323_AVCODEC:-unset}" != "unset" ; then
-! AVCODECINCLUDEDIR=/usr/local/include
- AVCODECLIBDIR=/usr/local/lib
- fi
- fi
diff --git a/net/openh323-112/files/patch-include::gkserver.h b/net/openh323-112/files/patch-include::gkserver.h
deleted file mode 100644
index cdc0ba88ce08..000000000000
--- a/net/openh323-112/files/patch-include::gkserver.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- include/gkserver.h 2004/08/28 17:16:13 1.1
-+++ include/gkserver.h 2004/08/28 17:16:24
-@@ -404,7 +404,6 @@
- H225_RegistrationConfirm & rcf;
- H225_RegistrationReject & rrj;
-
-- protected:
- virtual Response OnHandlePDU();
- };
-
diff --git a/net/openh323-112/files/patch-ixjlid b/net/openh323-112/files/patch-ixjlid
deleted file mode 100644
index faec5f30ea6b..000000000000
--- a/net/openh323-112/files/patch-ixjlid
+++ /dev/null
@@ -1,21 +0,0 @@
-*** include/ixjlid.h.orig Tue Sep 2 17:32:20 2003
---- include/ixjlid.h Tue Sep 2 17:32:37 2003
-***************
-*** 253,260 ****
- #include <linux/ixjuser.h>
- #endif
- #ifdef P_FREEBSD
-! #include <sys/telephony.h>
-! #include <sys/ixjuser.h>
- #endif
- #endif
-
---- 253,260 ----
- #include <linux/ixjuser.h>
- #endif
- #ifdef P_FREEBSD
-! #include "sys/telephony.h"
-! #include "sys/ixjuser.h"
- #endif
- #endif
-
diff --git a/net/openh323-112/files/patch-openh323uin b/net/openh323-112/files/patch-openh323uin
deleted file mode 100644
index 4613a12f810e..000000000000
--- a/net/openh323-112/files/patch-openh323uin
+++ /dev/null
@@ -1,53 +0,0 @@
-*** openh323u.mak.in.orig Wed May 14 20:52:44 2003
---- openh323u.mak.in Sun Aug 31 21:26:51 2003
-*************** LIBDIRS += $(OPENH323DIR)
-*** 142,152 ****
-
-
- OH323_SRCDIR = $(OPENH323DIR)/src
-! ifdef PREFIX
-! OH323_INCDIR = $(PREFIX)/include/openh323
-! else
- OH323_INCDIR = $(OPENH323DIR)/include
-! endif
- OH323_LIBDIR = $(OPENH323DIR)/lib
-
-
---- 142,152 ----
-
-
- OH323_SRCDIR = $(OPENH323DIR)/src
-! #ifdef PREFIX
-! #OH323_INCDIR = $(PREFIX)/include/openh323
-! #else
- OH323_INCDIR = $(OPENH323DIR)/include
-! #endif
- OH323_LIBDIR = $(OPENH323DIR)/lib
-
-
-*************** ifdef OH323_SUPPRESS_H235
-*** 184,189 ****
---- 184,190 ----
- STDCCFLAGS += -DOH323_SUPPRESS_H235
- endif
-
-+ # Check for the ixj/telephony header files on the system.
- ifneq (,$(wildcard $(SYSINCDIR)/linux/telephony.h))
- HAS_IXJ = 1
- STDCCFLAGS += -DHAS_IXJ
-*************** endif
-*** 197,202 ****
---- 198,210 ----
- ifneq (,$(wildcard /usr/local/include/sys/telephony.h))
- HAS_IXJ = 1
- STDCCFLAGS += -DHAS_IXJ -I/usr/local/include
-+ endif
-+
-+ # In the FreeBSD port, we make a local copy of the ixj header files from
-+ # the ixj driver in openh323/include/sys
-+ ifneq (,$(wildcard $(OPENH323DIR)/include/sys/telephony.h))
-+ HAS_IXJ = 1
-+ STDCCFLAGS += -DHAS_IXJ
- endif
-
- #Check if we have an OSS soundcard.h
diff --git a/net/openh323-112/files/patch-src::h263codec.cxx b/net/openh323-112/files/patch-src::h263codec.cxx
deleted file mode 100644
index d8b45f8b078f..000000000000
--- a/net/openh323-112/files/patch-src::h263codec.cxx
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: src/h263codec.cxx
-diff -u src/h263codec.cxx.orig src/h263codec.cxx
---- src/h263codec.cxx.orig Fri Jun 6 15:32:08 2003
-+++ src/h263codec.cxx Sat Nov 22 23:17:45 2003
-@@ -109,7 +109,7 @@
- #include "rtp.h"
-
- extern "C" {
--#include <avcodec.h>
-+#include <ffmpeg/avcodec.h>
- };
-
-