aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorroger <roger@FreeBSD.org>2001-08-19 00:21:00 +0800
committerroger <roger@FreeBSD.org>2001-08-19 00:21:00 +0800
commit04a3a1b9fadb2af7e7dec9fb43d609a6943e3bd3 (patch)
tree758f628ba826d6e202a4b0ac9cc8743e4aaa54a6 /net
parent53d09473cde391dbbdb4aabfef1c93bcdbccdd4e (diff)
downloadfreebsd-ports-graphics-04a3a1b9fadb2af7e7dec9fb43d609a6943e3bd3.tar.gz
freebsd-ports-graphics-04a3a1b9fadb2af7e7dec9fb43d609a6943e3bd3.tar.zst
freebsd-ports-graphics-04a3a1b9fadb2af7e7dec9fb43d609a6943e3bd3.zip
This port is no longer required. It was being used by Gnomemeeting 0.9, but
that has now been upgraded to use the latest version of OpenH323.
Diffstat (limited to 'net')
-rw-r--r--net/openh323_1.1/Makefile33
-rw-r--r--net/openh323_1.1/distinfo2
-rw-r--r--net/openh323_1.1/files/patch-aa19
-rw-r--r--net/openh323_1.1/pkg-comment1
-rw-r--r--net/openh323_1.1/pkg-descr8
-rw-r--r--net/openh323_1.1/pkg-plist1
6 files changed, 0 insertions, 64 deletions
diff --git a/net/openh323_1.1/Makefile b/net/openh323_1.1/Makefile
deleted file mode 100644
index 90d1f90ba65..00000000000
--- a/net/openh323_1.1/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: openh323_1.1
-# Date created: July 25 2001
-# Whom: Roger Hardiman <roger@freebsd.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= openh323
-PORTVERSION= 1.1
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= roger
-DISTFILES= openh323_1.1pl1.tar.gz \
- pwlib_min_1.1pl19.tar.gz
-
-MAINTAINER= roger@freebsd.org
-
-WRKSRC= ${WRKDIR}/openh323
-
-USE_NEWGCC= yes
-USE_BISON= yes
-
-USE_GMAKE= yes
-ALL_TARGET= opt
-MAKE_ENV= PWLIBDIR=${WRKDIR}/pwlib \
- OPENH323DIR=${WRKDIR}/openh323
-THE_MACHTYPE= ${ARCH:S/i386/x86/}
-MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} CPLUS=${CXX}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/samples/simple/obj_${OPSYS}_${THE_MACHTYPE}_r/simph323 ${PREFIX}/bin/simph323_1.1
-
-.include <bsd.port.mk>
diff --git a/net/openh323_1.1/distinfo b/net/openh323_1.1/distinfo
deleted file mode 100644
index d568f3cfc3f..00000000000
--- a/net/openh323_1.1/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (openh323_1.1pl1.tar.gz) = 3b98bb7dcc875442b17421e348cfd64b
-MD5 (pwlib_min_1.1pl19.tar.gz) = 672b2e90bb7d16b1ab85ba8328a0d364
diff --git a/net/openh323_1.1/files/patch-aa b/net/openh323_1.1/files/patch-aa
deleted file mode 100644
index 9dfa880fdb4..00000000000
--- a/net/openh323_1.1/files/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
-*** ../pwlib/src/ptlib/unix/tlibthrd.cxx.orig Wed Jul 25 17:09:09 2001
---- ../pwlib/src/ptlib/unix/tlibthrd.cxx Thu Jul 26 13:21:40 2001
-*************** BOOL PSemaphore::Wait(const PTimeInterva
-*** 767,773 ****
- ::gettimeofday(&finishTime, NULL);
- finishTime.tv_sec += waitTime.GetSeconds();
- finishTime.tv_usec += waitTime.GetMilliSeconds() % 1000L;
-! if (finishTime.tv_usec > 1000000) {
- finishTime.tv_usec -= 1000000;
- finishTime.tv_sec++;
- }
---- 785,791 ----
- ::gettimeofday(&finishTime, NULL);
- finishTime.tv_sec += waitTime.GetSeconds();
- finishTime.tv_usec += waitTime.GetMilliSeconds() % 1000L;
-! if (finishTime.tv_usec >= 1000000) {
- finishTime.tv_usec -= 1000000;
- finishTime.tv_sec++;
- }
diff --git a/net/openh323_1.1/pkg-comment b/net/openh323_1.1/pkg-comment
deleted file mode 100644
index cef461a24fb..00000000000
--- a/net/openh323_1.1/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A H323 Video Conferencing library, used with OhPhone
diff --git a/net/openh323_1.1/pkg-descr b/net/openh323_1.1/pkg-descr
deleted file mode 100644
index 5617dbe1664..00000000000
--- a/net/openh323_1.1/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-OpenH323 is a multi-platform H323 Video Conferencing library.
-
-This port contains version 1.1 of OpenH323 which is required for
-gnomemeeting.
-
-For more information, refer to the main port in net/openh323.
-
-WWW: http://www.openh323.org
diff --git a/net/openh323_1.1/pkg-plist b/net/openh323_1.1/pkg-plist
deleted file mode 100644
index b78ec08d8d8..00000000000
--- a/net/openh323_1.1/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/simph323_1.1