From 3df4fee44594b671cff19f6cb61f68974a28fe86 Mon Sep 17 00:00:00 2001 From: Roger Hardiman Date: Fri, 11 Oct 2002 09:57:26 +0000 Subject: [PATCH] Upgrade to the latest version --- net/openh323proxy/Makefile | 2 +- net/openh323proxy/distinfo | 2 +- net/openh323proxy/files/patch-CallThread.cxx | 12 ++++++++++++ net/openh323proxy/files/patch-Makefile | 19 +++++++++++++++++++ 4 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 net/openh323proxy/files/patch-CallThread.cxx create mode 100644 net/openh323proxy/files/patch-Makefile 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 + #include + #include ++ #include + #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