summaryrefslogtreecommitdiff
path: root/net/cphone
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-08-07 04:34:49 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-08-07 04:34:49 +0000
commitd25d6e1eaadde8ac7cab745b4d7e40b2070588a5 (patch)
tree7ed7ce5ba51277a2a2ee2678905503bde3608a1d /net/cphone
parent. Add a port of moria. For those too young to have played moria: (diff)
As announced on 6 May 2003, remove the broken cphone port.
Notes
Notes: svn path=/head/; revision=86421
Diffstat (limited to 'net/cphone')
-rw-r--r--net/cphone/Makefile39
-rw-r--r--net/cphone/distinfo1
-rw-r--r--net/cphone/files/patch-Makefile50
-rw-r--r--net/cphone/files/patch-cpendpoint.cxx20
-rw-r--r--net/cphone/pkg-descr12
-rw-r--r--net/cphone/pkg-plist1
6 files changed, 0 insertions, 123 deletions
diff --git a/net/cphone/Makefile b/net/cphone/Makefile
deleted file mode 100644
index 2c7e49db7d98..000000000000
--- a/net/cphone/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: cphone
-# Date created: Thu May 24 15:50:00 BST 2000
-# Whom: Roger Hardiman <roger@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= cphone
-PORTVERSION= 0.1.0
-PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= http://download.sourceforge.net/cphone/
-DISTNAME= cphone_0.1.0
-
-MAINTAINER= roger@FreeBSD.org
-COMMENT= H323 Video Conferencing Program which uses QT
-
-BROKEN= "Does not compile"
-
-BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-NOCLEANDEPENDS= yes
-
-USE_BISON= yes
-USE_QT_VER= 3
-USE_GMAKE= yes
-ALL_TARGET= optnoshared
-MAKE_ENV= QTDIR=${X11BASE} \
- PWLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib \
- OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323
-THE_MACHTYPE= ${ARCH:S/i386/x86/}
-MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} CPLUS=${CXX}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/obj_${OPSYS}_${THE_MACHTYPE}_r/cphone ${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/net/cphone/distinfo b/net/cphone/distinfo
deleted file mode 100644
index ab417eeccaf9..000000000000
--- a/net/cphone/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (cphone_0.1.0.tar.gz) = e3502662468d524f8010caaecf44b342
diff --git a/net/cphone/files/patch-Makefile b/net/cphone/files/patch-Makefile
deleted file mode 100644
index b03d520cff37..000000000000
--- a/net/cphone/files/patch-Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-*** Makefile.orig Wed Nov 27 09:18:40 2002
---- Makefile Wed Nov 27 09:19:01 2002
-*************** MOCFILES := \
-*** 59,79 ****
- ##################################################
-
- ifndef QTDIR
-! ifneq (,$(wildcard /usr/local/qt))
-! QTDIR=/usr/local/qt
-! else
-! ifneq (,$(wildcard /usr/lib/qt2))
-! QTDIR=/usr/lib/qt2
-! else
-! ifneq (,$(wildcard ~/qt))
-! QTDIR=~/qt
-! else
-! ifneq (,$(wildcard ../qt))
-! QTDIR=../qt
-! endif
-! endif
-! endif
-! endif
- endif
-
- ifndef XLIBDIR
---- 59,65 ----
- ##################################################
-
- ifndef QTDIR
-! QTDIR=/usr/X11R6
- endif
-
- ifndef XLIBDIR
-*************** MOC = $(QTDIR)/bin/moc
-*** 87,93 ****
-
- STDCCFLAGS += -I$(QTDIR)/include -DQT_THREAD_SUPPORT
- LDFLAGS += -L$(QTDIR)/lib -L$(XLIBDIR)
-! ENDLDLIBS += -lqt-mt -lSM -lICE -lXext -lX11 -ldl
-
- UISRC := $(patsubst %.ui,%.cxx,$(UIFILES))
- UIHDRS := $(patsubst %.ui,%.h,$(UIFILES))
---- 73,79 ----
-
- STDCCFLAGS += -I$(QTDIR)/include -DQT_THREAD_SUPPORT
- LDFLAGS += -L$(QTDIR)/lib -L$(XLIBDIR)
-! ENDLDLIBS += -lqt-mt -lSM -lICE -lXext -lX11
-
- UISRC := $(patsubst %.ui,%.cxx,$(UIFILES))
- UIHDRS := $(patsubst %.ui,%.h,$(UIFILES))
diff --git a/net/cphone/files/patch-cpendpoint.cxx b/net/cphone/files/patch-cpendpoint.cxx
deleted file mode 100644
index 85fef2c8524e..000000000000
--- a/net/cphone/files/patch-cpendpoint.cxx
+++ /dev/null
@@ -1,20 +0,0 @@
-*** cpendpoint.cxx.orig Fri May 10 01:53:47 2002
---- cpendpoint.cxx Wed Nov 27 09:18:30 2002
-*************** void CpEndPoint::DeleteVideoDisplay()
-*** 151,158 ****
-
- BOOL CpEndPoint::InitialiseVoipSettings()
- {
-! rtpIpPortBase = 49604;
-! rtpIpPortMax = 65534;
-
- if (!connectOpts.userName.IsEmpty())
- SetLocalUserName(connectOpts.userName);
---- 151,157 ----
-
- BOOL CpEndPoint::InitialiseVoipSettings()
- {
-! SetRtpIpPorts(49604, 65534); /* PortBase, PortMax*/
-
- if (!connectOpts.userName.IsEmpty())
- SetLocalUserName(connectOpts.userName);
diff --git a/net/cphone/pkg-descr b/net/cphone/pkg-descr
deleted file mode 100644
index 208fbbd40952..000000000000
--- a/net/cphone/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-CPhone is a H323 Video Conferencing Program compatible with other
-H323 video conferencing programs including Microsoft NetMeeting,
-OhPhone and GnomeMeeting.
-
-CPhone supports full duplex audio and bi-directional video.
-It requires a full duplex sound card for audio support
-and a Bt848/878 based video card (using the bktr driver) is required if you
-want to send video.
-
-It uses the OpenH323 and PWLib libraries (see ports/net/openh323)
-
-WWW: http://cphone.sourceforge.net/
diff --git a/net/cphone/pkg-plist b/net/cphone/pkg-plist
deleted file mode 100644
index 908a0035b5d7..000000000000
--- a/net/cphone/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/cphone