diff options
author | kris <kris@FreeBSD.org> | 2003-08-07 13:41:39 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-08-07 13:41:39 +0800 |
commit | 6daa0a4d6bf045768ea019e17dfb85f8e50bb1b9 (patch) | |
tree | b369c49598488f19d812a8abbce1f50d93031ee5 /net | |
parent | e3c6c3793a5d2efb3f9ebcfbff6b48707a782dea (diff) | |
download | freebsd-ports-gnome-6daa0a4d6bf045768ea019e17dfb85f8e50bb1b9.tar.gz freebsd-ports-gnome-6daa0a4d6bf045768ea019e17dfb85f8e50bb1b9.tar.zst freebsd-ports-gnome-6daa0a4d6bf045768ea019e17dfb85f8e50bb1b9.zip |
As announced on May 6, remove the broken openh323proxy port
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/openh323proxy/Makefile | 36 | ||||
-rw-r--r-- | net/openh323proxy/distinfo | 1 | ||||
-rw-r--r-- | net/openh323proxy/files/patch-CallThread.cxx | 12 | ||||
-rw-r--r-- | net/openh323proxy/files/patch-Makefile | 19 | ||||
-rw-r--r-- | net/openh323proxy/pkg-descr | 15 | ||||
-rw-r--r-- | net/openh323proxy/pkg-plist | 1 |
7 files changed, 0 insertions, 85 deletions
diff --git a/net/Makefile b/net/Makefile index f0d6049073f8..e22bfa43ed96 100644 --- a/net/Makefile +++ b/net/Makefile @@ -407,7 +407,6 @@ SUBDIR += opendchub SUBDIR += opengk SUBDIR += openh323 - SUBDIR += openh323proxy SUBDIR += openldap12 SUBDIR += openldap20 SUBDIR += openldap21 diff --git a/net/openh323proxy/Makefile b/net/openh323proxy/Makefile deleted file mode 100644 index b0347375fc98..000000000000 --- a/net/openh323proxy/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: openh323proxy -# Date created: Tue Nov 21 12:59:00 GMT 2000 -# Whom: Roger Hardiman <roger@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= openh323proxy -PORTVERSION= 0.9.12 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= roger@FreeBSD.org -COMMENT= Proxy for H323 Videoconferencing app (OhPhone,GnomeMeeting,NetMeeting) - -BROKEN= "Does not compile" - -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build - -WRKSRC= ${WRKDIR}/${PORTNAME} - -NOCLEANDEPENDS= yes - -USE_BISON= yes -USE_GMAKE= yes -ALL_TARGET= optnoshared -MAKE_ENV= 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/opengate_proxy ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/net/openh323proxy/distinfo b/net/openh323proxy/distinfo deleted file mode 100644 index 18f8a84999bc..000000000000 --- a/net/openh323proxy/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (openh323proxy-0.9.12.tar.gz) = 67db0c96478db10fcf64f06baa7c0f41 diff --git a/net/openh323proxy/files/patch-CallThread.cxx b/net/openh323proxy/files/patch-CallThread.cxx deleted file mode 100644 index 9d89e18e4928..000000000000 --- a/net/openh323proxy/files/patch-CallThread.cxx +++ /dev/null @@ -1,12 +0,0 @@ -*** CallThread.cxx.orig Fri Oct 11 10:50:05 2002 ---- CallThread.cxx Fri Oct 11 10:50:19 2002 -*************** -*** 85,90 **** ---- 85,91 ---- - #include <ptlib/svcproc.h> - #include <q931.h> - #include <h245.h> -+ #include <h323.h> - #include "Log.h" - #include "CallTabl.h" - #include "EndpointTabl.h" diff --git a/net/openh323proxy/files/patch-Makefile b/net/openh323proxy/files/patch-Makefile deleted file mode 100644 index 61082b69c423..000000000000 --- a/net/openh323proxy/files/patch-Makefile +++ /dev/null @@ -1,19 +0,0 @@ -*** 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 diff --git a/net/openh323proxy/pkg-descr b/net/openh323proxy/pkg-descr deleted file mode 100644 index 65b379bdfd54..000000000000 --- a/net/openh323proxy/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -OpenH323Proxy is a Gatekeeper and Proxy for Video Conferencing and -Internet Phone (VoIP) applications using the H323 protocol. - -The H323 protocol is used by OpenH323, OhPhone and Microsoft's NetMeeting -plus many other applications. - -It makes use of PWLib and the OpenH323 stack from Equivalence Ltd Pty -and as it is based on OpenGatekeeper from Egoboo, it is a -gatekeeper as well as a proxy. - -WWW: http://openh323proxy.sourceforge.net/ - -and - -WWW: http://www.openh323.org/ diff --git a/net/openh323proxy/pkg-plist b/net/openh323proxy/pkg-plist deleted file mode 100644 index 078b9b6b1222..000000000000 --- a/net/openh323proxy/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/opengate_proxy |