summaryrefslogtreecommitdiff
path: root/net/ohphone
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2001-01-03 14:37:08 +0000
committerRoger Hardiman <roger@FreeBSD.org>2001-01-03 14:37:08 +0000
commitcb28c187324d77a8ccf0a5d5fe733217d6dede2a (patch)
tree7fc2209db774ec3f49d2f00df8937496f6e45a97 /net/ohphone
parentAdd easygtk. EasyGTK is a wrapper library for GTK+ for people who want to learn (diff)
Upgrade to OhPhone 1.1pl1
Notes
Notes: svn path=/head/; revision=36651
Diffstat (limited to 'net/ohphone')
-rw-r--r--net/ohphone/Makefile5
-rw-r--r--net/ohphone/distinfo2
-rw-r--r--net/ohphone/files/patch-aa52
3 files changed, 25 insertions, 34 deletions
diff --git a/net/ohphone/Makefile b/net/ohphone/Makefile
index 7a6e003872df..6f446b43d258 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 cb0b1a20afb8..517d1fd23199 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 c7beeb3b206e..eed4b78afdf7 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);