summaryrefslogtreecommitdiff
path: root/audio/tclmidi/files/patch-TclmIntp.cxx
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2017-11-11 10:30:10 +0000
committerRene Ladan <rene@FreeBSD.org>2017-11-11 10:30:10 +0000
commit325ab7be8bd1ed2ca6d66f55090657a42620938d (patch)
treeefaf3b23acddd7f70c28254ebacb5454b9ad0689 /audio/tclmidi/files/patch-TclmIntp.cxx
parentUpdate devel/py-twilio to version 6.8.4. (diff)
Remove expired ports:
2017-11-04 lang/ats: Unmaintained, outdated, needs lots of refreshment 2017-11-09 games/lordsawar: Broken for more than 6 months 2017-11-09 databases/elixir-ecto_migrate: Broken for more than 6 months 2017-11-09 audio/gspeakers: Broken for more than 6 months 2017-11-09 net/p5-Filesys-SmbClient: Broken for more than 6 months 2017-11-09 audio/tclmidi: Broken for more than 6 months 2017-11-09 security/py-xmlsec: Broken for more than 6 months 2017-11-09 security/samba-virusfilter: Broken for more than 6 months 2017-11-09 textproc/ocaml-pxp: Broken for more than 6 months 2017-11-09 audio/sooperlooper: Broken for more than 6 months 2017-11-09 devel/dwarves: Broken for more than 6 months 2017-11-09 devel/cl-cffi-sbcl: Broken for more than 6 months 2017-11-09 devel/pinba_engine: Broken for more than 6 months 2017-11-09 devel/py-event: Broken for more than 6 months
Diffstat (limited to 'audio/tclmidi/files/patch-TclmIntp.cxx')
-rw-r--r--audio/tclmidi/files/patch-TclmIntp.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/tclmidi/files/patch-TclmIntp.cxx b/audio/tclmidi/files/patch-TclmIntp.cxx
deleted file mode 100644
index 528a8a6c37ae..000000000000
--- a/audio/tclmidi/files/patch-TclmIntp.cxx
+++ /dev/null
@@ -1,12 +0,0 @@
---- TclmIntp.cxx.orig 1996-07-28 19:09:03 UTC
-+++ TclmIntp.cxx
-@@ -37,8 +37,7 @@
- #endif
- #include "TclmIntp.h"
-
--TclmInterp::TclmInterp() : current_song(0), current_dev(0), current_patch(0),
-- next_event(0)
-+TclmInterp::TclmInterp() : current_song(0), current_dev(0), current_patch(0)
- {
-
- Tcl_InitHashTable(&song_ht, TCL_STRING_KEYS);