summaryrefslogtreecommitdiff
path: root/lang/STk
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-03-06 10:59:00 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-03-06 10:59:00 +0000
commit814d25b43c42ee7d6fe9920ffc5e11fe82178858 (patch)
tree2f9949e5d277d9dafbf80ffad25f7706d4fcb2bb /lang/STk
parentUpgrade from 0.8 to 1.2. (diff)
Don't ask whether I want to delete the old installation or not.
Notes
Notes: svn path=/head/; revision=5893
Diffstat (limited to 'lang/STk')
-rw-r--r--lang/STk/Makefile3
-rw-r--r--lang/STk/files/patch-aa17
2 files changed, 18 insertions, 2 deletions
diff --git a/lang/STk/Makefile b/lang/STk/Makefile
index 02461b27c4aa..68a654922645 100644
--- a/lang/STk/Makefile
+++ b/lang/STk/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 Sep 96
# Whom: jmacd@cs.berkeley.edu
#
-# $Id: Makefile,v 1.11 1996/09/17 23:55:28 jmacd Exp $
+# $Id: Makefile,v 1.12 1996/11/12 02:18:01 obrien Exp $
#
DISTNAME= STk-3.1
@@ -13,7 +13,6 @@ MASTER_SITES= ftp://kaolin.unice.fr/pub/
MAINTAINER= jmacd@FreeBSD.ORG
PATCH_STRIP= -p1
-IS_INTERACTIVE= yes
GNU_CONFIGURE= yes
MAKE_FLAGS= "prefix=${PREFIX}" -f
diff --git a/lang/STk/files/patch-aa b/lang/STk/files/patch-aa
index ff47800058a3..723821de6256 100644
--- a/lang/STk/files/patch-aa
+++ b/lang/STk/files/patch-aa
@@ -18,6 +18,23 @@ diff -cr STk-3.1/Makefile.in STk-3.1.new/Makefile.in
@echo "LIB_DLD = @LIB_DLD@" >> config.make
@echo "STK_LIBRARY = $(libdir)" >> config.make
+***************
+*** 108,114 ****
+ demos:
+ /bin/sh -c "(cd Demos; ../Src/test-stk -f hbrowse README.html)"
+
+! install: clean-before
+ (cd Tcl; $(MAKE) install)
+ (cd Tk; $(MAKE) install)
+ (cd Mp; $(MAKE) install)
+--- 108,114 ----
+ demos:
+ /bin/sh -c "(cd Demos; ../Src/test-stk -f hbrowse README.html)"
+
+! install:
+ (cd Tcl; $(MAKE) install)
+ (cd Tk; $(MAKE) install)
+ (cd Mp; $(MAKE) install)
diff -cr STk-3.1/Snow/io.c STk-3.1.new/Snow/io.c
*** STk-3.1/Snow/io.c Sun Jul 21 03:54:35 1996
--- STk-3.1.new/Snow/io.c Tue Sep 17 15:25:42 1996