diff options
author | jwise <jwise> | 2000-09-08 00:48:15 +0000 |
---|---|---|
committer | jwise <jwise> | 2000-09-08 00:48:15 +0000 |
commit | 0f1903940a6163eb111a8ed53e5c9560f3951f36 (patch) | |
tree | b3579503d1c7698794b1e0d6da268e5c290c95b7 /mbone/vic | |
parent | 94e4516b833fd99193faa566bec3d681d190d784 (diff) | |
download | pkgsrc-0f1903940a6163eb111a8ed53e5c9560f3951f36.tar.gz |
Adapt this package to tk-8.3.2.
Diffstat (limited to 'mbone/vic')
-rw-r--r-- | mbone/vic/Makefile | 10 | ||||
-rw-r--r-- | mbone/vic/files/patch-sum | 4 | ||||
-rw-r--r-- | mbone/vic/patches/patch-ai | 10 |
3 files changed, 12 insertions, 12 deletions
diff --git a/mbone/vic/Makefile b/mbone/vic/Makefile index 48c0478be4a..7d436eb74dc 100644 --- a/mbone/vic/Makefile +++ b/mbone/vic/Makefile @@ -1,24 +1,24 @@ -# $NetBSD: Makefile,v 1.13 2000/09/01 17:58:05 jwise Exp $ +# $NetBSD: Makefile,v 1.14 2000/09/08 00:48:15 jwise Exp $ # FreeBSD Id: Makefile,v 1.12 1997/09/11 03:54:53 fenner Exp # DISTNAME= vicsrc-2.8 PKGNAME= ${DISTNAME:S/src//} WRKSRC= ${WRKDIR}/${PKGNAME} -CATEGORIES= mbone tk80 +CATEGORIES= mbone tk MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vic/ -BROKEN= This package has not yet been updated to work with tcl-8.3.2. - MAINTAINER= is@netbsd.org HOMEPAGE= http://www-nrg.ee.lbl.gov/vic/ BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf -DEPENDS+= tk-8.0.5:../../x11/tk80 +DEPENDS+= tk-8.3.2:../../x11/tk GNU_CONFIGURE= yes USE_X11= yes +CONFIGURE_ARGS+= --with-tcl=${PREFIX} --with-tk=${PREFIX} + pre-configure: cd ${WRKSRC}; ${LOCALBASE}/bin/autoconf diff --git a/mbone/vic/files/patch-sum b/mbone/vic/files/patch-sum index df6cae96fa8..54c5d4c4868 100644 --- a/mbone/vic/files/patch-sum +++ b/mbone/vic/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.4 2000/02/05 02:50:50 wiz Exp $ +$NetBSD: patch-sum,v 1.5 2000/09/08 00:48:15 jwise Exp $ MD5 (patch-ab) = 5d341f8ec42d5be458f76b2793a2d5e8 MD5 (patch-ac) = 97a63c7ee9d2cf1c21993edff13bee45 @@ -7,5 +7,5 @@ MD5 (patch-ae) = a95c7f64a12eeb5b9b16f6c160e1d6e8 MD5 (patch-af) = 6ea6c0c8ab5df934fe49592da5967dd2 MD5 (patch-ag) = 99355f499ff50c70abbc0b3cbaf4d469 MD5 (patch-ah) = 10fdfb46e8cacb4ba63066ae81b396fa -MD5 (patch-ai) = 70008c5e62394ff03060058a37d83280 +MD5 (patch-ai) = d2d933c516725cae14e99765d04e8184 MD5 (patch-aj) = 06e09d0df93d96fd6b4c7bfa370ec054 diff --git a/mbone/vic/patches/patch-ai b/mbone/vic/patches/patch-ai index ad75d7bfac7..0ae1f7561b1 100644 --- a/mbone/vic/patches/patch-ai +++ b/mbone/vic/patches/patch-ai @@ -1,12 +1,12 @@ -$NetBSD: patch-ai,v 1.2 2000/02/02 04:03:00 wiz Exp $ +$NetBSD: patch-ai,v 1.3 2000/09/08 00:48:16 jwise Exp $ --- configure.in.tk.orig Thu May 16 04:06:05 1996 +++ configure.in.tk Wed Jan 26 16:03:04 2000 @@ -3,5 +3,7 @@ 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" @@ -130,8 +130,8 @@ $NetBSD: patch-ai,v 1.2 2000/02/02 04:03:00 wiz Exp $ 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" |