diff options
author | hubertf <hubertf> | 1999-11-24 13:49:02 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-11-24 13:49:02 +0000 |
commit | 2a97fa4fbb3babc955a656aee8063da29a093680 (patch) | |
tree | 9b75815c2627de87a8d5cc33d3d7cf62a014ea04 /audio/timidity | |
parent | a15d7ea8a309bdf95b4232102e90c8d5ca350e0c (diff) | |
download | pkgsrc-2a97fa4fbb3babc955a656aee8063da29a093680.tar.gz |
Make this package no longer interactive. Simple one, doing the TCL stuff
with tclsh instead of wish did the job.
Diffstat (limited to 'audio/timidity')
-rw-r--r-- | audio/timidity/Makefile | 7 | ||||
-rw-r--r-- | audio/timidity/files/patch-sum | 4 | ||||
-rw-r--r-- | audio/timidity/patches/patch-ab | 8 |
3 files changed, 8 insertions, 11 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index 8554350b5c8..0be7a1f433c 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 1999/07/06 07:54:59 jlam Exp $ +# $NetBSD: Makefile,v 1.21 1999/11/24 13:49:02 hubertf Exp $ # DISTNAME= timidity-0.2i @@ -12,13 +12,10 @@ HOMEPAGE= http://www.cgs.fi/~tt/timidity/ BUILD_DEPENDS= unzip:../../archivers/unzip DEPENDS+= ncurses-4.2:../../devel/ncurses -DEPENDS+= tk-8.0.5:../../x11/tk80 +DEPENDS+= tcl-8.0.5:../../lang/tcl80 NO_CDROM= "Uses copyrighted patches" -# this pkg opens some X connectin -IS_INTERACTIVE= yes - EXTRACT_ONLY= ${DISTNAME}.tar.gz INSTALL_TARGET= install.all diff --git a/audio/timidity/files/patch-sum b/audio/timidity/files/patch-sum index a97e22fd082..dfa073c1858 100644 --- a/audio/timidity/files/patch-sum +++ b/audio/timidity/files/patch-sum @@ -1,6 +1,6 @@ -$NetBSD: patch-sum,v 1.1 1999/07/09 13:50:15 agc Exp $ +$NetBSD: patch-sum,v 1.2 1999/11/24 13:49:03 hubertf Exp $ -MD5 (patch-ab) = 0d4ea2cfbaf2fa4a3d3a870da691bd39 +MD5 (patch-ab) = 3d3f5d550a45ce69513d3db5c83688ac MD5 (patch-ac) = b00b62c0d213a28b5523125c5fd6d869 MD5 (patch-ad) = cad5e8ebb3635a2acaddff06a5267d3d MD5 (patch-ba) = 8755d85d697524a4ed995edb8d693fb6 diff --git a/audio/timidity/patches/patch-ab b/audio/timidity/patches/patch-ab index 7e09b2f537c..127ce2fb524 100644 --- a/audio/timidity/patches/patch-ab +++ b/audio/timidity/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.6 1999/06/23 16:32:04 kleink Exp $ +$NetBSD: patch-ab,v 1.7 1999/11/24 13:49:03 hubertf Exp $ ---- Makefile.orig Sun May 26 05:26:46 1996 -+++ Makefile Sat Mar 7 13:55:24 1998 +--- Makefile.orig Sun May 26 11:26:46 1996 ++++ Makefile Wed Nov 24 14:50:18 1999 @@ -24,22 +24,23 @@ # But where to change without revealing my secret identity? @@ -129,7 +129,7 @@ $NetBSD: patch-ab,v 1.6 1999/06/23 16:32:04 kleink Exp $ tclIndex: $(TCLF) - echo 'auto_mkindex . *.tcl; exit' | wish -+ echo 'auto_mkindex . *.tcl; exit' | wish8.0 ++ echo 'auto_mkindex . *.tcl; exit' | tclsh8.0 ########## Some special targets |