summaryrefslogtreecommitdiff
path: root/audio/tclmidi/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Rene Ladan2017-11-1115-2999/+0
| | | | | | | | | | | | | | | | | 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
* Cleanup patches, a* categories.Mathieu Arnold2016-07-2610-52/+71
| | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
* audio/tclmide: Remove -Werror flagJohn Marino2015-08-221-2/+3
| | | | This unmaintained port won't build on gcc5+ with -Werror.
* Rename audio/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-283-0/+0
|
* Add staging support, allow it as normal userPawel Pekala2014-05-101-0/+6
|
* - Convert to USES+=tclPietro Cerutti2013-09-244-13/+62
| | | | - Fix build on all supported versions
* - Avoid using deprecated features of Tcl 8.6Pietro Cerutti2013-06-052-537/+542
|
* - Fix buildPietro Cerutti2013-05-143-56/+77
| | | | Reported by: miwi (Tcl/Tk 86 exp-run)
* Unbreak and fix:Mikhail Teterin2012-04-117-11/+2760
| | | | | | | | | | | | | | | | * Use BSDmakefile (and bsd.lib.mk) instead of configure/Makefile.in; * plug some (but not all!) ancient memory leaks; * make use of bsd.tcl.mk (now requires Tcl-8.4 or higher); * fix warnings and 64-bit issues; * bump PORTREVISION. To do: * plug the remaining memory leak (valgrind is priceless!); * fix up the author's tests to uniformly report failure or success and arrange for them to run post-build. Feature safe: yes
* - Use ARCH instead of MACHINE_ARCHRong-En Fan2008-04-042-0/+0
| | | | | | | | | | | | - Add a new mirror site PR: ports/122424 Submitted by: Ganael Laplanche <ganael.laplanche at martymac.com> - As 5.2-RELEASE is no longer supported, make two conditional patches mandatory - Move patching to post-patch target instead of post-extract, so that we can get unmodified vendor version with `make extract'
* Use SUB_FILES for pkg-messageEdwin Groothuis2006-04-011-0/+6
|
* Fix build on amd64 (don't try and link static libraries into shared)Kris Kennaway2004-03-291-4/+19
|
* - Fix build with modern gccPav Lucistnik2004-03-183-0/+67
| | | | | | | | | | | | Add placeholder strstream.h file in the workdir, and patch some of the Makefile.in's to use the workdir in their include path. Rewriting this port to use ISO C++ would maybe be better, but will make the diff a lot larger. Also, the tclmidi program doesn't really seem to be actively maintained anyway. PR: ports/64310 Submitted by: Dimitry Andric <dimitry@andric.com>
* The previous commit on this file unbroke the -current build but broke 4.x.Jean-Marc Zucconi2003-05-141-4/+13
| | | | Now this patch should work both on 4.x and -current.
* unbroke build on -cureentDirk Meyer2002-12-141-0/+12
| | | | | PR: 46170 Submitted by: kcwu@kcwu.dyndns.org
* Update to use Tcl/Tk version 8.2.Steve Price1999-11-281-1/+1
| | | | Submitted by: Ade Lovett <ade@lovett.com>
* We don't need to explicitly '-lg++' since our C++ compiler does it for usSteve Price1999-09-201-0/+11
| | | | as required.
* Tclmidi: a language designed for creating and editing standardChris Piazza1999-07-111-0/+29
MIDI files. With the proper device interface it will also play and record MIDI files. PR: 11712 Submitted by: Andreas Kohout <shanee@augusta.de>