summaryrefslogtreecommitdiff
path: root/mbone/vat/patches
diff options
context:
space:
mode:
authormarino <marino>2012-08-21 21:47:28 +0000
committermarino <marino>2012-08-21 21:47:28 +0000
commitd0cadd56bcdc944a53ee699d298f94edbe26994c (patch)
tree2058a61851af77385306cfc9c816a394202e4473 /mbone/vat/patches
parent254fb5f3036b6c3f7cebff810654284e8822ac66 (diff)
downloadpkgsrc-d0cadd56bcdc944a53ee699d298f94edbe26994c.tar.gz
mbone/vat: Patch in tcl/tk 8.5 support
vat's patches specify tcl/tk 8.4, so update the patches to specify 8.5 to fix build.
Diffstat (limited to 'mbone/vat/patches')
-rw-r--r--mbone/vat/patches/patch-ao10
-rw-r--r--mbone/vat/patches/patch-ap10
2 files changed, 10 insertions, 10 deletions
diff --git a/mbone/vat/patches/patch-ao b/mbone/vat/patches/patch-ao
index d8babc4acd2..d3ee5343e3e 100644
--- a/mbone/vat/patches/patch-ao
+++ b/mbone/vat/patches/patch-ao
@@ -1,4 +1,4 @@
-$NetBSD: patch-ao,v 1.3 2011/12/14 03:21:52 sbd Exp $
+$NetBSD: patch-ao,v 1.4 2012/08/21 21:47:28 marino Exp $
--- configure.orig 1996-05-16 08:03:58.000000000 +0000
+++ configure
@@ -6,8 +6,8 @@ $NetBSD: patch-ao,v 1.3 2011/12/14 03:21:52 sbd Exp $
d=""
fi
-+tcldir=tcl8.4
-+tcllib=tcl84
++tcldir=tcl8.5
++tcllib=tcl85
if test "$d" != "" ; then
if test ! -d $d ; then
echo "'$d' is not a directory"
@@ -173,8 +173,8 @@ $NetBSD: patch-ao,v 1.3 2011/12/14 03:21:52 sbd Exp $
d=""
fi
-+tkdir=tk8.4
-+tklib=tk84
++tkdir=tk8.5
++tklib=tk85
if test "$d" != "" ; then
if test ! -d $d ; then
echo "'$d' is not a directory"
diff --git a/mbone/vat/patches/patch-ap b/mbone/vat/patches/patch-ap
index 39a7bede144..69c62b851d9 100644
--- a/mbone/vat/patches/patch-ap
+++ b/mbone/vat/patches/patch-ap
@@ -1,12 +1,12 @@
-$NetBSD: patch-ap,v 1.2 2010/01/25 21:07:48 is Exp $
+$NetBSD: patch-ap,v 1.3 2012/08/21 21:47:28 marino 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.4
-+tcllib=tcl84
++tcldir=tcl8.5
++tcllib=tcl85
if test "$d" != "" ; then
if test ! -d $d ; then
echo "'$d' is not a directory"
@@ -130,8 +130,8 @@ $NetBSD: patch-ap,v 1.2 2010/01/25 21:07:48 is Exp $
AC_SUBST(V_LIBRARY_TCL)
AC_ARG_WITH(tk, --with-tk=path specify a pathname for tk, d=$withval, d="")
-+tkdir=tk8.4
-+tklib=tk84
++tkdir=tk8.5
++tklib=tk85
if test "$d" != "" ; then
if test ! -d $d ; then
echo "'$d' is not a directory"