diff --git a/net/openh323_1.1/Makefile b/net/openh323_1.1/Makefile deleted file mode 100644 index 90d1f90ba65b..000000000000 --- 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 -# -# $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 diff --git a/net/openh323_1.1/distinfo b/net/openh323_1.1/distinfo deleted file mode 100644 index d568f3cfc3f1..000000000000 --- 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 9dfa880fdb46..000000000000 --- 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 cef461a24fb2..000000000000 --- 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 5617dbe1664c..000000000000 --- 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 b78ec08d8d84..000000000000 --- a/net/openh323_1.1/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/simph323_1.1