diff options
author | kris <kris@FreeBSD.org> | 2003-08-07 12:34:49 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-08-07 12:34:49 +0800 |
commit | 67781bcc29441abf83526ee37743a77ff67d5a8c (patch) | |
tree | 3f07a2d698723b1820f14e28bfa7f81a79b688f9 /net | |
parent | 63bab95b307db0dd6d6684c2ce727ceb26b9be98 (diff) | |
download | freebsd-ports-gnome-67781bcc29441abf83526ee37743a77ff67d5a8c.tar.gz freebsd-ports-gnome-67781bcc29441abf83526ee37743a77ff67d5a8c.tar.zst freebsd-ports-gnome-67781bcc29441abf83526ee37743a77ff67d5a8c.zip |
As announced on 6 May 2003, remove the broken cphone port.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/cphone/Makefile | 39 | ||||
-rw-r--r-- | net/cphone/distinfo | 1 | ||||
-rw-r--r-- | net/cphone/files/patch-Makefile | 50 | ||||
-rw-r--r-- | net/cphone/files/patch-cpendpoint.cxx | 20 | ||||
-rw-r--r-- | net/cphone/pkg-descr | 12 | ||||
-rw-r--r-- | net/cphone/pkg-plist | 1 |
7 files changed, 0 insertions, 124 deletions
diff --git a/net/Makefile b/net/Makefile index 5d8cf6656f0b..a82800f86419 100644 --- a/net/Makefile +++ b/net/Makefile @@ -76,7 +76,6 @@ SUBDIR += coda_intro SUBDIR += confregdecode SUBDIR += corkscrew - SUBDIR += cphone SUBDIR += crescendo SUBDIR += cricket SUBDIR += cryptcat 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 |