From 7396ba7c2080490331f24f8c671507f1ef3d782d Mon Sep 17 00:00:00 2001 From: jwise Date: Fri, 8 Sep 2000 00:39:02 +0000 Subject: `mbone / I'm in mbone / and my heart it swells, so I can hardly speak' Adapt this package to tk-8.3.2. --- mbone/vat/Makefile | 7 +++---- mbone/vat/files/patch-sum | 4 ++-- mbone/vat/patches/patch-ah | 8 ++++---- 3 files changed, 9 insertions(+), 10 deletions(-) (limited to 'mbone/vat') diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile index 6722d19742a..9b2f5818033 100644 --- a/mbone/vat/Makefile +++ b/mbone/vat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2000/09/01 17:58:05 jwise Exp $ +# $NetBSD: Makefile,v 1.33 2000/09/08 00:39:02 jwise Exp $ # DISTNAME= vatsrc-4.0b2 @@ -7,13 +7,11 @@ WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= mbone MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vat/alpha-test/ -BROKEN= This package has not yet been updated to work with tcl-8.3.2. - MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www-nrg.ee.lbl.gov/vat/ BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf -DEPENDS+= tk-8.0.5:../../x11/tk80 +DEPENDS+= tk-8.3.2:../../x11/tk DEPENDS+= gsm-1.0.10:../../audio/gsm NOT_FOR_PLATFORM= *-*-alpha # filter.cc compiler error @@ -21,6 +19,7 @@ NOT_FOR_PLATFORM= *-*-alpha # filter.cc compiler error USE_X11= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" +CONFIGURE_ARGS+= --with-tcl=${PREFIX} --with-tk=${PREFIX} CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/gsm diff --git a/mbone/vat/files/patch-sum b/mbone/vat/files/patch-sum index 7c9944b4760..b3f8f39d2d3 100644 --- a/mbone/vat/files/patch-sum +++ b/mbone/vat/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.5 2000/04/07 17:20:41 hubertf Exp $ +$NetBSD: patch-sum,v 1.6 2000/09/08 00:39:03 jwise Exp $ MD5 (patch-aa) = adbc86533f716bcac29ffc312e8518f1 MD5 (patch-ab) = f43d163bafd5a5cce7911643306df48a @@ -6,7 +6,7 @@ MD5 (patch-ac) = 3e6a6054afe4f4cb94803428f52d0253 MD5 (patch-ad) = 061830188d2189942d45fb7d15d7f29c MD5 (patch-af) = 83017a8c24ca0cea0f97473d5d36a6c2 MD5 (patch-ag) = b716809fe747bf21c0a422d42f079810 -MD5 (patch-ah) = c3eca24423b09721cc93a63c885ae7f2 +MD5 (patch-ah) = bf2b8c074c66b741eaf60eddc29fd242 MD5 (patch-ai) = ec5faaebd35a8dc0cb49dae09ef12746 MD5 (patch-aj) = 8a785a1447ec2c6d76d041fe004eeff3 MD5 (patch-ak) = 07aef0808710e7b8cd4d40abf50862c6 diff --git a/mbone/vat/patches/patch-ah b/mbone/vat/patches/patch-ah index 88a472011c6..42ffa84d657 100644 --- a/mbone/vat/patches/patch-ah +++ b/mbone/vat/patches/patch-ah @@ -6,8 +6,8 @@ $NetBSD$ dnl $Header: configure.in.tk,v 1.2 96/05/16 01:03:40 van Exp $ (LBL) AC_ARG_WITH(tcl, --with-tcl=path specify a pathname for tcl, d=$withval, d="") -+tcldir=tcl8.0 -+tcllib=tcl80 ++tcldir=tcl8.3 ++tcllib=tcl83 if test "$d" != "" ; then if test ! -d $d ; then echo "'$d' is not a directory" @@ -131,8 +131,8 @@ $NetBSD$ AC_SUBST(V_LIBRARY_TCL) AC_ARG_WITH(tk, --with-tk=path specify a pathname for tk, d=$withval, d="") -+tkdir=tk8.0 -+tklib=tk80 ++tkdir=tk8.3 ++tklib=tk83 if test "$d" != "" ; then if test ! -d $d ; then echo "'$d' is not a directory" -- cgit v1.2.3