aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/openh323proxy/Makefile2
-rw-r--r--net/openh323proxy/distinfo2
-rw-r--r--net/openh323proxy/files/patch-CallThread.cxx12
-rw-r--r--net/openh323proxy/files/patch-Makefile19
4 files changed, 33 insertions, 2 deletions
diff --git a/net/openh323proxy/Makefile b/net/openh323proxy/Makefile
index 59ae017a504f..da319175ba67 100644
--- a/net/openh323proxy/Makefile
+++ b/net/openh323proxy/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= openh323proxy
-PORTVERSION= 0.9.9
+PORTVERSION= 0.9.12
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/net/openh323proxy/distinfo b/net/openh323proxy/distinfo
index 1cea31f908d5..18f8a84999bc 100644
--- a/net/openh323proxy/distinfo
+++ b/net/openh323proxy/distinfo
@@ -1 +1 @@
-MD5 (openh323proxy-0.9.9.tar.gz) = 3a2c2998a299dd97dc97c4e92ad8a399
+MD5 (openh323proxy-0.9.12.tar.gz) = 67db0c96478db10fcf64f06baa7c0f41
diff --git a/net/openh323proxy/files/patch-CallThread.cxx b/net/openh323proxy/files/patch-CallThread.cxx
new file mode 100644
index 000000000000..9d89e18e4928
--- /dev/null
+++ b/net/openh323proxy/files/patch-CallThread.cxx
@@ -0,0 +1,12 @@
+*** CallThread.cxx.orig Fri Oct 11 10:50:05 2002
+--- CallThread.cxx Fri Oct 11 10:50:19 2002
+***************
+*** 85,90 ****
+--- 85,91 ----
+ #include <ptlib/svcproc.h>
+ #include <q931.h>
+ #include <h245.h>
++ #include <h323.h>
+ #include "Log.h"
+ #include "CallTabl.h"
+ #include "EndpointTabl.h"
diff --git a/net/openh323proxy/files/patch-Makefile b/net/openh323proxy/files/patch-Makefile
new file mode 100644
index 000000000000..61082b69c423
--- /dev/null
+++ b/net/openh323proxy/files/patch-Makefile
@@ -0,0 +1,19 @@
+*** Makefile.orig Fri Oct 11 07:34:00 2002
+--- Makefile Fri Oct 11 07:34:11 2002
+*************** ifndef PWLIBDIR
+*** 103,109 ****
+ PWLIBDIR=$(HOME)/pwlib
+ endif
+
+! include $(PWLIBDIR)/make/ptlib.mak
+
+ ifndef OPENH323DIR
+ OPENH323DIR=$(HOME)/openh323
+--- 103,109 ----
+ PWLIBDIR=$(HOME)/pwlib
+ endif
+
+! #include $(PWLIBDIR)/make/ptlib.mak
+
+ ifndef OPENH323DIR
+ OPENH323DIR=$(HOME)/openh323