1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Upgrade to 1.1.7

This commit is contained in:
Roger Hardiman 2003-08-28 07:32:44 +00:00
parent 32e97f75c4
commit 642a344117
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87846
3 changed files with 23 additions and 4 deletions

View File

@ -6,12 +6,12 @@
#
PORTNAME= openmcu
PORTVERSION= 1.1.5
PORTVERSION= 1.1.7
CATEGORIES= net
MASTER_SITES= http://www.openh323.org/bin/ \
http://www.de.openh323.org/bin/ \
http://www.ru.openh323.org/bin/
DISTNAME= openmcu_${PORTVERSION}
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= roger@FreeBSD.org
COMMENT= OpenMCU hosts a conference call for H323 Video Conferencing users
@ -25,7 +25,7 @@ NOCLEANDEPENDS= yes
USE_BISON= yes
USE_GMAKE= yes
ALL_TARGET= optnoshared
MAKE_ENV= PWLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib \
MAKE_ENV= PWLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/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}

View File

@ -1 +1 @@
MD5 (openmcu_1.1.5.tar.gz) = 174018e8a07adda3631b23e5bc59d0ea
MD5 (openmcu_1.1.7.tar.gz) = 041c468256f426e9e5a8cec0cdc769f6

View File

@ -0,0 +1,19 @@
*** main.cxx.orig Thu Aug 28 08:27:00 2003
--- main.cxx Thu Aug 28 08:27:11 2003
***************
*** 261,267 ****
#include "speexcodec.h"
#ifndef NO_VIDEO
#include "h261codec.h"
! #include "videoio.h"
#endif
#include "main.h"
--- 261,267 ----
#include "speexcodec.h"
#ifndef NO_VIDEO
#include "h261codec.h"
! //#include "videoio.h"
#endif
#include "main.h"