diff options
author | roger <roger@FreeBSD.org> | 2001-01-03 14:37:08 +0000 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2001-01-03 14:37:08 +0000 |
commit | d6e23fa9021bbb8e99c8dd97e4ddedfcee7a96db (patch) | |
tree | 2834f07bb8de17975554931b602c04811bcb8c82 /net/ohphone | |
parent | e0652890a05aa8117342bc974c2ead5fddb1f03f (diff) | |
download | FreeBSD-ports-d6e23fa9021bbb8e99c8dd97e4ddedfcee7a96db.zip FreeBSD-ports-d6e23fa9021bbb8e99c8dd97e4ddedfcee7a96db.tar.gz |
Upgrade to OhPhone 1.1pl1
Diffstat (limited to 'net/ohphone')
-rw-r--r-- | net/ohphone/Makefile | 5 | ||||
-rw-r--r-- | net/ohphone/distinfo | 2 | ||||
-rw-r--r-- | net/ohphone/files/patch-aa | 52 |
3 files changed, 25 insertions, 34 deletions
diff --git a/net/ohphone/Makefile b/net/ohphone/Makefile index 7a6e003..6f446b4 100644 --- a/net/ohphone/Makefile +++ b/net/ohphone/Makefile @@ -6,13 +6,12 @@ # PORTNAME= ohphone -PORTVERSION= 1.1 -PORTREVISION= 1 +PORTVERSION= 1.1pl1 CATEGORIES= net MASTER_SITES= http://www.openh323.org/bin/ \ http://www.de.openh323.org/bin/ \ http://www.ru.openh323.org/bin/ -DISTNAME= ohphone_1.1 +DISTNAME= ohphone_1.1pl1 MAINTAINER= roger@FreeBSD.org diff --git a/net/ohphone/distinfo b/net/ohphone/distinfo index cb0b1a2..517d1fd 100644 --- a/net/ohphone/distinfo +++ b/net/ohphone/distinfo @@ -1 +1 @@ -MD5 (ohphone_1.1.tar.gz) = 67e12fa25aca2d4d7333e3848e503062 +MD5 (ohphone_1.1pl1.tar.gz) = 6b7f5cf1b1445309b4e2274b85afa265 diff --git a/net/ohphone/files/patch-aa b/net/ohphone/files/patch-aa index c7beeb3..eed4b78 100644 --- a/net/ohphone/files/patch-aa +++ b/net/ohphone/files/patch-aa @@ -1,30 +1,22 @@ ---- main.cxx.orig Fri Sep 29 02:07:38 2000 -+++ main.cxx Sun Oct 22 19:13:43 2000 -@@ -1221,7 +1221,9 @@ - if (callerIdCallWaitingEnable) { - PString callerId = ((MyH323Connection &)connection).GetCallerIdString(); - cout << "Sending caller ID " << callerId << endl; -+#ifdef HAS_IXJ - xJack.SetCallerID(OpalIxJDevice::POTSLine, callerId); -+#endif - } - return FALSE; - } -@@ -2042,8 +2044,6 @@ - } - } - --#endif -- - unsigned MyH323EndPoint::VolumeToIXJ(int vol) - { - int hw; -@@ -2084,6 +2084,8 @@ - - return vol; - } -+ -+#endif - - void MyH323EndPoint::HandleUserInterface() - { +*** main.h.orig Wed Jan 3 14:34:28 2001 +--- main.h Wed Jan 3 14:34:38 2001 +*************** class MyH323EndPoint : public H323EndPoi +*** 351,358 **** + + int IXJToVolume(unsigned hardware); + unsigned VolumeToIXJ(int vol); +- void SendDTMF(const char * tone); + #endif + + void StartCall(const PString & str); + void NewSpeedDial(const PString & str); +--- 351,359 ---- + + int IXJToVolume(unsigned hardware); + unsigned VolumeToIXJ(int vol); + #endif ++ ++ void SendDTMF(const char * tone); + + void StartCall(const PString & str); + void NewSpeedDial(const PString & str); |